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

Hi, I'm trying to develop an application which will be building the best route between two points on the map and I'd like to make it work offline, I know that there were a lot of questions about it, but in my case I'd like to construct a tile with a built-in route (like painted road from point A to B), is there any possibility to make this?

Also could you please write what I should best to use to achieve it? Atm I'm thinking to use PostgreSQL + pgRouting + tiles from Geofabrik, should I use something else?

Thank you.

asked 07 Apr '16, 15:38

sergiusz's gravatar image

sergiusz
11112
accept rate: 0%

edited 07 Apr '16, 21:39

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

Hi, try or have a look at this http://maps.me/en/home

(07 Apr '16, 15:51) Hendrikklaas

Thank you for the response, I took a look on maps.me and found that it works only with android and ios but i'm working with C# and making an UWP app for Windows 10. I'm using built-in map control with offline tiles and that's why I'd like to implement tile with route inside.

(07 Apr '16, 16:04) sergiusz

Browse the OSM wiki about Routing to see all known online or offline solutions so far.

Tell us what existing solution of all those webservices or apps come near your aim.

Special hint to Leaflet Routing Machine

Do you need also OSM based search engines?

permanent link

answered 08 Apr '16, 18:19

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Your answer
toggle preview

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
×287
×113
×106

question asked: 07 Apr '16, 15:38

question was seen: 3,539 times

last updated: 08 Apr '16, 18:19

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