Displaying 8 results from an estimated 8 matches for "googlev3".
Did you mean:
google3
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
@@ -57,...
2010 May 01
1
GoogleV3 doesn't support map type control
Seems be a simple fix, as the code for adding the map type was missing from mxn.googlev3.core.js. I created a ticket and attached a patch, http://code.google.com/p/mapstraction/issues/detail?id=37. In simple testing, it now works.
Lev Tsypin
_____________________
Level Online Strategy, LLC
503.342.8044
levelos.com | twitter.com/levelos
-------------- next part --------------
An HTML...
2010 May 27
0
googlev3 addPolyline and core swapping
i''ve added the right code for addPolyline in googlev3 js
and changed a bit the swap function to insert markers and polyline and
change maptype too
sorry but i''ve put all the code on git cause i don''t know how to access svn
as committer for the moment
so please refer to git to get all the changes you could find usefull
@all: do you...
2009 Sep 21
0
r34 committed - removed deprecated method draggable, all controls off when first creat...
...eyfogle
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
=======================================
--- /trunk/source/mxn.googlev3.core.js Sun Sep 20 07:01:02 2009
+++ /trunk/source/mxn.googlev3.core.js Mon Sep 21 00:21:06 2009
@@ -5,7 +5,12 @@
init: function(element, api){
var me = this;
if ( google && google.maps )...
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
+++ /trunk/source/mxn.googlev3.core.js Fri Nov 6 07:21:27 2009
@@ -299,10 +299,41 @@
toProprietary: function() {
var options = {};
+
+ // do we have an Anchor?
+...
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
+++ /trunk/source/mxn.googlev3.core.js Thu Mar 11 10:56:51 2010
@@ -12,7 +12,8 @@
mapTypeControl: false,
mapTypeControlOptions: null,
navigationControl: false,
- nav...
2012 Mar 30
1
Popups not appearing for leaflet using mxn 2.0.18
Good day,
I''m trying out the new Leaflet provider using the 2.0.18 release.
Unfortunately, I haven''t been able to get a marker bubble (popup) to
appear after clicking on the marker. I think my use of Mapstraction is
correct as I see a popup appear for the googlev3, ovi, and openlayers
providers when I switch with no other changes to my code.
Is there a step I''m missing specific to Leaflet? I tried debugging the
click event path but wasn''t able to follow it. Any tips on where to start
debugging? I have a pretty simple map with just a few...
2010 Oct 23
1
marker.setInfoBubble problem
Hi All,
Having a weird one with Mapstraction & GMAPs v3...
Adding some info bubbles using marker.setInfoBubble(''couple of lines of HTML
here...'') - but they''re not expanding heightwise to handle the text, and
there don''t seem to be any CSS selectors available to try and force the
issue...
There''s an overflow: auto style being applied to the