Geo-Dis is a web application that utilizes the ArcGIS Web AppBuilder to measure and display the geodesic distance between two points on a map. Built using React and TypeScript, Geo-Dis provides an interactive and user-friendly interface for accurate distance measurement and visualization on an ArcGIS map.
- Geodesic Distance Calculation: Measures the shortest distance over the earth's surface between two selected points.
- Interactive Map: Integrates with the ArcGIS map for easy point selection and distance measurement.
- Modern Technologies: Developed using React and TypeScript for a robust and type-safe application.
vlc-record-2024-08-15-21h23m46s-screen___-.mp4
Before you get started, ensure you have the following installed:
-
Clone the Repository:
git clone https://github.com/Foxtrot-14/Geo-Dis.git
-
Navigate into the Directory:
cd Geo-Dis
-
Install Dependencies:
npm install
-
Run Development Serve:
npm run dev