This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Tile Server setup in more than one language

0

I have setup OSM tile server setup using https://switch2osm.org/manually-building-a-tile-server-18-04-lts/

I would like to serve tiles in different languages using urls like http://localhost/tiles/0/0/0.png?lang=en http://localhost/tiles/0.png?lang=fr

or http://localhost/tiles/en/0/0/0.png http://localhost/tiles/fr/0/0/0.png

I know I have to make changes to Carto styles and apache config. also If I need to make any changes to store tiles in different language.

asked 01 Aug '19, 14:05

singhy's gravatar image

singhy
11112
accept rate: 0%

Source code available on GitHub .