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

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

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