Quantcast
Channel: GMap.NET - Great Maps for Windows Forms & Presentation
Browsing all 3384 articles
Browse latest View live

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 Article


New 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 Article


New 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 Article

New 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 Article

New Post: Disable output of debug messages

you can build it yourself by setting target to Release or just download hot build from here

View Article


New Post: Disable output of debug messages

Ok radioman, i´ll try this thank you marcelo

View Article

New Post: drawing a route of 2000 points or more

just try, check the demos

View Article

New Post: drawing a route of 2000 points or more

radioman wrote: just try, check the demos where can i download demos only?

View Article


New Post: drawing a route of 2000 points or more

here ;}

View Article


New 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 Article

New Post: drawing a route of 2000 points or more

add the route

View Article

New 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 Article

New Post: drawing a route of 2000 points or more

check the demo source

View Article


New 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 Article

New Post: drawing a route of 2000 points or more

'Add Route' button

View Article


New 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 Article

New 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 Article


New 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 Article

New Post: drawing a route of 2000 points or more

good ;}

View Article

New 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
Browsing all 3384 articles
Browse latest View live