Changing the leaflet map language?

天大地大妈咪最大 提交于 2021-01-28 06:04:05

问题


Please is it possible to ** change the language of leaflet map ** tiles in a specific area? like changing it to Arabic language


回答1:


If you use this plugin for Leaflet which gives Google Map tiles, then that will be based on your Browser settings according to Google's API Concepts page.

You can get Open Street Map labels in various languages by adding the language identifer to the tile server link. Like this: http://{s}.www.toolserver.org/tiles/osm-labels-ar/{z}/{x}/{y}.png You still need the background tiles as well.

Here's a working jsFiddle for Arabic.

The list of languages can be found at toolserver.org.

For other tile servers, I don't imagine there is much in other languages, but that would specific to each company that generates them.



来源:https://stackoverflow.com/questions/18987746/changing-the-leaflet-map-language

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!