Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbelien/oci-viewer
OpenStreetMap Community Index Viewer
https://github.com/jbelien/oci-viewer
oci openstreetmap osm
Last synced: 27 days ago
JSON representation
OpenStreetMap Community Index Viewer
- Host: GitHub
- URL: https://github.com/jbelien/oci-viewer
- Owner: jbelien
- License: gpl-3.0
- Created: 2018-08-26T16:08:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T02:02:33.000Z (over 1 year ago)
- Last Synced: 2024-04-15T00:02:41.195Z (8 months ago)
- Topics: oci, openstreetmap, osm
- Language: JavaScript
- Homepage: https://community.osm.be
- Size: 3.35 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# OpenStreetMap Community Index Viewer
**Based on [OpenStreetMap Community Index](https://github.com/osmlab/osm-community-index)**
This tool allows you to browse the resources of the OpenStreetMap Community Index and see its features on a map.
## Run locally
```
npm run oci
npm run ol:css
npm run dev
```## Build static
Static files will be created under `__sapper__/export`.
```
npm run oci
npm run ol:css
npm run export
```