New Post: Short title inside a marker instead of a tooltip
Thank you very much for providing this map functionality, I like it very much. Are there a way to add a very short "Title" to a marker, basically just a short number, t be shown directly over or inside...
View ArticleNew Post: Short title inside a marker instead of a tooltip
you can make custom marker or custom tooltip
View ArticleNew Post: Short title inside a marker instead of a tooltip
hello, could be a solution: This is a cross with your text. public class GMapMarker_Text : GMapMarker { private Pen Pen = new Pen(Brushes.Blue, 3); private Brush FillBrush; private int drawingSize;...
View ArticleNew Post: Read Speed attribute from trackpoint
Hello I have a problem getting the speed at a track/waypoint when importing from a GPX file. It seems that the wptType has no definition of speed, which is a part of GPX right? Does anyone have an idea...
View ArticleNew Post: Read Speed attribute from trackpoint
http://forum.locusmap.eu/index.php?topic=3426.0"Speed was a tag in gpx 1.0 but removed with gpx 1.1. It was removed because you can calculate speed by the given coordinates.." speed = distance / time;...
View ArticleNew Post: Short title inside a marker instead of a tooltip
Thank you very much, I used RobbeEDE example of overloading the marker. I also managed to change the cross to an elipse, and add the text inside the elipse, so now it looks really great. I only have...
View ArticleNew Post: Short title inside a marker instead of a tooltip
private void gmap_OnMarkerClick(GMapMarker item, MouseEventArgs e) { var myMarker = item as GMapMarker_Text; // ... }
View ArticleNew Post: Short title inside a marker instead of a tooltip
Thanks a lot, now it works like a charm
View ArticleNew Post: Add a heatmap as a layer to a map based on OpenStreetMap from C#...
This question is related to my previous question. Currently, I just need to show a map with some less points of a heatmap on a map based on OpenStreetMap (OSM) . I have created a heatmap as a bitmap...
View ArticleUpdated Release: Hot Build (May 26, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleReleased: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixes build log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleUpdated Release: Hot Build (Oct 09, 2015)
cutting edge features and bug-fixesbuild log: https://ci.appveyor.com/project/radioman/greatmaps-byuu0
View ArticleNew Post: from C# WPF add a heatmap jpeg file as a layer to a map based on...
I used GHEAT.NET (http://www.codeproject.com/Articles/88956/GHeat-NET) to generate a heatmap as a jpeg file. I need to add it as a layer to the map based on OpenStreetMap. (openstreetmap.com) And, also...
View Article