https://github.com/stefanocudini/osm-contributors-by-area
List of contributors who have participated in a given OSM area.
https://github.com/stefanocudini/osm-contributors-by-area
openstreetmap overpass
Last synced: 5 days ago
JSON representation
List of contributors who have participated in a given OSM area.
- Host: GitHub
- URL: https://github.com/stefanocudini/osm-contributors-by-area
- Owner: stefanocudini
- Created: 2014-06-15T17:08:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T21:46:45.000Z (about 2 years ago)
- Last Synced: 2025-03-29T19:41:56.859Z (30 days ago)
- Topics: openstreetmap, overpass
- Language: JavaScript
- Homepage: https://opengeo.tech/maps/osm-contributors-by-area
- Size: 368 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenStreetMap Contributors by Area
============List of contributors who have participated in a given OSM area.
Ispired by: [OpenStreetMap Contributors](https://resultmaps.neis-one.org/oooc) *Copyright © [Pascal Neis](https://neis-one.org)*
Copyright 2014 [Stefano Cudini](https://opengeo.tech/stefano-cudini/)
**Demo:**
[opengeo.tech/maps/osm-contributors-by-area](https://opengeo.tech/maps/osm-contributors-by-area/)
Build
*include libs:*
```
git submodule update --init --recursive
```*update libs*
```
git submodule foreach git pull origin master
```**compress files:**
```
npm install
grunt
```