New Post: Cache .Net CF
Hi, I had same problem. Problem was in Data.gmdb generated from Windows Forms demo! In my Data.gmdb was wrong "type" value for all tiles (requested type = 32 for OpenStreetMap). I changed it with SQL...
View ArticleNew Post: Route not following the road
Hello, i have a route consisting of several points stored in the database. I load it in this way: Dim data as datatable = WebService.GetRoute() 'get points Dim r = New GMapRoute("Myroute") Dim rp As...
View ArticleCommented Unassigned: GMap.NET Active X Component Shuts down [16094]
I have made an ActiveX component using GMap.Net which in general works really well, but has one problem I cannot understand. All markers on all overlays are displayed correctly. I van see them using...
View ArticleNew Post: Import Points in WebMercator projection
Hi Radioman! For some reasons, I get data in WebMercator projection (coordinates of grid points). As far as I know, Google Maps and Bing maps use WebMercator projection. How can I DIRECTLY (without...
View ArticleNew Post: OpenStreetMap placemark
Hi, Im using gmap.net control with the openstreetmap provider. I was debugging windowspresentation demo. The problem is that when i pass HttpWebRequest from the following url...
View ArticleCommented Unassigned: GMap.NET Active X Component Shuts down [16094]
I have made an ActiveX component using GMap.Net which in general works really well, but has one problem I cannot understand. All markers on all overlays are displayed correctly. I van see them using...
View ArticleNew Post: Route not following the road
it's possible, but you have to use routing provider
View ArticleNew Post: GMap right for this application?
I developed a C# app that uses the WebBrowser control to loop back on localhost to a page with JavaScript that creates a Google Map. I render the WebBrowser in a Windows Form, scrape that for a bitmap,...
View ArticleNew Post: GMap right for this application?
for speed i would use 4, you can render that and markers and other stuff in the background
View ArticleNew Post: Big Amount of Markers
my markers have a static position, i just load positions from db (up to 2k) and add them to an overlay...
View ArticleNew Post: Big Amount of Markers
for static objects it's not much you can do, windows render system has the limits, you can try create some system which removes/add unseen objects in the background, or group few markers into one, etc..
View ArticleCommented Unassigned: GMap.NET Active X Component Shuts down [16094]
I have made an ActiveX component using GMap.Net which in general works really well, but has one problem I cannot understand. All markers on all overlays are displayed correctly. I van see them using...
View ArticleNew Post: Route not following the road
if it's list of gps points, you'l never get smooth line, unless your gps update speed is very high
View ArticleNew Post: How to use on android
Hi radioman I am new to the world of Android, but have been asked to do a simple app for Android for which I would very much like to use GMaps. Unfortunately the reference you give above no longer...
View ArticleNew Post: Route not following the road
Tha was exactly my question. But if you use .GetRoute method with start and end points then you get smooth line and it follows the road exactly. unlike if you use gps points. Thanks for the effort
View ArticleNew Post: How to use on android
check google, anyway the source is in the same place, /Java/Android, you need android sdk for dev basically it's leafleft in web browser control serving tiles using local http server and tile cache db
View ArticleNew Post: Big Amount of Markers
Now i'm write the code in this mode : every 5 minutes read from a database the value of my marker(it can be 0 or 1). first of all i clear the overlay the contains the markers. the i do a for-cicle as :...
View ArticleNew Post: gmap.SetCurrentPositionByKeywords
Hi All Sorry if this is a stupid question, but I am totally new to programming and working on my first project - which is a simple mapping project in C# using this control. I have followed the...
View Article