protomaps / protomaps-leaflet

Lightweight vector map rendering + labeling and symbology for Leaflet
https://protomaps.com/docs/frontends/leaflet
BSD 3-Clause "New" or "Revised" License
764 stars 43 forks source link

protomaps-leaflet/examples/ #150

Closed vitoborneo closed 3 months ago

vitoborneo commented 6 months ago

Some examples return blank pages. I tried leaflet.html multi_source.html sandwich.html sprites.html

bdon commented 6 months ago

These return blank for you?

https://protomaps.github.io/protomaps-leaflet/examples/leaflet.html https://protomaps.github.io/protomaps-leaflet/examples/multi_source.html https://protomaps.github.io/protomaps-leaflet/examples/sandwich.html https://protomaps.github.io/protomaps-leaflet/examples/sprites.html

Are you replacing the API key with one designated for your domain?

vitoborneo commented 6 months ago

Ok, now it works. I found example pages of locally loaded vector PMTiles files working with protomaps.min.js version 2.0.1. Now with protomaps-leaflet.min.js these pages doesn't works. Where can I find a demo of a vector file PMTiles and protomaps-leaflet.min.js? Thank you

bdon commented 6 months ago

Can you provide an example of the non-working code?

vitoborneo commented 6 months ago

https://bertt.wordpress.com/2023/01/06/creating-vector-pmtiles-with-tippecanoe/ live demo see https://bertt.github.io/opendata/world/railroads Thanks

bdon commented 6 months ago

Opened PR: https://github.com/bertt/opendata/pull/1