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

New Post: How do I stop this from occurring? flightWorker.ProgressChanged()


New Post: Smooth WPF Zoom

New Post: Distance of point from track

$
0
0
GetDistance is implemented in provider projection base class

New Post: Map scroll/drag with velocity.

$
0
0
That is exactly what I need. Implemented and working, thanks.

New Post: Free tileset to download

$
0
0
Anyone know where I can download a free tileset so I can use it offline?

New Post: Distance of point from track

$
0
0
Could you post a link please? I can´t find that :-( And is that method really exact? With accuracy in centimeters?

Commented Issue: MapProvider Not working without Internet [16063]

$
0
0
Hello,

Brilliant code I built an app in very little time but there was a gotcha

PointLatLng? poss = GMapProviders.BingHybridMap.GetPoint(i, out status);

does not work without a internet connection. I have tried

GMapProviders.BingHybridMap.TryCorrectVersion = false;
GMapProviders.BingHybridMap.TryGetDefaultKey = true;

With little success, please can you point me in the right direction.
Comments: do we have a offline Provider?

Reopened Issue: MapProvider Not working without Internet [16063]

$
0
0
Hello,

Brilliant code I built an app in very little time but there was a gotcha

PointLatLng? poss = GMapProviders.BingHybridMap.GetPoint(i, out status);

does not work without a internet connection. I have tried

GMapProviders.BingHybridMap.TryCorrectVersion = false;
GMapProviders.BingHybridMap.TryGetDefaultKey = true;

With little success, please can you point me in the right direction.

Edited Issue: MapProvider Not working without Internet [16063]

$
0
0
Hello,

Brilliant code I built an app in very little time but there was a gotcha

PointLatLng? poss = GMapProviders.BingHybridMap.GetPoint(i, out status);

does not work without a internet connection. I have tried

GMapProviders.BingHybridMap.TryCorrectVersion = false;
GMapProviders.BingHybridMap.TryGetDefaultKey = true;

With little success, please can you point me in the right direction.

Commented Issue: MapProvider Not working without Internet [16063]

$
0
0
Hello,

Brilliant code I built an app in very little time but there was a gotcha

PointLatLng? poss = GMapProviders.BingHybridMap.GetPoint(i, out status);

does not work without a internet connection. I have tried

GMapProviders.BingHybridMap.TryCorrectVersion = false;
GMapProviders.BingHybridMap.TryGetDefaultKey = true;

With little success, please can you point me in the right direction.
Comments: Do we have an offline provider?

Closed Issue: MapProvider Not working without Internet [16063]

$
0
0
Hello,

Brilliant code I built an app in very little time but there was a gotcha

PointLatLng? poss = GMapProviders.BingHybridMap.GetPoint(i, out status);

does not work without a internet connection. I have tried

GMapProviders.BingHybridMap.TryCorrectVersion = false;
GMapProviders.BingHybridMap.TryGetDefaultKey = true;

With little success, please can you point me in the right direction.
Comments: no

New Post: Support thread to draw

$
0
0
hi
It is mean that rendering each component like point or shape must run in own thread.
When points and shapes of the page Increases,greatly reduced rate display performance.
Finally Poor show for applications with large data(GIS APP).
Thank

New Post: Overlaying cloud cover on map

$
0
0
Hi all,

I wonder if I could add an overlaying layer that contains the cloud information on top of the map control using the WPF GMap library?

If it is possible, how to do it?

Thanks.

New Post: Overlaying cloud cover on map

New Post: Overlaying cloud cover on map

$
0
0
Thanks for the reply.

I looked through the Clouds.Demo you mentioned but the sample is for windows form. However, I require one for WPF.

I have to find the necessary classes in the WPF library but found that the follwing classes and methods are missing from the library:
  • GMapOverlay mapControl (in MainForm.cs)
  • mapControl.Overlays (in MainForm.cs)
  • protected override void OnPaintOverlays(System.Drawing.Graphics g) (in MapControl.cs)
Is there any way to add the cloud overlay in the WPF even without these classes/methods?

New Post: GMap Commercial License

$
0
0
Hi,

I am going to develop a commercial product using GMap.
I have read the GMap license but I am lost.
I wonder if the license allows me to use GMap license for commercial product?

I understand also that some providers doesn't allow their resource to be use in commercial product unless they permit. One of them is Google.
Which provider can I use for commercial product?

New Post: Manipulating Polygon using GMap for WPF

$
0
0
Hi all,

I need to manipulate the polygons on the map but I have encountered some problems.
These are what I need:
  • Left clicking on the map: If a polygon is there, it will be selected for manipulation.
  • After selecting the polygon, when the left mouse button is pressed (and hold) and the clicked area is within the polygon, any moving will shift the polygon to the new location until the left mouse button is released.
  • After selecting the polygon, if the right mouse button is pressed and dragging the mouse left will increase the angle while dragging the mouse right will decrease the angle.
Anyone have any idea how to performs these manipulation?

Currently I already have the following events:
  • Map_MouseMove(object sender, System.Windows.Input.MouseEventArgs e) : which will update the latitiude and longtitude whent he mouse is moving within the map.

New Post: Overlaying cloud cover on map

$
0
0
nop, but the principle is the same

New Post: GMap Commercial License

New Post: Manipulating Polygon using GMap for WPF

$
0
0
Point 2, moving the polygon:

Save the Position of the Mouse_down event

In the mouse_move event, get position, subtract it from the saved position, and add the resulting value to every point of the selected polygon.

Point 3: Do you mean to resize the Polygon ("increase the angle")?
Viewing all 3384 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>