Displaying 10 results from an estimated 10 matches for "codesite".
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
Author: robert.moran
Date: Sun May 31 11:13:23 2009
New Revision: 11
Modified:
trunk/source/mxn.core.js
trunk/source/mxn.js
trunk/source/mxn.yahoo.core.js
trunk/tests/index.htm
Log:
Added functionality to automatically load scripts needed.
Allowed mapstraction default constructor to have provider omitted (will use
first loaded provider).
Minor change to yahoo implementation -
2009 Aug 24
0
r23 committed - Changed build.xml to use correct directory slashes
Revision: 23
Author: ajturner
Date: Sun Aug 23 19:48:12 2009
Log: Changed build.xml to use correct directory slashes
http://code.google.com/p/mapstraction/source/detail?r=23
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Sun Aug 16 17:18:10 2009
+++ /trunk/build.xml Sun Aug 23 19:48:12 2009
@@ -75,7 +75,7 @@
</path>
<sequential>
2009 Sep 21
0
r34 committed - removed deprecated method draggable, all controls off when first creat...
Revision: 34
Author: freyfogle
Date: Mon Sep 21 00:21:06 2009
Log: removed deprecated method draggable, all controls off when first
creating the map, bit of work on adding controls, though still doesnt seem
to be working correctly
http://code.google.com/p/mapstraction/source/detail?r=34
Modified:
/trunk/source/mxn.googlev3.core.js
=======================================
---
2009 Nov 04
0
r53 committed - applied patch from John McKerrell
Revision: 53
Author: freyfogle
Date: Wed Nov 4 08:34:55 2009
Log: applied patch from John McKerrell
http://code.google.com/p/mapstraction/source/detail?r=53
Modified:
/trunk/source/mxn.cloudmade.core.js
=======================================
--- /trunk/source/mxn.cloudmade.core.js Sun Sep 20 06:30:15 2009
+++ /trunk/source/mxn.cloudmade.core.js Wed Nov 4 08:34:55 2009
@@ -7,6 +7,21 @@
2009 Nov 06
0
r54 committed - ...
Revision: 54
Author: freyfogle
Date: Fri Nov 6 07:21:27 2009
Log:
Marker should pass in google MarkerImage objects rather than just image
URLs if possible
http://code.google.com/p/mapstraction/source/detail?r=54
Modified:
/trunk/source/mxn.googlev3.core.js
=======================================
--- /trunk/source/mxn.googlev3.core.js Fri Oct 9 07:48:43 2009
+++
2010 Mar 11
0
r75 committed - turn off scrollwheel on by default, can then be activated vi applyOpti...
Revision: 75
Author: freyfogle
Date: Thu Mar 11 10:56:51 2010
Log: turn off scrollwheel on by default, can then be activated vi
applyOptions enableScrollWheelZoom
http://code.google.com/p/mapstraction/source/detail?r=75
Modified:
/trunk/source/mxn.googlev3.core.js
=======================================
--- /trunk/source/mxn.googlev3.core.js Wed Feb 10 16:35:50 2010
+++
2010 May 21
0
r83 committed - Making the geocoder pass JSLint
Revision: 83
Author: dezfowler
Date: Fri May 21 11:57:43 2010
Log: Making the geocoder pass JSLint
http://code.google.com/p/mapstraction/source/detail?r=83
Modified:
/trunk/source/mxn.google.geocoder.js
=======================================
--- /trunk/source/mxn.google.geocoder.js Wed May 19 16:33:35 2010
+++ /trunk/source/mxn.google.geocoder.js Fri May 21 11:57:43 2010
@@ -28,7 +28,7 @@
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
Revision: 30
Author: freyfogle
Date: Sun Sep 20 06:26:44 2009
Log: jslint now passing for google and googlev3
http://code.google.com/p/mapstraction/source/detail?r=30
Modified:
/trunk/build.xml
/trunk/source/mxn.google.core.js
/trunk/source/mxn.googlev3.core.js
=======================================
--- /trunk/build.xml Sun Sep 20 06:13:41 2009
+++ /trunk/build.xml Sun Sep 20 06:26:44
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
Revision: 65
Author: ajturner
Date: Sun Dec 13 11:10:04 2009
Log: Use the GeoCommons addOverlay method
http://code.google.com/p/mapstraction/source/detail?r=65
Modified:
/trunk/source/mxn.geocommons.core.js
/trunk/tests/index.htm
=======================================
--- /trunk/source/mxn.geocommons.core.js Sun Dec 13 11:10:00 2009
+++ /trunk/source/mxn.geocommons.core.js Sun Dec 13
2009 Jun 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
Author: duvander
Date: Sun May 31 17:34:27 2009
New Revision: 12
Modified:
trunk/source/mxn.cloudmade.core.js
Log:
Implemented most Cloudmade functions. Still requires image, tile and
KML/GeoRSS overlays
Modified: trunk/source/mxn.cloudmade.core.js
==============================================================================
--- trunk/source/mxn.cloudmade.core.js (original)
+++