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

https://github.com/haxzie/krata

Krata is an in-browser GeoJSON editor and map maker
https://github.com/haxzie/krata

geojson map mapbox

Last synced: about 13 hours ago
JSON representation

Krata is an in-browser GeoJSON editor and map maker

Awesome Lists containing this project

README

        

# Krata
Krata is a lite version of original cloud based GeoJSON editor and map maker. This is a stripped down version of the cloud app with no persistant data. All the data will be destroyed once the tab is closed.

Screenshot 2024-03-22 at 1 29 15 AM

## TODO
- [ ] Add dexie powered indexedDB caching

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).