-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TemplatedPMTilesLayer, update map-link to use it.
Add the application/vnd.mapbox-vector-tile media type to map-link, which is the signal to pass {z}/{x}/{y}.mvt templates to TemplatedPMTilesLayer Import PolygonSymbolizer and LineSymbolizer explicitly from protomapsL, in case they become needed / for experimentation. Update src/mapml/index.js to import from protomaps-leaflet module directly. Add grunt-rollup plugin-node-resolve to help bundle output esm from protomaps Add dynamic import of pmtilesRules.js module, containing user styles for pmtiles / mvt layers. Use protomaps-leaflet v 4.0.0 Add protomapsL as M.protomapsL Add label rule with filter example for Spearfish to pmtilesRules.js Move pmtilesRules.js into src Add image comparison test for local pmtiles mvt source, win32 png files Add linux images for templatedPMTilesMVTLayer.test.js Replace linux image that was missing glyphs or something Comment out flaky image comparison (IIRC label selection is based on tile load order, so not reliable for a test, probably) Let images of labelled maps be up to 1500 pixels different, since labels can move around based on tile loading order, and the fonts on different systems are different (?).
- Loading branch information
1 parent
b1a79c9
commit 1e84137
Showing
36 changed files
with
1,033 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.