New Post: Can't get simple routing to work :(
Hi, I think the timeout I think indicates that no connection to the database can be made. I'm always willing to help but I'm not sure when. Maybe I will have some time this weekend.
View ArticleNew Post: Can't get simple routing to work :(
Hi, Thanks for the offer of help. I'm pretty sure it's connecting to the database OK as it's creating the tables and also populating the node and node_tags tables (pgAdmin is estimating 47,053,500 rows...
View ArticleNew Post: About OsmSharp Routing
Hello.I'm calculating routes with OsmSharp.In the first track and last track, the route does not respect the sense of the street.OsmSharpRoute route =...
View ArticleNew Post: About OsmSharp Routing
Hi, Can you be a little more specific? Or make sure the image is visible? Anyway, you should always resolve points with the same vehicle type that you are using for routing, and there is a small bug...
View ArticleNew Post: About OsmSharp Routing
I send a PDF file with image.I refer that there is a small bug that sometimes does not respect oneway constraints when the start- or endpoint is on that oneway street.thanks2014-03-04 13:34 GMT+01:00...
View ArticleNew Post: About OsmSharp Routing
Hi, There already is an issue for this bug:https://osmsharp.codeplex.com/workitem/1258 I need to fix this anyway. Will try to fix this this weekend.
View ArticleNew Post: Can't get simple routing to work :(
Hi Adam, I am extremely busy at the moment but I might be able to help you out tomorrow. My skype account: ben.abelshausen
View ArticleNew Post: About OsmSharp Routing
Hi xivk.Many Thanks!!Best regards.Juan José Navarroalkime.es2014-03-04 20:55 GMT+01:00 xivk <[email removed]>:From: xivkHi, There already is an issue for this bug:...
View ArticleNew Post: Big map files in OsmSharp&Xamarin
Hi, is there a way/what is the best way to use big map files (couple hundred MB) on with Xamarin.iOS/Xamarin.Android? I'd like to use ~360MB offline .pbf map of Czech Republic for my master thesis...
View ArticleNew Post: download maps.
I have been working a bit on the LayerTile and it should be working in iOS now but there are a few smaller issues that need fixing before a final release. You should also set the mapview to something...
View ArticleNew Post: download maps.
OK so I got the map which is nice. My problem is that nothing but a marker is shown until a (first)touch event occurs. Am I missing something? Also the mapView cannot be added in a view but it must be...
View ArticleNew Post: download maps.
Ok, log an issue on github for the first-touch stuff then I won't forget to have a look later. ... the mapview can be added to another view in code. I have seen it done before but don't have a...
View ArticleNew Post: About OsmSharp Routing
Hi XivkAbout https://osmsharp.codeplex.com/workitem/1258Do you have news?Many thanks2014-03-04 20:55 GMT+01:00 xivk <[email removed]>:From: xivkHi, There already is an issue for this bug:...
View ArticleNew Post: Router.Resolve() returning null
Hi, The Resolve method returns null. Following is the piece of code i am trying to run. string xml = @"D:\OSMXML.osm"; TagsTableCollectionIndex tags_index = new TagsTableCollectionIndex();...
View ArticleNew Post: Router.Resolve() returning null
Hi Poonam, It is possible that these are null when there is no road nearby. Are you sure you have the correct region of osm-data and the new GeoCoordinate(latitude, longitude) use correctly?
View Article