Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/francois2metz/poieditor
- Owner: francois2metz
- License: agpl-3.0
- Created: 2020-10-18T17:08:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T00:03:10.000Z (over 1 year ago)
- Last Synced: 2024-04-15T12:18:05.684Z (8 months ago)
- Topics: openstreetmap, osm
- Language: Vue
- Homepage: https://poieditor.2metz.fr
- Size: 2.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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