-
Notifications
You must be signed in to change notification settings - Fork 878
Downloading the Data
Bryan Housel edited this page Jun 24, 2021
·
4 revisions
You can download the files from the index directly from GitHub or use a CDN.
Direct from GitHub (docs):
https://raw.githubusercontent.com/osmlab/name-suggestion-index/{branch or tag}/{path to file}
https://raw.githubusercontent.com/osmlab/name-suggestion-index/6.0.20210624/dist/presets/nsi-josm-presets.min.xml
Via JSDelivr CDN (docs):
https://cdn.jsdelivr.net/npm/name-suggestion-index@{semver}/{path to file}
https://cdn.jsdelivr.net/npm/[email protected]/dist/presets/nsi-josm-presets.min.xml
Direct from GitHub (docs):
https://raw.githubusercontent.com/osmlab/name-suggestion-index/{branch or tag}/{path to file}
https://raw.githubusercontent.com/osmlab/name-suggestion-index/main/dist/presets/nsi-josm-presets.min.xml
Via JSDelivr CDN (docs):
https://cdn.jsdelivr.net/gh/name-suggestion-index@{branch or tag}/{path to file}
https://cdn.jsdelivr.net/gh/osmlab/name-suggestion-index@main/dist/presets/nsi-josm-presets.min.xml
Contributing to the index
- Feature Files (geofences)
- Using Overpass Turbo
- Config Files
- Property Reference
- Technical Details
Information for developers using the name-suggestion-index in another project.
Information for maintainers, including how to clone and build the project.