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

Enlarge the download data possibility #63

Closed severinmenard closed 5 years ago

severinmenard commented 6 years ago

As far as I understood but I may be wrong, you can get JSON file only after clicking on a specific POI. Would be interesting to be able to download a whole category or everything currently displayed in the area on screen.

plepe commented 6 years ago

Yes, you are right. I will look into it. (Shouldn't be hard though)

plepe commented 5 years ago

This has finally been implemented: https://blog.openstreetbrowser.org/node/59

I hope everything works? Any ideas for improvements?

severinmenard commented 5 years ago

Great! The GeoJSON works fine in QGIS and we get all the attributes+metadata. You have maybe a duplicate with "id" and "@id" I can help with the translations in French and Portuguese for the texts of the new Export toolbar (+ a few information bubbles)

plepe commented 5 years ago

Good to hear :-) I tried to use the same GeoJSON format as Overpass Turbo does - and they also have 'id' and 'properties.@id' ...

About the translations - yes, this would be great. You can find the new strings in these files: https://github.com/plepe/OpenStreetBrowser/tree/master/lang

More about translating OpenStreetBrowser: https://wiki.openstreetmap.org/wiki/OpenStreetBrowser/Howto_translate