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
- Host: GitHub
- URL: https://github.com/haxzie/krata
- Owner: haxzie
- Created: 2024-03-19T18:09:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T17:48:35.000Z (2 months ago)
- Last Synced: 2025-03-02T18:36:10.689Z (2 months ago)
- Topics: geojson, map, mapbox
- Language: Vue
- Homepage: https://krata.app
- Size: 3.98 MB
- Stars: 27
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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/).