Country, place and street names are in local languages. And if so, how to achieve this? I've installed my own mapserver running OpenStreetMap and OpenLayers 2.12 Thanks in advance. asked 16 Mar '13, 06:58 Robertico aseerel4c26 ♦ |
One approach would be to ask the people behind the localised map on Wikimedia's Toolserver how they did it. There are no obvious contact details on the page but they do crop up on mailing lists every now and again, so that's where I'd start looking. Another (very quick and dirty) option would be to add "if name:en exists use that instead of name" directly into osm2pgsql itself. answered 19 Mar '13, 19:12 SomeoneElse ♦ 1
These days something like a "quick and dirty" tag change is probably best done in lua rather than osm2pgsql or the style itself. See: https://github.com/openstreetmap/osm2pgsql/blob/master/docs/lua.md
(20 May '15, 10:30)
SomeoneElse ♦
|
double post on forum.osm.org
http://forum.openstreetmap.org/viewtopic.php?id=20458 is the double post, just for reference.