Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/francois2metz/poieditor

A POI Editor for OpenStreetMap (WIP)
https://github.com/francois2metz/poieditor

openstreetmap osm

Last synced: about 1 month ago
JSON representation

A POI Editor for OpenStreetMap (WIP)

Awesome Lists containing this project

README

        

# POIEditor

This is a POI Editor for [OpenStreetMap][osm] dedicated to bicycle shops (for now).

It displays the shops on a map, and a click on it display a sidebar.

## Usage

You need to have docker and docker-compose.

Copy `.env.template` to `.env`:

cp .env{.template,}

Edit the .env and fill the required key ([jawg][] access token and the [OpenStreetMap oauth application][osm-oauth]).

To start the import:

./script/import

To run updates:

./script/update

To run the frontend and the tiles:

docker-compose up -d pg_tileserv front nginx

## License

GNU APGL v3

[jawg]: https://www.jawg.io/
[osm]: https://openstreetmap.org/
[osm-oauth]: https://www.openstreetmap.org/user/test/oauth_clients/new