This project is a web-based application that utilizes geolocation and measurement functionalities. It allows users to track their position, measure distances, and calculate areas on a map using the OpenLayers library.
- Geolocation Tracking: Enables users to track their current position with high accuracy.
- Measurement Tools:
- Measure distances (LineString).
- Calculate areas (Polygon).
- Customizable Options:
- Show segment lengths.
- Clear previous measurements.
- Interactive Map: Built with OpenLayers for seamless map interaction.
- OpenLayers: For map rendering and geospatial functionalities.
- Vite: For fast development and build processes.
- JavaScript: Core programming language for the application.
- Clone the repository:
git clone git@github.com:EdsonEddy/geolocation-and-measure.git
- Navigate to the project directory:
cd geolocation-and-measure - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:5173.
This project is licensed under the MIT License.