New Post: using .osm files without the need to prefetch
@jensvanhoof: To clarify, the osm files do not contain any imagary - they contain the raw information needed to create the imagery. GMaps is designed to work with pre-compiled imagry. So to go from an...
View ArticleNew Post: Disable output of debug messages
Is possible to Disable output of GMap.NET debug messages ? why ? GMap.NET is working very well and stable so, I don´t need debug messages from it, but from my program/code... is other history: i need...
View ArticleNew Post: Disable output of debug messages
you use debug build, so you see the messages, now apply simple logic and switch to release build ;}
View ArticleNew Post: Disable output of debug messages
Dear radioman Sorry but, i don´t know how to switch to release build :-( , i tryed in project preferences and others but din´t find thank you
View ArticleNew Post: Disable output of debug messages
you can build it yourself by setting target to Release or just download hot build from here
View ArticleNew Post: Disable output of debug messages
Ok radioman, i´ll try this thank you marcelo
View ArticleNew Post: drawing a route of 2000 points or more
radioman wrote: just try, check the demos where can i download demos only?
View ArticleNew Post: drawing a route of 2000 points or more
i added all of the markers now i need to make contact between them using drawing lines between points how could i draw lines between them? thanks
View ArticleNew Post: drawing a route of 2000 points or more
i've added that as an overlay to gmap component. but the route is polygon i need just lines
View ArticleNew Post: drawing a route of 2000 points or more
radioman wrote: check the demo source what do you mean by demo source? i have downloaded "greatmaps_197400b3a921.zip" from the source code section. there is just a demo application which draws polygon....
View ArticleNew Post: drawing a route of 2000 points or more
radioman wrote: 'Add Route' button i have done this way: internal readonly GMapOverlay objects = new GMapOverlay("objects"); internal readonly GMapOverlay routes = new GMapOverlay("routes"); public...
View ArticleNew Post: drawing a route of 2000 points or more
set: Size = new System.Drawing.Size(Bitmap.Width, Bitmap.Height); Offset = new Point(-Size.Width / 2, -Size.Height);
View ArticleNew Post: drawing a route of 2000 points or more
radioman wrote: set: Size = new System.Drawing.Size(Bitmap.Width, Bitmap.Height); Offset = new Point(-Size.Width / 2, -Size.Height); with the code below, my problem solved m.Size = new...
View ArticleNew Post: Paint tracks
Hello! I need your help. I have much more coordinats in database. I reading it and paint on my gMapControl to use GMarker. I do it by this way: point.Lat = Convert.ToDouble(finish_lat); point.Lng =...
View Article