Skip to content

Downloading the Data

Bryan Housel edited this page May 24, 2024 · 9 revisions

You can download the files from the index directly from GitHub or use a CDN.

Latest published release (stable forever):

Direct from GitHub (docs):

https://raw.githubusercontent.com/osmlab/osm-community-index/{branch or tag}/{path to file}
https://raw.githubusercontent.com/osmlab/osm-community-index/v5.7.0/dist/completeFeatureCollection.json

Via JSDelivr CDN (docs):

https://cdn.jsdelivr.net/npm/osm-community-index@{semver}/{path to file}
https://cdn.jsdelivr.net/npm/osm-community-index@5/dist/completeFeatureCollection.json
https://cdn.jsdelivr.net/npm/osm-community-index@5.7/dist/completeFeatureCollection.json

Current development version (breaks sometimes!):

Direct from GitHub (docs):

https://raw.githubusercontent.com/osmlab/osm-community-index/{branch or tag}/{path to file}
https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/completeFeatureCollection.json

Via JSDelivr CDN (docs):

https://cdn.jsdelivr.net/gh/osm-community-index@{branch or tag}/{path to file}
https://cdn.jsdelivr.net/gh/osmlab/osm-community-index@main/dist/completeFeatureCollection.json

Home

For Contributors

For Developers

Information for developers using the osm-community-index in another project.

For Maintainers

Information for maintainers, including how to clone and build the project.

 

Clone this wiki locally