Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boardend/ol-edit-import-export

Example how to create an editable OpenLayers map with GeoJSON import/export
https://github.com/boardend/ol-edit-import-export

Last synced: about 4 hours ago
JSON representation

Example how to create an editable OpenLayers map with GeoJSON import/export

Awesome Lists containing this project

README

        

# Example how to create an editable OpenLayers map with GeoJSON import/export

## StackBlitz

[![Open "ol-edit-import-export" in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/boardend/ol-edit-import-export)

## Commands

### Dev

```
npm start
```

> available at http://localhost:5173

## Build

```
npm run build
```

> NOTE: You can serve the dist folder with `npm run serve`