-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multilingual option would be great #9
Comments
With minimal effort it will be possible to add a switcher for the languages that the Mapbox tiles already support: Code: https://www.mapbox.com/mapbox-gl-js/example/language-switch/ Switching the language to any arbitrary |
The multilingual http://openstreetmap.in/demo required creating a custom tileset that included the multilingual name tags from OSM. This can work as a one time process, but it will be really hard to keep this tileset in sync with OSM as more translations are added. A possible solution is to query overpass publicmap/publicmap.github.io#7 and dynamically create a geojson layer with objects with cc @SrihariThalla |
@planemad Is it possible to add custom Overpass is just not feasible as
@chtnha How often do you guys generate the tilesets in the languages displayed on OSM.in site? On a side note, is it just me or you observe it too? The names are to be rendered as "భారతదేశం", "హైదరాబాద్", ... |
Another inspirational work by @srikanthlogic - Tamil Map - https://srikanthlogic.github.io/osm-ta/TamilMap.html |
Also the first Kannada world map by @yogiks http://yogiks.github.io/osm-kn/map/
It seems like Mapzen tiles and renderer are more suited for making multlingual maps compared to Mapbox. They expose all OSM tags (correct @srikanthlogic ?) and the tangram GL renderer supports complex text shaping for linear labels which has not landed in Mapbox GL mapbox/mapbox-gl-native#7774. There is complex text shaping for the raster Mapbox tiles though. Tracking similiar ticket for multilingual maps on openstreetmap.in osm-in/osm-in.github.io#14
No, the default Mapbox tiles cannot be modified. Creating custom tiles is the only option. Tools to use for this:
|
Yes, Mapzen tiles include all OSM tags and all one needs to take care is styling and data.
They also added support for curved labels a while back but havent tested it much though. |
Hey I randomly got to this issue in my quest for something else, but being on the tangram team I can confirm the above from @srikanthlogic. We do have support for curve labels for all scripts except for |
Some inspiration from http://openstreetmap.in/demo/#3.9/20.72/81.76
The text was updated successfully, but these errors were encountered: