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
758 stars 43 forks source link

Multiple tile sources in a single leafletLayer #33

Closed bdon closed 2 years ago

bdon commented 3 years ago
bdon commented 2 years ago

Brain dump about branch tile-smushing

Overall approach:

Progress:

Challenges:

bdon commented 2 years ago

current spike hits major layout/paint jankiness around zoom 10

bdon commented 2 years ago

layout at massive overzooms for data tiles is taking 60ms+

bdon commented 2 years ago

http://localhost:8000/examples/leaflet.html#16/41.1594/-120.7284 kills the browser, probably due to layout above^

bdon commented 2 years ago

layer-level options that need to be moved to source-level: levelDiff, maxDataZoom

bdon commented 2 years ago
{
  "":{source:"https://example.com/{z}/{x}/{y}.pbf",levelDiff:2,maxDataZoom:14}
  "other":{source:"https://example.com/foo.pmtiles",levelDiff:2,maxDataZoom:8}
}
bdon commented 2 years ago

Possible bug related to labels across tile edges: but not easy to reproduce; still investigating

bdon commented 2 years ago

Implemented in 1.19