NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello

I am working on a multiplatform mobile application dedicated to road navigation using openstreetmap and the ionic framework. This application aims to find the shortest path between two points based on the dijkstra algorithm but with an optimized version (of this algorithm).

so I'm supposed to have a computer representation (matrix representation ...) of my road network. for this, the question that arises is:

  • Will I need to download the raw map data from openstreetmap to integrate it into a database then use it (transform it into a computer representation inside my application script so that I can then apply the shortest path algorithm).

"In this case, and since I work in a JavaScript environment, the OpenStreetMap site directed me towards the use of the node-osmium library, but this library presents a lot of ambiguous errors during its installation."

or

  • Find an API that allows me to use geographic data without having downloaded it from openstreetmap.

for both cases, what do you offer me as tools.

Thanks for your help.

asked 05 Jun '20, 13:03

hassiba-tb's gravatar image

hassiba-tb
11112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×305
×290
×230
×19
×11

question asked: 05 Jun '20, 13:03

question was seen: 982 times

last updated: 05 Jun '20, 13:03

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum