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

2
1

I use a GPS Messenger Device which transmits my location to family / friends every ten minutes via the Satellite Phone network. In addition to an SOS / 911 button it has a "Help Me" button which asks a nominated person to come and pick me up because although my life is not in danger I'm unable to get home under my own power.

This is all well and good if I'm on a road. But if I'm in a forest or national park, I could be miles away from a road. So someone wanting to help me, who might not be familiar with mapping tools, might not know how to get to the nearest road to my last reported location.

Is there some tool that I could use (or build upon) which, given an off-road location, could return a near-by on-road location? It would be even better if it was able to work out if there was a near by track / fire-road / trail.

I'm a software developer, and don't mind doing a lot of the hard yards myself. I just need some hints about where to start.

Thanks in advance.

Neil

asked 23 Feb '11, 06:21

Neil%20Ennis's gravatar image

Neil Ennis
31113
accept rate: 0%


Almost all routing software will, when given an arbitrary starting position, will find the nearest road/track that it can route on. For example, here is a route starting in the middle of the mountains using MapQuest's OSM routing.

http://open.mapquest.co.uk/link/10-AmJUgP94

You can see that although point A is nowhere near the road, it has figured out which is the nearest road to start from. Similar results happen with other routing systems, and so you could find one / set one up to use OSM data for pedestrians, and then it will find the nearest trail / path to your location.

permanent link

answered 23 Feb '11, 08:35

Andy%20Allan's gravatar image

Andy Allan
12.5k23128153
accept rate: 28%

The routing software gosmore does it too and sourcecode is available at http://svn.openstreetmap.org/applications/rendering/gosmore/

(23 Feb '11, 09:35) petschge
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
×193
×16
×3

question asked: 23 Feb '11, 06:21

question was seen: 5,437 times

last updated: 23 Feb '11, 09:35

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