This is a web-App developed using geodjango , PostGIS and Leaflet.js
This diplays data in PostGIS database
Creating new polygon and saving it to PostGIS database
Edits existing polygon in database
Deleting an entry from database
To run locally start PostGIS server at local host
Install GDAL on your system
cd into geodjango folder
Install requiremnts.txt using pip
use command
> python manage.py makemigrations
and
> python manage.py migrate To make database
Then start the sever using
> python manage.py runserver
- Click on add to add state
- Click on name to view or edit polygon
- Click on delet to delete entry
Client: HTML, Bootstrap, css, leaflet.js, Ajax
Server: Django, PostGIS
For support, email 12agrawalrahul@gmail.com
Could have done more like used reactjs or could have hosted on heroku but was not able to do it becaue of time constraints.



