plepe / OpenStreetBrowser

An application to ‘browse’ the information in the displayed part of the map. Similar to common Wikis and also the main page of http://www.openstreetmap.org the website shows a narrow menu on the left side, most of the page is used for the display of the map. In contrast to most Wikis the menu is not static, but rather the content of the map can be browsed in categories. For the map a special style has been developed (sorry guys, I neither like the default Mapnik nor Osmarender styles), and special overlays are displayed to support the current browsed categories. When you click on an object (either from the list or directly on the map) informations on this object are displayed.
http://www.openstreetbrowser.org
GNU General Public License v3.0
86 stars 20 forks source link

The comma in the Swedish coordinate format should be a period #128

Closed zhouhana closed 4 years ago

zhouhana commented 4 years ago

In the Swedish version of https://www.openstreetmap.org/ , coordinates are erroneously displayed with a comma instead of a period. This makes some other programs – for instance Gramps – unable to handle coordinate values that are copied from the Swedish version of the site. (Note that Swedish numbers are still written with a comma instead of a period – the American number 1,000.50 is in Swedish written as 1.000,50 or 1 000,50 or 1000,50. I guess this is the source of the comma/period error.) Screenshot 2020-07-02 17 52 51

zhouhana commented 4 years ago

I'm not sure what made me post this issue here; I have now posted it in https://github.com/openstreetmap/openstreetmap-website instead.