Changing the leaflet map language? -


please possible ** change language of leaflet map ** tiles in specific area? changing arabic language

if use plugin leaflet gives google map tiles, based on browser settings according google's api concepts page.

you can open street map labels in various languages adding language identifer tile server link. this: http://{s}.www.toolserver.org/tiles/osm-labels-ar/{z}/{x}/{y}.png still need background tiles well.

here's working jsfiddle arabic.

the list of languages can found @ toolserver.org.

for other tile servers, don't imagine there in other languages, specific each company generates them.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -