Bump .. works like a charm !
If we end up using it in the site we are currently working on ... I'll definitely let you know...
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Bump .. works like a charm !
If we end up using it in the site we are currently working on ... I'll definitely let you know...
Ah - great to hear. After the latest version I haven't really looked at it anymore (I moved on to other things). However, if you find issues or have feature requests, please feel free to post them here and I'll develop it further.
Very nice and easy :-)
I have one question: Is it possible to add more than one mark in the same map?
if yes, how?
if now, it would be nice if someone could give me a tips or solution how to make it possible.
Ã¥t
Hi Tomase,
I have been thinking about the ability to add more than one point. It is however, due to the way it has been coded, not very easy to do. I will have to change the format in which the map markers are being stored in the map DIV so it excepts an array of points instead of just one point. The back-end (TinyMCE) side of things will also need quite some adapting.
It does seem worthwhile though to implement so I'll see If I have some time coming week to put that in. If someone else wants to to have a go, please do so and share the upgrade.
Best regards,
Mike.
Thats great! If you find at solution so fast it would superb :-)
Ã¥t
Hi MikeOne,
I created a module that allow you to call php function from the content, and as a example I put Google Map. It allow you to add as many maps as you like in a page and add as many markers for each map.
To add map on the admin's page content it need to write $Embed(GoogleMap,-28.643387,153.612224,8) with the relevant details of course.
It don't work with the TinyMCE and you dont see the div at the editor (and also I'm not UI guy so make it wotk will take me a lot of time).
(http://ssorg.bigbird.silverstripe.com/all-other-modules/show/274910?showPost=274910#post274910&flush=1)
Maybe we can join forces and make it work better. multiple maps with multiple markers, polygons, etc.. (with visual editing of course).
Rotem.
Just wanted to say thanks for this, works like a dream.
Mick
Hey Mike,
I am trying to make this work. I downloaded your original zip before I noticed your second version. The first seemed to install correctly but when I inserted a map it would only display a gray square. So I came back to the forum and realized that you had another version. I downloaded it and tried to place the folders in the correct place on my local machine. when i did this i received an error saying that the system cannot find the path specified. Have any idea what I am doing wrong?