tangrams / bubble-wrap

Bubble Wrap basemap style
http://tangrams.github.io/bubble-wrap/
MIT License
27 stars 21 forks source link

Allow global control of text label name localization #180

Closed nvkelso closed 7 years ago

nvkelso commented 8 years ago

OSM includes name variants for many languages, and we expose that in tiles. Tangram v0.7 allows us to set a global that can be modified later (by an include override, or by an SDK like in Eraser Map the app). Adapt the bubble wrap style to allow setting different language defaults.

Also note: name in OSM is the local language spoken in an area, and if another language is the same as that, we only include the name value in tiles (we strip out say name:es if it is the same as name).

nvkelso commented 8 years ago

/cc @bcamper @ecgreb @blair1618

nvkelso commented 7 years ago

This was completed.