Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon04/opencartonaut
Query and render OpenStreetMap data using the Overpass API, OpenLayers and MapCSS
https://github.com/simon04/opencartonaut
mapcss openlayers openstreetmap overpass-api overpass-ql
Last synced: 7 days ago
JSON representation
Query and render OpenStreetMap data using the Overpass API, OpenLayers and MapCSS
- Host: GitHub
- URL: https://github.com/simon04/opencartonaut
- Owner: simon04
- Created: 2023-04-24T08:20:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-20T04:54:32.000Z (6 months ago)
- Last Synced: 2024-12-06T06:40:06.292Z (20 days ago)
- Topics: mapcss, openlayers, openstreetmap, overpass-api, overpass-ql
- Language: TypeScript
- Homepage: https://simon04.github.io/OpenCartonaut
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OpenCartonaut
Query and render OpenStreetMap data using the Overpass API, OpenLayers and MapCSS
## Usage
https://simon04.github.io/OpenCartonaut/
1. Query Overpass API using [Overpass QL](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL)
2. Style map using [MapCSS](https://wiki.openstreetmap.org/wiki/MapCSS)## Contributing
```sh
yarn
yarn dev
open http://localhost:5173/
```## Dependencies
- [OpenLayers](https://openlayers.org/)
- [Overpass API](https://overpass-api.de/)
- [Vite](https://vitejs.dev/) (build dependency)
- [Peggy](https://peggyjs.org/) (build dependency to compile MapCSS parser)## Author and License
- Author: simon04
- License: [GPL v3](https://www.gnu.org/licenses/gpl.html)