hi,
i have nodes with location data and want to show them on a map. There seem to be two methods: "markers" and "Layers". I wonder what's the difference is - apart from the fact that markers won't work for me ;)
I have
[map baselayers="google,ve,none" layers="a" a="georss|taxonomy/term/3/0/feed|Story Locations|/sites/moose-meyer.de/files/icon_DSC_1635_18.png" zoom="1" /]
This works and shows the little icons on the map
[map baselayers="google,ve,none" markers="georss|taxonomy/term/3/0/feed|Story Locations|/sites/moose-meyer.de/files/icon_DSC_1635_18.png" zoom="1" /]
this does not show any icons on the map. Where is the mistake?
thank you!
Comments
Comment #1
jpulles commentedHi,
I have changed the example at http://aardbodem.nl/?q=nl/node/34. The 'markers' text was misleading there and did not work on top of it. An example like
[map baselayers="google,ve,none" layers="markers" markers="georss|taxonomy/term/3/0/feed|Story Locations|/sites/moose-meyer.de/files/icon_DSC_1635_18.png" zoom="1" /]
would work, but in that case 'markers' is just an internal name for the layer definition.
Regards,
John
Comment #2
jpulles commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.