Skip to content
#

openstreetmap-api

Here are 20 public repositories matching this topic...

Fire-Simulator

🚒 This was a 4 days project aiming to deploy a REST API compliant application with the Springboot framework (backend and frontend from scratch) able to connect to the teacher's API, get data related to fires in the region, place them on a map, get data related to the location of the fire engines, connect to the openstreetmap API to get direction…

  • Updated Sep 27, 2022
  • JavaScript

This is a visualizer that finds the shortest path from a source to a destination, built using HTML, CSS, JavaScript, React.js, and data structures and algorithms (DSA). Here Dijkstra's algorithm is used to find the shortest path. This is the same type of technology used by google maps

  • Updated Mar 28, 2024
  • JavaScript

I created a Breadth-First Search (BFS) algorithm for map traversal. The BFS algorithm used to explore all the vertices and edges in a graph efficiently. In this specific implementation, I have adapted BFS for map-like structures, where each location is represented as a node, and paths between locations are considered as edges.

  • Updated Jun 3, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the openstreetmap-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openstreetmap-api topic, visit your repo's landing page and select "manage topics."

Learn more