Skip to content

edsoneddy/geolocation-and-measure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geolocation and Measure

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.

Features

  • 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.

Technologies Used

  • OpenLayers: For map rendering and geospatial functionalities.
  • Vite: For fast development and build processes.
  • JavaScript: Core programming language for the application.

Installation

  1. Clone the repository:
    git clone git@github.com:EdsonEddy/geolocation-and-measure.git
  2. Navigate to the project directory:
    cd geolocation-and-measure
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:5173.

License

This project is licensed under the MIT License.

About

Geolocation and Measurement Tool using OpenLayers with EPSG:3857 Projection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors