Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komachi/josm-ge-preset
JOSM preset for Georgian POIs
https://github.com/komachi/josm-ge-preset
josm josm-presets openstreetmap osm vespucci
Last synced: about 1 month ago
JSON representation
JOSM preset for Georgian POIs
- Host: GitHub
- URL: https://github.com/komachi/josm-ge-preset
- Owner: komachi
- License: cc0-1.0
- Created: 2023-02-12T14:09:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T20:33:38.000Z (7 months ago)
- Last Synced: 2024-06-01T22:39:59.914Z (7 months ago)
- Topics: josm, josm-presets, openstreetmap, osm, vespucci
- Language: Python
- Homepage:
- Size: 552 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# josm-ge-preset
[OpenStreetMap](https://openstreetmap.org) [tagging preset](https://josm.openstreetmap.de/wiki/Presets) for 🇬🇪 [Georgian](https://en.wikipedia.org/wiki/Georgia_(country)) POIs. Works with [JOSM](https://josm.openstreetmap.de) and [Vespucci](https://vespucci.io).
**!!!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 `Presets` → `Preset preferences` → `Active 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 `Preferences` → `Presets` → `Add 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](https://github.com/osmlab/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`