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
85 stars 20 forks source link

YAML import for testing and development #167

Closed treestryder closed 1 year ago

treestryder commented 1 year ago

Thank you for OpenStreetBrowser.

Not sure if this would even be possible, but it would be nice if there were a way to import YAML files for testing and development. This would make it possible to work on a category without NPM, Git and the like.

treestryder commented 1 year ago

Never mind. I found the relatively painless option already offered. https://wiki.openstreetmap.org/wiki/OpenStreetBrowser/Howto_Categories

plepe commented 1 year ago

This link is not really up-to-date. It still works, but the inline editor is no longer available.

On the other hand, you can develop categories without leaving OpenStreetBrowser: https://blog.openstreetbrowser.org/node/86 resp. https://www.youtube.com/watch?v=I0x4Kwz6u90 .

When you are finished with the category, you can still save it on https://www.openstreetbrowser.org/dev (the link from the Howto above).

treestryder commented 1 year ago

@plepe That is what I was looking for. Thank you.