https://github.com/alrico88/simple-shapes
Web app to draw any geographical shape and obtain its representation in WKT or GeoJSON
https://github.com/alrico88/simple-shapes
geojson gis vue vuex wkt
Last synced: 6 months ago
JSON representation
Web app to draw any geographical shape and obtain its representation in WKT or GeoJSON
- Host: GitHub
- URL: https://github.com/alrico88/simple-shapes
- Owner: alrico88
- Created: 2021-06-22T21:38:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T19:58:45.000Z (11 months ago)
- Last Synced: 2025-04-01T22:11:07.463Z (6 months ago)
- Topics: geojson, gis, vue, vuex, wkt
- Language: Vue
- Homepage: https://simple-shapes.vercel.app
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Shapes
Web app to draw geometries and get their GeoJSON or WKT representation.
Built with [Nuxt 3](https://nuxt.com), and [Leaflet](https://leafletjs.com/).
## Project setup
```
bun install
```### Compiles and hot-reloads for development
```
bun run dev
```### Compiles and minifies for production
```
bun run generate
```