Hello, we are using the OSM maps in one of our software products in the following way: Users can enter city names into a search field and the city ´s location (if it is in the database) will be displayed on the map. Recently, cities that have German "Umlaute" (letters like öäü and ß) are no longer found. This used to work previously, but now it does not. Also, the OSM demo application (OSMCtrlApp.exe) does no longer find cities with the mentioned letters included. Does anybody have an idea why this happens, i.e, what we might have to change in our application? Thanks Frank asked 21 Feb '19, 09:16 FrankDue aseerel4c26 ♦
showing 5 of 9
show 4 more comments
|
You really need to indicate which software you are using.
In particular outside of the core software used to run the OSM website and associated services (that is the rails-port, osm2pgsql, mapnik, nominatim), you should really be asking your supplier.
Hi Simon,
thanks for your quick feedback.
The program is "Stammbaum 8" and "Stammbaum 9". I am product manager of this program (not a user), but unfortunately I do not find any relating info on the help pages so far with reference to "German Umlaute" subject. Is there a "special" help section somewhere for developers I should address? Thanks again Frank
If you are the product manager and your software fails to find names with umlauts then this is clearly a problem at your side. OSM is just a database. There are no limitations regarding names, any character is supported.
It might be a coincidence, but there's an OSMCtrlApp.exe here. Does that look familiar (or is it perhaps based on a common ancestor)?
And the problem doesn't seem to be OSM website related, as http://www.openstreetmap.org/search?query=München seems to work as I'd expect.
@FrankDue you need to tell us which interface and library to OSM you are using in your program. I guess you do not process OSM raw data.
Hi there,
Please allow me to resume the talk on German Umlaute problem from last year:
Maybe we missed something, so I would be happy to get hints how to solve the problem.
Thanks Frank
There is nothing we can do about this. There is no fundamental problem with OpenStreetMap and special characters as already explained before, see for example https://nominatim.openstreetmap.org/search.php?q=M%C3%BCnchen. Contact the developers of this software, it sounds like a problem with proper UTF-8 support and/or URL encoding. Alternatively provide a minimal code example to reproduce this problem.
Seems to be from Naughter Software. Please contact them to address the issue.