-
sprocketonline committed revision 58 to the Google Map .Net Control SVN repository, changing 20 files.
2006-12-11 23:19:47 UTC in Google Map .Net Control
-
I've added the following code to GMarker:
public override string ToJavascriptConstructor()
{
string retVal = string.Format(Utilities.UsCulture, @"new GMarker({0})", this.Point.ToJavascriptConstructor());
return retVal;
}
and updated addOverlay in GMap2 to include:
String.Format(Utilities.UsCulture, "{0}.addOverlay({1});", this.JsId...
2006-12-11 23:17:20 UTC in Google Map .Net Control
-
The following message was emailed directly to sprocketonline (Iain).
Message body follows:
i got the source today from SVN, and wants to try the
MapOverlays.
i used the following code in page load.
GLatLng point = new GLatLng(37.4419, -122.1419);
gMap2.SetCenter(point, 13);
gMap2.AddOverlay(new GMarker(point));
Here is the result in the rendered page...
2006-12-11 23:03:23 UTC in Google Map .Net Control
-
Thanks for your bug report.
This is certainly reproducible. - I was getting it so often, I just ignored it!!!
I have created a quick workaround, and commited it to the SVN. I have merely added an 'if' logic to filter out "undefined" javascript objects. They were previously passed to GLatLng parser which was choking on it!
Please file more bugs if this, or anything else, proves a problem.
2006-12-11 22:58:56 UTC in Google Map .Net Control
-
sprocketonline committed revision 57 to the Google Map .Net Control SVN repository, changing 38 files.
2006-12-08 21:55:33 UTC in Google Map .Net Control
-
sprocketonline committed revision 56 to the Google Map .Net Control SVN repository, changing 21 files.
2006-11-15 21:02:42 UTC in Google Map .Net Control
-
sprocketonline committed revision 55 to the Google Map .Net Control SVN repository, changing 3 files.
2006-11-14 21:25:35 UTC in Google Map .Net Control
-
sprocketonline committed revision 54 to the Google Map .Net Control SVN repository, changing 20 files.
2006-11-14 19:58:47 UTC in Google Map .Net Control
-
sprocketonline committed revision 53 to the Google Map .Net Control SVN repository, changing 37 files.
2006-11-12 22:24:07 UTC in Google Map .Net Control
-
sprocketonline committed revision 52 to the Google Map .Net Control SVN repository, changing 54 files.
2006-11-12 16:04:40 UTC in Google Map .Net Control