This is a full-stack GIS web application developed using Flask, PostgreSQL/PostGIS, and JavaScript to manage and visualize land survey records.
- Add new records with geometry (Point, LineString, Polygon)
- Store spatial and non-spatial attributes
- Visualize data on an interactive map
- Backend API built with Flask
- Uses PostGIS for spatial queries
- Python + Flask
- PostgreSQL + PostGIS
- HTML/CSS/JS
- Leaflet or Cesium for map visualization
- Clone the repo
- Set up a PostgreSQL database with PostGIS
- Run
pip install -r requirements.txt - Run the Flask app with
python app.py - Open
index.htmlin browser
MIT License

