New Post: My Gmap only shows partial..
GMap1.MapProvider = GMapProviders.GoogleMap GMap1.Dock = DockStyle.fill GMap1.SetCurrentPositionByKeywords("Stockholm, Sweden") Map still looks like this.....
View ArticleNew Post: My Gmap only shows partial..
Sorry I am a little bit slow.. ... -This works --cheers ! GMap1.Dock = System.Windows.Forms.DockStyle.Fill
View ArticleNew Post: Reposition map and zoom into a newly added collection of marker's
If I add a layer with a bunch of markers to the map. How can I reposition the map to show all of the newly created marker collection and zoom in just right ? Is there a "zoomtobounds" type of map...
View ArticleNew Post: Reposition map and zoom into a newly added collection of marker's
map.ZoomAndCenterMarkers
View ArticleNew Post: How to get ride of the enoying ~15 seconds start delay (F5) in...
Time delay seems to disapear in the compiled version !
View ArticleNew Post: How to get ride of the enoying ~15 seconds start delay (F5) in...
it's only for debugging purposeto avoid delays, update manually google/bing provider version strings..
View ArticleNew Post: GMap.NET and DotSpatial
check the following link...http://dotspatial.codeplex.com/discussions/403644
View ArticleUpdated Release: Hot Build (Nov 19, 2012)
summary: GMap.NET.Core: disable cache if running as Network Servicedate: Mon Nov 19 21:11:45 2012 +0200user: radiomantag: tipchangeset: 820:07e1b2c27548
View ArticleReleased: Hot Build (Nov 26, 2012)
summary: GMap.NET.WindowsPresentation: added HelperLine and OnSelectionChange event date: Mon Nov 26 17:19:42 2012 +0200 user: radioman tag: tip changeset: 823:a8a1508fe247
View ArticleUpdated Release: Hot Build (Nov 26, 2012)
summary: GMap.NET.WindowsPresentation: added HelperLine and OnSelectionChange eventdate: Mon Nov 26 17:19:42 2012 +0200user: radiomantag: tipchangeset: 823:a8a1508fe247
View ArticleNew Post: Error Add Overlay New Point
GMapControl1.Overlays.Add(New GMap.NET.WindowsForms.Markers.GMarkerGoogle(New PointLatLng(Lat, Lng), Markers.GMarkerGoogleType.green))
View ArticleNew Post: Map replaced by white background and red cross
I'm doing some work with database queries and markers. I am querying a database and then throwing up markers onto the map based on my query results.I'm in the process of integrating a new version of...
View ArticleCreated Issue: Misleading default values [16055]
Hi,libraries in general, or such as GMap.NET, should make it easy and intuitive for developers to start with. Besides a very nice library you created, there is one small problem found in one of the...
View ArticleNew Post: Printing
Hello RadiomanNow I see some issues with map.ToImage()- It is not really a ToImage() from backround map, but a ToImage from the viewPort, as a PrintScreen embedding everything Visible on the screen-...
View ArticleNew Post: Printing
check windows forms demo, 'Get static' buttonor http://greatmaps.codeplex.com/SourceControl/changeset/view/a8a1508fe247#Testing%2fBigMapMaker%2fProgram.cs
View ArticleNew Post: Error Add Overlay New Point
I looked in demo.windowform but I did not get results.the position is'nt correct.my source is: Private Sub GMapControl1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
View Article