17
How to Add a Brand Preset to OpenStreetMap
(lemmy.ml)
Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Join OpenStreetMap and start mapping: https://www.openstreetmap.org.
There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community
https://mapcomplete.org is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)
https://learnosm.org/en/ has a lot of information for beginners too.
In case someone has a JOSM preset and wants to merge it into the NSI, here's a (very hacky) script to do that: https://github.com/balsoft/josm-ge-preset/blob/70033d097a72f54602b903878b2a89228bbc5dbb/toNSI.py
You'll definitely want to change the
commonEntryKeys = { "locationSet": {"include": ["ge"]} }
to your country, and maybe some other things too.Thanks for sharing your script. I added a link to your comment at the end of the post ๐ I gotta learn JSOM one day.