Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```