Skip to content

komachi/josm-ge-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

josm-ge-preset

OpenStreetMap tagging preset for 🇬🇪 Georgian POIs. Works with JOSM and Vespucci.

!!!Warning!!!

Repository's license doesn't spread on logos of POIs. They can be under protection. Represented here only as examples

Installation

JOSM

  1. Open PresetsPreset preferencesActive presets+
  2. Paste this into URL / File field https://raw.githubusercontent.com/komachi/josm-ge-preset/main/ge.xml
  3. Press OK
  4. Press OK again

Vespucci

  1. Open PreferencesPresetsAdd preset
  2. Paste this into URL field https://raw.githubusercontent.com/komachi/josm-ge-preset/main/ge.xml
  3. Press OK
  4. Enable added preset with checkmark

Merging with the Name Suggestion Index

  1. Fetch the Name Suggestion Index. We'll assume it's in ../name-suggestion-index, i.e. cd ..; git clone https://github.com/osmlab/name-suggestion-index .
  2. Install python3 (if not installed)
  3. python3 ./toNSI.py ../name-suggestion-index < ge.xml
  4. Install nodejs (if not installed)
  5. cd ../name-suggestion-index; npm run build