Share

Google Map .Net Control

Code

Programming Languages: ASP.NET, C#

License: Mozilla Public License 1.1 (MPL 1.1), GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL), MIT License

Repositories

browse code, statistics, last commit on 2006-12-11 svn co https://gmapdotnetctl.svn.sourceforge.net/svnroot/gmapdotnetctl gmapdotnetctl

browse code, statistics cvs -d:pserver:anonymous@gmapdotnetctl.cvs.sourceforge.net:/cvsroot/gmapdotnetctl login

cvs -z3 -d:pserver:anonymous@gmapdotnetctl.cvs.sourceforge.net:/cvsroot/gmapdotnetctl co -P modulename

Show:

What's happening?

  • Bug: using GMap3 on ModalPopupExtender

    Hi I had upgraded Google Map .Net Control from 2.9 to 3.4 version It seems problem is in incorrect positioning 2.9.0.0 last stable.

    2008-11-10 08:32:38 UTC by andrew_zak

  • Bug: using GMap3 on ModalPopupExtender

    Hi I had upgraded Google Map .Net Control from 2.9 to 3.4 version It seems problem is in incorrect positioning 2.9.0.0 last stable.

    2008-11-07 16:06:02 UTC by andrew_zak

  • Comment: Control does not display

    im having the same problem. when the page loads, the control is just a gray box. in vs2005's designer, the control appears with an error in red text that says "Error rendering control - GMap1 an unhandled exception has occurred. Object reference not set to reference of object." here's some maybe helpful info from firefox's firebug extension... (!) gm3.aspx (line 9) Expected ',' or '{'...

    2007-03-15 15:25:26 UTC by jimonade

  • Comment: Control does not display

    Has anyone found the cause of this? I am having the same problem.

    2007-02-09 13:53:33 UTC by karengr

  • Google Map .Net Control

    sprocketonline committed revision 58 to the Google Map .Net Control SVN repository, changing 20 files.

    2006-12-11 23:19:47 UTC by sprocketonline

  • Comment: GOverlay ToString Method

    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 by sprocketonline

  • GOverlay ToString Method

    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 by sprocketonline

  • Comment: JScript runtime error

    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 by sprocketonline

  • 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 by sprocketonline

  • Unit tests for GSize

    Unit tests for GSize. Please have a look at the GetHashCode test and not sure if its right. Thanks.

    2006-12-04 08:14:06 UTC by constantnet

Our Numbers