Commit Graph

3 Commits

Author SHA1 Message Date
9cf163908f Store photos on server, save path in Excel instead of base64
- Add POST /upload endpoint to server.py (saves to photos/ dir)
- Add DELETE /photos/ endpoint for photo removal
- Replace base64 photoData with server-stored photoPath
- Export/import uses path string instead of large base64 data
2026-05-15 19:08:21 +09:00
85a253f9a6 Fix VWORLD boundary API: correct dataset name, attrFilter encoding, and response path
- Fix dataset name LT_C_ADSSIGG_INFO → LT_C_ADSIGG_INFO (double S typo)
- Fix attrFilter: remove encodeURIComponent (caused double-encoding) and % wildcards
- Fix extractFeatures: add featureCollection.features path (VWORLD response structure)
- Fix Overpass relationToGeoJSON: assemble way segments into complete rings
- Add assembleRings with endpoint matching and area-based filtering
- Add VWORLD API key UI with localStorage persistence
- Add VWORHD tile layer with OSM fallback
- Add VWORLD geocode with Nominatim fallback
2026-05-15 18:42:54 +09:00
9bf1db9889 Initial commit: Map Flag Placer with Leaflet, Excel import/export, admin boundaries, and photo upload 2026-05-15 16:26:14 +09:00