--> To run this project you need server. You can use python server and for that you should have pre-installed python to start server.
How to start server.
- Open command prompt and change current directory to directory where your project lies.
- Linux: python -m SimpleHTTPServer 8888 Windows: python -m http.server 8888
Here 8888 is port number. you can give any number.
Once server is started, now open browser and write "localhost:8888/" Done.
--> In this project we are using dummy GIS data of Vapi city.
Contributor: Parth Lathiya Deepank verma