Because Google Maps API is not available in Israel (see here) I want to use OpenStreetMap. I'm confused by all the different ways to do geocoding, i.e. finding lat,long for an address.

I'm also looking for the best way to do routing, i.e display a route between two locations, using OSM.

I'm looking for JavaScript on the client and .Net on my server.

I'm also looking for a solution that will work with names in Hebrew, but I do not think this is a limitation.

link|improve this question

80% accept rate
Thanks Christian - fixed – GilShalit Jan 19 '10 at 15:11
feedback

2 Answers

Routing

CloudMade offers a Routing HTTP API as part of their Web Maps API. The standard service for non-commercial applications is free.

Additional information about Routing in OpenStreetMap can be found in the Routing article on the OSM wiki.

Geocoding

Cloudmade's Web Maps API includes a geocoder. The geocoders currently used on OpenStreetMap's main site are Nominatim and GeoNames.

link|improve this answer
I've started to use Nominatim as the geocoder - looking good – GilShalit Jan 19 '10 at 15:12
I'm happy with Cloudmades' routing service. Simple api, query response times are okay, all routes have been correct so far. – Tamm Jan 26 at 11:46
feedback

Look at http://openrouteservice.org/. They did routing using OSM already.

link|improve this answer
I don't see how this helps as they do not offer an API, unless I'm missing it. – GilShalit Jan 14 '10 at 15:17
1  
ORS could maybe be used as an Routing API. Use wiki.openstreetmap.org/index.php/OpenRouteService#ORS_.22API.22 and download the route description as an XML. – Christian Jan 18 '10 at 19:12
ORS seems not cover Israel. See wiki.openstreetmap.org/wiki/Image:ORS_Coverage.png – GilShalit Jan 19 '10 at 15:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.