💬 An index of community resources for OpenStreetMap.
- View the map of OpenStreetMap communities: https://openstreetmap.community
- Or search and filter the community resources: https://community.osm.be/
This project is a list of resources for users of OpenStreetMap.
"Resources" can be links to forums, meetups, Slack groups, IRC channels, mailing lists, and so on. Anything that mappers, especially beginners, might find interesting or helpful.
The source files for this index are stored in two kinds of files:
- Under
resources/there are.jsonfiles to describe the community resources - Under
features/there are.geojsonfiles to describe the areas where the communities are active
👉 See CONTRIBUTING.md for info about how to add your community resource to this index.
Several files are published under dist/
features.json- An object containing all the featuresresources.json- An object containing all the resourcescombined.geojson- A GeoJSON file containing a FeatureCollection of all Features, each with available resources included in aresourcesproperty.index.js- a commonjs module which exports thefeaturesandresourcesobjects
- (required) Add a resource
.jsonfile underresources/folder- This contains info about what the resource is (slack, forum, mailinglist, facebook, etc.)
- You can just copy and change an existing one
- Each resource needs an
includeLocationsproperty to define where it is active.
- (optional) Add a feature
.geojsonfile underfeatures/folder- This is a boundary around where the resource is active
- You can use geojson.io or other tools to create these.
npm run test- This will build and check for errors and make the files pretty
- Clone this project, for example:
git clone git@github.com:osmlab/osm-community-index.git cdinto the project folder,- Run
npm installto install libraries
- Just
npm run test- This will check the files for errors and make them pretty.
osm-community-index is available under the ISC License. See the LICENSE.md file for more details.
This project also bundles some icons from FontAwesome. The icons are licensed CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/).