This project is a web-based GIS application built using Mapbox GL JS for mapping and Turf.js for spatial analysis. The application allows users to visualize and analyze geographic data interactively.
You can view a live demo of the application here.
- Interactive map with pan, zoom, and rotate capabilities
- Add, edit, and remove geojson data layers
- Perform spatial analysis using Turf.js
- Buffer
- Intersect
- Union
- Distance calculation
- Custom map styles
- Geocoding and reverse geocoding
- Mapbox GL JS - For rendering maps
- Turf.js - For spatial analysis
- Node.js and npm installed
- Clone the repository:
git clone https://github.com/yourusername/webgis-project.git cd webgis-project