This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

how to read latitude and longitude for this toll/maut data

0

Hi,

i need to calculate the distance route with and without toll access in germany

i got a toll gate data in https://wiki.openstreetmap.org/wiki/Mautdaten , or download here : http://www.openstreetmap.de/download/mautknoten/mautknoten_4326.zip Anyone know how to read this toll gate data?

so far i dont see latitude and longitude that i can use for checking on route if it is use toll or not. i want to check on route if the toll point (gate) defined by latitude and longitude is on the route.

my idea is by comparing the route and toll gate data to know if it used toll or not

asked 09 Feb '15, 09:44

mario99ukdw's gravatar image

mario99ukdw
11112
accept rate: 0%

edited 10 Feb '15, 12:29

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

1

The zip file contains a shapefile which can be read by various tools and libraries. This is not really an OpenStreetMap-specific problem.

(09 Feb '15, 12:05) scai ♦

Source code available on GitHub .