New Post: Polygon with inner polygons
Nice map! I´m also an fisherman and also try to create my own depth maps.
View ArticleReviewed: 1.7 (мар 23, 2016)
Rated 5 Stars (out of 5) - I start using it for creating my own GIS with some reluctance, I thought I'll need to make many changes into core code, but instead, I found EVERYTHING I desired in this...
View ArticleNew Post: GMAPs and .gmdb
ntaero, You ever figure this out? I'd like to get the cachelocation to a single place for every user/profile on a computer. I've tried to use .cachelocation = application.startuppath & "\" and it...
View ArticleNew Post: GMAPs and .gmdb
MainMap.CacheLocation = @"E:\Desktop\gmapcache\"; p.s. initial size is 32MB
View ArticleNew Post: GMAPs and .gmdb
Here's my code on FormOpen Event (In VB.Net). I'm thinking that the @ is for C# since it generates an error? Should the .cachelocation be someplace else? This works for the user that installs the...
View ArticleNew Post: GMAPs and .gmdb
Default behavior puts the tileDB here correct?: C:\Users\ComputerName\AppData\Local\GMap.NET\TileDBv5\en Would I go into the GMap source code to change this? The reason I ask is that I have 3 GMap...
View ArticleNew Post: GMAPs and .gmdb
As I look into this further it looks like GMap always creates the tiledb file here: C:\Users\ComputerName\AppData\Local\GMap.NET\TileDBv5\en\Data.gmdb no matter what you specify for the .CacheLocation?...
View ArticleCreated Unassigned: GoogleSatelliteMap version [16139]
The Version string used to access GoogleSatellite maps updates fairly regularly in the source code. The latest values is "192", but in the area where I want to download maps, this version is no longer...
View ArticleCommented Unassigned: GMAP.Net Google Satellite map error in C#? [16137]
Tried to use GMAP.NET in winform using C#, when I set map properties to GoogleSatelliteMapProvider it gives an error. Exception :The remote Server returned in error:(404) Not found.I am using latest...
View ArticleNew Post: Maps of specific area with name and address
I'm creating an offline system. Can I download maps of a specific area with address? For example if I enter Latitude and Longitude it give me address.
View ArticleCreated Unassigned: GetRoute() for GoogleSatellite and GoogleTerrain get 404...
Calls to GetRoute() from an instance of GoogleSatelliteMapProvider and GoogleTerrainMapProvider have stopped working. They are now failing in GetContentUsingHttp because request.GetResponse() throws an...
View ArticleUpdated Wiki: Home
...mission is in progress, great maps helps greatly! ;} ...real FLAT EARTH maps are missing though, no ANTARCTICA maps eitherGMap.NET is great and Powerful, Free, cross platform, open source .NET...
View ArticleUpdated Wiki: Home
...mission is in progress, great maps helps greatly! ;} ...real FLAT EARTH maps are missing though, no ANTARCTICA maps eitherGMap.NET is great and Powerful, Free, cross platform, open source .NET...
View ArticleNew Post: ViewArea changed event
Hello, I am working on a navigation application on Windows Forms. Some custom polygons and markers retrieved from database are shown on the map but as their number is huge, i am trying to implement a...
View ArticleNew Post: Windows 10 Maps...
Is it possible to use GMap.Net to read embedded Maps of Windows 10?
View ArticleReviewed: 1.7 (apr 07, 2016)
Rated 5 Stars (out of 5) - I have no words to define how amazing this project is. "Amazing" and "awesome" are definitely not enough !
View ArticleNew Post: ViewArea too wide and high
I have a label that shows the latitude and longitude at the mouse pointer position in gMapControl1.MouseMove()LatLonglabel.Text = " " + gMapControl1.FromLocalToLatLng(e.X, e.Y).Lat.ToString() + "\n" +...
View ArticleNew Post: ViewArea changed event
Try creating your own ViewArea and call it when needed. This may help you get started:PointLatLng w = gMapControl1.FromLocalToLatLng(gMapControl1.Width, gMapControl1.Height); I found your post because...
View Article