Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alrico88/geojson-to-wkt-converter

Website to convert between GeoJSON and WKT formats
https://github.com/alrico88/geojson-to-wkt-converter

converter geojson javascript pwa vue wkt

Last synced: 3 months ago
JSON representation

Website to convert between GeoJSON and WKT formats

Awesome Lists containing this project

README

        

# geojson-to-wkt

PWA made with Vue 3, Vite, Pinia and Leaflet to convert between GeoJSON and WKT formats.

![Preview](https://i.imgur.com/OuTbA5Z.png)

## Project setup
```
pnpm install
```

### Compiles and hot-reloads for development
```
pnpm dev
```

### Compiles and minifies for production
```
pnpm build
```