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: main
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: map-tile
Choose a head ref
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on May 9, 2025

  1. Add map-tile element

    Set up index.html with local geoserver spearfish layer to test map-tile
    Change getElementsByTagName to querySelectorAll - probably will cause
    test failures and needs to be thought out and refactored once map-tile
    is complete
    
    WIP on map-tile, TemplatedFeaturesOrTilesLayerGroup, map-link
    
    WIP on map-tile, TemplatedFeaturesOrTilesLayerGroup, map-link
    
    remove redundant method from TemplatedFeaturesOrTilesLayerGroup
    
    WIP on map-tile, TemplatedFeaturesOrTilesLayerGroup, map-link
    
    remove redundant method from TemplatedFeaturesOrTilesLayerGroup
    
    Comment out CI
    
    Hopefully disable CI by temporarily removing ci-testing.yml
    
    Add templates parameter to TemplatedFeaturesOrTilesLayerGroup (TFOTLG)
    
    Add provisional / draft implementation of moveend handler for TFOTLG,
    based on simplified version of that from TemplatedFeaturesLayer source
    Exclude handling of <map-feature> for the moment to get things working
    incrementally, maybe.
    Add a hard-coded isVisible() implementation that returns true for the moment
    Add some code to onAdd and onRemove Layer method overrides
    Add provisional _setUpTemplateVars function
    
    Get rendering of map-tile kinda working.
    
    Save some work from today hopefully without breaking stuff
    
    Delete MapFeatureLayerGroup.js - only need FeatureLayer.js I hope
    Keep similar code between map-feature.js and map-tile.js in sync
    
    Fix missed isFirst / getPrevious method reconciliation between map-tile
    and map-feature
    Peter Rushforth committed May 9, 2025
    Configuration menu
    Copy the full SHA
    c445dea View commit details
    Browse the repository at this point in the history
  2. Unbreak a few tests, more to do.

    Peter Rushforth committed May 9, 2025
    Configuration menu
    Copy the full SHA
    e69f9f5 View commit details
    Browse the repository at this point in the history
Loading