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

Operation on OSM data with API

0

How I can perform operation like mapping, matching, SHortest path on OSM data without using API.

asked 09 Sep '19, 11:08

Saravjeet's gravatar image

Saravjeet
11112
accept rate: 0%


2 Answers:

3

Install processing software on local machine, download OSM data and run software locally. For making maps, see switch2osm.org; if by "matching" you mean search/geocoding, see nominatim.org; for path finding, check OSRM or GraphHopper.

answered 09 Sep '19, 11:19

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

edited 09 Sep '19, 12:28

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866

0

Another option that should work is to download a OSM on Garmin .img file ( free) but choose a routable one, search the wiki for one. With that file on an SD card, a memory stick or a garmin gps pluged into your PC that map will display using Garmin Basecamp and with the map selected, plotting a route between two points should generate the sortest route.

answered 09 Sep '19, 18:53

andy%20mackey's gravatar image

andy mackey
13.2k87143285
accept rate: 4%

Source code available on GitHub .