0

Gmarker not draggable when using zkgmapsz 3.0.0

asked 2012-05-16 05:37:04 +0800

andiklein gravatar image andiklein
39 2 2

updated 2012-05-16 08:39:14 +0800

I'm having difficulty with the Drag'n'Drop functionality in the Google Maps API V3 enabled release of ZK's Gmaps and Gmarker components.
Using the old API and zkgmapsz 2.0.51, something like this used to work fine and onMapDrop could be used to get the map coordinates where the marker had been dropped after dragging it:

<zk>
<script content="zk.googleAPIkey='Google Maps API Key'" ></script>
<div id="leWin">
<gmaps id="leMap" lat="-33.86" lng="151.210252" width="800px" height="600px" zoom="16" showSmallCtrl="true" showTypeCtrl="true" showZoomCtrl="true" >
	<gmarker id="leMarker" lat="-33.857" lng="151.215" draggable="true"></gmarker>
</gmaps>
</div>
</zk>

After making the switch to version 3.0.0 dragging the marker no longer works at all, the left click registers on the map itself and pans that around instead.

Now I did find this comment on the zkgmapsz release notes for the 3.0.0-BETA:

+ Currently not support drag between map items and ZK components

I thought this only meant something like dragging map items (markers?) outside of the map and dropping them onto other ZK components was currently not supported (also implying that this would eventually be possible). Was this comment in fact meant to tell us that Drag'n'drop, as it applies to 2.0.51, is not working in 3.0.0 at all?

Note: I'm using the current ZK release 6.0.1

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2012-05-23 12:58:10 +0800

andiklein gravatar image andiklein
39 2 2

Has anyone got drag'ndrop working with version 3.0.0?
Please, I'd just like to know if there is a point in tinkering around with this at all or that I'll just have to revert to 2.0.51 and the old Google Maps API.

link publish delete flag offensive edit

answered 2012-05-23 15:25:48 +0800

gganassin gravatar image gganassin flag of Luxembourg
540 6
http://www.hybris.com/

updated 2012-05-23 15:26:45 +0800

Hi!

Yes i do: myMarker.setDraggingEnabled(true/false) made my day :)

Giovanni

link publish delete flag offensive edit

answered 2012-05-24 06:19:29 +0800

andiklein gravatar image andiklein
39 2 2

Grazie mille Giovanni!

I can't believe I simply overlooked this new method :)
Thank you.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-05-16 05:37:04 +0800

Seen: 228 times

Last updated: May 24 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More