Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T21:46:45.000Z (over 1 year ago)
- Last Synced: 2024-10-03T08:56:37.930Z (3 months ago)
- Topics: openstreetmap, overpass
- Language: JavaScript
- Homepage: https://opengeo.tech/maps/osm-contributors-by-area
- Size: 368 KB
- Stars: 8
- Watchers: 2
- 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/)![Image](https://raw.githubusercontent.com/stefanocudini/osm-contributors-by-area/master/images/osm-contributors-by-area.png)
Build
*include libs:*
```
git submodule update --init --recursive
```*update libs*
```
git submodule foreach git pull origin master
```**compress files:**
```
npm install
grunt
```