Skip to content

A sophisticated route optimization application built with React and Next.js, leveraging Leaflet for mapping. Designed to enable users to input a set of coordinates and receive an optimized route. It's perfect for logistics planning, efficient route finding, and interactive mapping experiences.

License

Notifications You must be signed in to change notification settings

itamaradin15/routing-optimization-app

Repository files navigation

Routing Optimization App

This application, built using React and Next.js, integrates Leaflet mapping to provide route optimization capabilities. It's designed to allow users to input a set of coordinates and generate an optimized route, ideal for logistics planning and efficient route finding.

Key Features

  • Route Optimization: Users can input multiple coordinates to receive an optimized route.
  • Interactive Mapping: Utilizes Leaflet for dynamic map visualization and interaction.
  • Geolocation Support: Integrates real-time geolocation for enhanced mapping accuracy.

Technologies Used

Requirements

  • Valhalla Routing Engine: This app requires a running instance of the Valhalla routing engine to function correctly. Ensure you have Valhalla set up and accessible for route calculations.

How to Use

Set Up Valhalla Server

Ensure you have a Valhalla routing engine server running and accessible. For more information on setting up Valhalla, visit Valhalla's documentation.

Install Dependencies

npm install

Run the Development Server

npm run dev

License

Licensed under the MIT license.

About

A sophisticated route optimization application built with React and Next.js, leveraging Leaflet for mapping. Designed to enable users to input a set of coordinates and receive an optimized route. It's perfect for logistics planning, efficient route finding, and interactive mapping experiences.

Topics

Resources

License

Stars

Watchers

Forks