New Post: Great Circle routes?
it's possible but you need to calculate the points manually
View ArticleNew Post: Great Circle routes?
Hi radioman, So if I have a line with just 2 points, say where 1 point is in NYC and other is in London, I would have to manually calculate all points in between?
View ArticleNew Post: Great Circle routes?
i suppose you use some formula: http://williams.best.vwh.net/avform.htm#Intro
View ArticleNew Post: Error when drag the map to WinForm
remove System.Data,SQLite.dll from the references
View ArticleNew Post: 404 not found with limited area on the tile server
With our tile server having tiles for only a limited area, the tile server returns a “404 not found” error at a low zoom level, when a non existing tile get requested. It is a problem in case this...
View ArticleSource code checked in, #2bd44cf0f628
GMap.NET.Core: fixed empty tile detection, thx reddoor
View ArticleNew Post: Map position to 0,0 after selection release and mouse click on the map
I found the following bug. Your solution to release the selected area works fine. However it reveals a bug. After selection of the area, the selection is emptied. Then when I click on the map the map...
View ArticleNew Post: Map position to 0,0 after selection release and mouse click on the map
because you set zero position in MainMap_SelectionChange, internally after selection change it zooms to selected area
View ArticleNew Post: Map position to 0,0 after selection release and mouse click on the map
p.s. if you hold the Shift ..and i've added small change, maybe it helps
View ArticleNew Post: Map position to 0,0 after selection release and mouse click on the map
I've tested with the change you made in RectLatLng.cs. Doesn' t make a difference. I'm trying to create a work around.
View ArticleUpdated Release: Hot Build (Aug 15, 2013)
summary: Demo.WindowsMobile: added LithuaniaTOP50Mapdate: Thu Aug 15 17:13:38 2013 +0300user: radiomantag: tipchangeset: 897:01e2ab6b8c59
View ArticleReleased: Hot Build (Aug 23, 2013)
summary: GMap.NET.Core: optimized RectLatLng date: Fri Aug 23 12:42:24 2013 +0300 user: radioman tag: tip changeset: 899:a158dfe4e6a8
View ArticleUpdated Release: Hot Build (Aug 23, 2013)
summary: GMap.NET.Core: optimized RectLatLngdate: Fri Aug 23 12:42:24 2013 +0300user: radiomantag: tipchangeset: 899:a158dfe4e6a8
View ArticleNew Post: WPF Markers binding
I also think it's a real pain to create your own custom markers. Maybe the IGMapMarker-way is a good idea! Is there already any progression on this?
View ArticleNew Post: Display route on markerEnter event for a SPECIFIC marker?
Hello all, I've been messing with this one all day and I just can't figure it out, so I come here for your help. Below is the code I am using to generate a marker and a route then make the route...
View ArticleNew Post: OutOfMemory dispaying lots of markers with custom icon?
Since I know how frustrating it is to search for a solution to a problem and find none, here is how I fixed my problem, in case someone runs into the same issue: Instead of calling the bitmap INSIDE a...
View Article