Brandon Liu
Brandon Liu
Couldn't we drop leaflet completely in favor of display via maplibre `raster` sources? example https://github.com/bdon/maperture/blob/main/public/config/osm-carto.json passing `tileSize=256` should make the viewports match 1:1 for reference.
Correct, the public API does not use the daily build as of right now, it's updated intermittently. One main benefit of the public API vs. daily build is more frequent...
Following https://tilezen.readthedocs.io/en/latest/layers/#water-kind-values let's change `kind` to `fountain` instead of `water`
Resolved by #281
Missed this because the label is in the `physical_point` layer which we are working on deprecating...
Fixed in latest: https://maps.protomaps.com/#map=19.71/47.3670042/8.5400825&theme=light&lang=en&tiles=https://build.protomaps.com/20241003.pmtiles
All looks like good assumptions There may be some complication in `name:` with zh-Hans and zh-Hant. I believe Tilezen had some special logic for this related to one or the...
> Update: The assumption that we have a database where the `name` tag always contains only one script is wrong. For example names in Morocco come often in 3 scripts:...
It would be a nice to have eventually, but no plans to bring it to protomaps-leaflet in the short term.
@Edefritz that is correct, it uses script-based fallbacks - since DE and ES are both Latin, it will display a single label in DE, but for non-Latin scripts it will...