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

Calculate route C# and PostGIS (local machine)

0

Hello,

I have downloaded a region map from GeoFabrik, and imported to PostGIS database on my local machine. What I would like now is create an ASP.NET(C#) application to calculate just time and distance between 2 points (lat, long). Someone knows if exists an API to connect with PostGIS database and calculate this issue?

Thanks in advance!!!

asked 26 May '16, 10:12

willowvil's gravatar image

willowvil
21112
accept rate: 0%

1

Several asp.net questions have been asked in the past (see https://help.openstreetmap.org/search/?q=%22asp.net%22&t=question&Submit=search&sort=active ) but there are relatively few answers. You're probably more likely to get an answer in an asp.net forum.

(26 May '16, 10:22) SomeoneElse ♦

I will try answering in an asp.net forum. Thank you!

(26 May '16, 17:27) willowvil

@willowvil: please could mention the link to the new question location here?

(27 May '16, 22:42) aseerel4c26 ♦

Source code available on GitHub .