I'm working on a project where on a road/highway segment, I want to show the name of the road in English as well as the name of the road in the native language. I'm working in XML (mapnik stylesheets) and I found the location where the labels are being added, but when I try to add multiple labels, only one of the labels displays. Is there a way to do this? asked 24 Nov '15, 14:29 bddavidson aseerel4c26 ♦ |
I was able to figure it out. On ingest, if you add an hstore column, it will add all the tags as key/value pairs. I was able to then edit the query slightly to include the native language name as well as the english name. SQL query update:
Styling (TextSymbolizer):
answered 01 Dec '15, 18:56 bddavidson 2
Hope you don't mind me accepting your own answer for you as the help site won't let you do it yourself :)
(01 Dec '15, 18:58)
SomeoneElse ♦
I was wondering about that. Thanks!
(01 Dec '15, 19:07)
bddavidson
|
Have a first look in the OSM wiki about Map_internationalization ... there is at least one example where names (of places) are displayed in native language and in English below. Try to get in contact to the maintainer of those server. answered 29 Nov '15, 16:01 stephan75 |
I think we have a very similar question here on this help site - but I could not find it.