https://github.com/alrico88/simple-bbox
Website to quickly get BBoxes of drawn shapes
https://github.com/alrico88/simple-bbox
bbox leaflet shapes vue
Last synced: 5 months ago
JSON representation
Website to quickly get BBoxes of drawn shapes
- Host: GitHub
- URL: https://github.com/alrico88/simple-bbox
- Owner: alrico88
- Created: 2020-04-28T19:45:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T15:56:26.000Z (over 2 years ago)
- Last Synced: 2025-04-01T22:11:07.469Z (about 1 year ago)
- Topics: bbox, leaflet, shapes, vue
- Language: Vue
- Homepage: https://simple-bbox.vercel.app
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-bbox
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).