Displaying 20 results from an estimated 2000 matches similar to: "Draggable Marker - "dragend" event - Example?"
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 @@
2007 Nov 05
1
marker event listeners
I''d like to add an event listener for dragging markers, but it looks
like YM4R GM (and Mapstraction) doesn''t support this. I need an init like:
marker = new GMarker(...
GEvent.addListener(marker, "dragend", function() { })
but the current setup makes "anonymous" markers - never creates variable
that can be used to access them. Has anyone thought about
2008 Jun 16
1
Fix for IE6 bug in geocoding
Hi,
I was trying to use the geocoding stuff in Mapstraction and found a
bug with IE6. I couldn''t find a way of submitting it on Trac, so here
it is. Change line 110 of mapstraction-geocode.js from:
place = response.Placemark[0];
to:
var place = response.Placemark[0];
Otherwise IE6 doesn''t declare the variable properly and things break
in obscure ways.
Cheers,
Tom
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
=======================================
---
2008 Mar 12
0
Execute custom code when clicking marker
Hello there! :)
I''m new to this list and new to Mapstraction. I''m working at ?stfold
University College in Norway as part of the Mobile Applications Group
(MAG - http://mobapp.hiof.no/) and I''m developing a tool ("Storix") for
viewing digital stories with references to time and place. Take a look
at http://asia.hiof.no/storix if this sounds interesting
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
2010 Jun 22
0
Marker.setIcon() doesn't work with bing maps
Hi,
while playing around with the current trunk of Mapstraction V2, I realized
that Marker.setIcon() doesn''t work with bing maps (former Virtual Earth).
Here is my tiny patch:
mxn.microsoft.core.js
112a113,115
> if (marker.iconUrl){
> pin.SetCustomIcon(marker.iconUrl);
> }
kind regards,
Franz
-------------- next part --------------
An HTML
2008 Mar 11
0
support passing dom element to Marker''s setInfoBubble
Hi,
The Marker class has the method setInfoBubble(String html/text).
Unfortunately I am unable to add a DOM element where I need all the event to
fire. If I add the string represtation of the DOM node to setInfoBubble(..),
it renders fine but all the controls no longer fire events. Is there a way
to have the elements in the infoBubble fire events using the current API? If
not would if be possible
2009 Jan 31
4
marker.closeBubble()
Any reason why there''s no closeBubble function in Mapstraction? It''s
supported by at least Yahoo (closeSmartWindow) and Google
(closeInfoWindow).
A related issue, but not as clear-cut: a bubble closed event. I know
Google supports this, but I haven''t investigated further.
--Adam
2009 Oct 22
6
Mapstraction V2 Geocoder?
Hey all,
I''m wondering about your thoughts on upgrading the Geocoder to use
Mapstraction V2. Currently it uses the old syntax (i.e., for
LatLonPoint, etc.):
http://mapstraction.appspot.com/#geocoding
Moving from V1 to V2 is fairly simple changes to the code. However, I
wonder whether we want to update the way the geocoder is structured,
as well? Some options:
1) Roll geocoding
2008 Sep 29
0
Adding markers with info bubbles
Hi All,
I am following an example of adding markers on a openlayers interface.
Having difficulties when trying to add markers into a custom tiled map. Is
there anyone that can help me?
If you need more info, I can provide the code.
Thanks,
Gokalp Selcuk
gselcuk at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Aug 09
3
New build 2.0.5
Just applied some changes from Adam and Dylan and uploaded a new build. Good
stuff guys, thanks.
Get 2.0.5 here:
http://github.com/mapstraction/mxn/downloads
Derek
--
Derek Fowler
m. +44 (0) 7966 512 369
e. dezfowler at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jun 10
0
pull request for reverse geocoder
Hi everyone,
I''ve made a pull request on github since april for reverse geocoder
implementation :
https://github.com/mapstraction/mxn/pull/61
I need this functionnality to complete my work on GIS module for SPIP :
http://zone.spip.org/trac/spip-zone/browser/_plugins_/gis/trunk
Just let me know if we can put this functionnality in mxn or if i had to
make it aside and keep it away of
2008 Jun 10
0
Please Re: map24 error
Please remove or tell me how to unsubmit. I did not sign up and prefer not to receive these. Looks like a nice list for those who have an interest...I do not. Thank you kindly. Traci Nelson
-----Original Message-----
>From: Andrew Turner <ajturner at highearthorbit.com>
>Sent: Jun 10, 2008 4:07 PM
>To: Shankhadeep Sen <shanks.iit at gmail.com>
>Cc: mapstraction at
2009 Apr 14
2
local file and swap doesn''t work correctly
Hi,
I have an html file which is in a local file.
If use webkit or firefox, it works only one time.
I cannot return to a map I already used.
Is there something wrong in my html file ?
Is it a mapstraction bug ?
The html file is joined to this mail.
it use always the last the svn mapstraction.js file :
http://www.mapstraction.com/svn/source/mapstraction.js
Serge
-------------- next part
2009 Apr 14
2
routes with google maps API
Hi,
I''m using mapstraction with Google Maps api and I want to use routes.
As of now, mapstraction only supports mapquest API to do this, so can I
use the underlying googlemaps API to do this, while using mapstraction?
If yes, how?
Btw, mapquest route demo doesn''t work (Error: MQA is not defined /
Source File: http://mapstraction.com/mapstraction-js/mapstraction.js /
Line: 621)
2009 Oct 23
2
Directions and Driving Distance
An HTML attachment was scrubbed...
URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20091023/4b3edf49/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Dave_Kerschner.gif
Type: image/gif
Size: 11121 bytes
Desc: not available
URL:
2008 Jun 20
2
map24 help
Hi Mapstraction Experts,
I am trying to do some shortest path routing for a project with
university of utah and uc berkeley.I am trying to use the map24 api using
the mapstraction api but i tried a lot and cant fix this error
"Map24.loadAPI is not a function".Any help on this is greatly
appreciated.This below is the code.(Note:mapstraction works excellent with
google and yahoo)
2008 May 20
1
AddOverlay for GeoRss Feeds, GeoRSS support
On Mon, May 19, 2008 at 4:36 PM, Pierre Romieux <promieux at gmail.com> wrote:
> Hi,
>
> Sorry for this email, but I need your help. I''m testing Mapstraction and I
> have problems with GeoRss. I''m not able to link the GeoRss markers.
> I have copied the sample with full code but nothing. The markers layer are
> not added to my page. All js are ok.
2007 Feb 12
0
Scriptaculous - extending draggable via sortable
Hello,
I have created a Yahoo style Drag and Drop using Scriptaculous Drag
and Drop. I have hooked my custom functions to the Drag and Drop using
the following code:
new Draggable(element, {revert:true, ghosting:true, handle: handle,
onStart: CollectionDragDrop.dragStart, onEnd:
CollectionDragDrop.dragEnd,
onDrag: CollectionDragDrop.dragMove,
reverteffect: