No description
| .idea | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.tsbuildinfo | ||
| vite.config.ts | ||
Museador
- Upload an image.
- Draw Regions (Polygon) and Walls (LineString) in pixel coordinates.
- Select shapes, edit vertices (drag points), and edit non-geometric properties.
- Export a validated JSON-FG-like FeatureCollection.
Quick start
npm install
npm run dev