Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Maps4HTML/MapML.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.2
Choose a base ref
...
head repository: Maps4HTML/MapML.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.3
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 29, 2024

  1. Update map-feature.getFallbackCS() (#961)

    Remove 'meta' option for showPaginationFeature.
    Add meta array property to each feature that is
    returned by a query.  The meta array points
    to an array of <map-meta> elements that were
    retrieved from the query response document.
    These are appended to the <map-link> shadow root
    for each pagination feature, which might be a
    bit inefficient but will not give incorrect results.
    
    Make it so that <map-extent>.getMeta looks for
    name=cs type metas.
    
    Add queryFeatureCSFallback test
    prushforth authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7e92010 View commit details
    Browse the repository at this point in the history
  2. Update version to 0.13.3

    prushforth committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bd2201e View commit details
    Browse the repository at this point in the history
Loading