New Post: setting tooltip position
Hello, I am creating a tooltip for my marker, but the strokes and hiding it. i want the tootip to be shown above the strokes. how can i do dat?
View ArticleUpdated Release: Hot Build (Feb 15, 2013)
summary: Build: updated build scriptsdate: Fri Feb 15 18:46:23 2013 +0200user: radiomantag: tipchangeset: 852:5da227f4f098
View ArticleReleased: Hot Build (Feb 20, 2013)
summary: GMap.NET.Core: fixed geocoder for Bing and OpenStreetMap providers date: Wed Feb 20 18:50:22 2013 +0200 user: radioman tag: tip changeset: 853:5794a8864f7c
View ArticleUpdated Release: Hot Build (Feb 20, 2013)
summary: GMap.NET.Core: fixed geocoder for Bing and OpenStreetMap providersdate: Wed Feb 20 18:50:22 2013 +0200user: radiomantag: tipchangeset: 853:5794a8864f7c
View ArticleNew Post: Google Style Clustered Tooltips
Hello Mike, I tried to create an image, but i am not able to get that transparency level as in your application. It completely hides the part of my map where the image is positioned. Can u tell me how...
View ArticleNew Post: Map control not redrawing correctly after switching provider. [C#]
Do you mean Fill ? map.Dock = DockStyle.Fill; This does not fix the problem, it just fills my main form with the image I previously posted.
View ArticleNew Post: Map control not redrawing correctly after switching provider. [C#]
forks fine for me, try not using load event
View ArticleNew Post: Map control not redrawing correctly after switching provider. [C#]
Interesting. Could you give example code without using load event ? I am not the strongest C# programmer. Thank you for all your help btw.
View ArticleNew Post: Dynamic providers: Clear Cache and WMS Provider
guid should be readonly, but you can use whatever guid you want, you don't have to change anything, it can be hash of TileServerUrl or something...
View ArticleNew Post: Heading for custom markers
use just use your custom marker instance, GMapMarker is base class
View ArticleNew Post: Map control not redrawing correctly after switching provider. [C#]
Its Working :D. Setting the initial combobox index to 1 seemed to resolve the Issue. He is the working code for anyone interested:public partial class main : Form { GMapControl map = new...
View ArticleNew Post: setting tooltip position
if use same overlay all routes would be rendered 'at the bottom', if you use more than one overlay, add that layer with routes first
View ArticleNew Post: Caching to shared folder
any sql server as secondary cache would work just fine
View ArticleNew Post: How to remove red tile numbering
use release build or set Map.ShowTileGridLines = false;
View ArticleNew Post: How to remove red tile numbering
Try this: MainMap.ShowTileGridLines = false;
View ArticleNew Post: Wait for mouse double click
try using MainMap_MouseDoubleClick with some logic for clicking once
View ArticleNew Post: Moving map to center on new marker location
I am displaying my map and marker with the following code snippet.....gMapControl1.Position = new PointLatLng(38.497501, -120.564003); overlayOne = new GMapOverlay(gMapControl1, "OverlayOne"); marker1...
View Article