Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boardend/ol-edit-import-export
- Owner: boardend
- Created: 2024-01-09T12:01:22.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2024-01-26T07:34:11.000Z (10 months ago)
- Last Synced: 2024-01-26T08:38:08.631Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`