OpenLayers has stabilized a lot over the last year. Would be great to have this module too.
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | OpenLayers | localhost 2013-07-02 23-06-16-step1.png | 169.75 KB | asanchez75 |
| #15 | OpenLayers | localhost 2013-07-02 23-06-16-step2.png | 512.29 KB | asanchez75 |
| #8 | openlayers_geocoder-7.x-1.x.png | 599.29 KB | asanchez75 |
Comments
Comment #1
nyleve101 commentedHi,
is this in the road map? What would be needed to get this on the road?
Comment #2
Jarode commentedUp !
Comment #3
mathieu commentedComment #4
user654 commented.
Comment #5
tm541 commentedSeems like it would make more sense to get version 6 working correctly with multiple locations before trying to move on to version 7.
Comment #6
steinmb commented@tm541 that is a OL issue and is not really related to OLG.
Comment #7
tm541 commented@steinmb please see my last comment @ http://drupal.org/node/1945612
Thank You
Comment #8
asanchez75 commentedI have ported openlayers_geocoder to Drupal 7 and is available here
https://github.com/asanchez75/openlayers_geocoder
The module provides a extension to Openlayers Map Widget provided by Geofield module.
It works with geofield-7.x-1.1 and openlayers
See this video and attachment
http://www.youtube.com/watch?v=3VdP3iFX_3A
Comment #9
polHello asanchez75,
Sounds great ! Why not using Geofield 2.x ? Geofield 1.x doesn't work with the latest version of OpenLayers.
Thanks.
Comment #10
mgiffordAny reason not to bring the code back to Drupal.org?
Comment #11
asanchez75 commentedHello @mgifford
Yes, if you grant access to me as maintainer I can push this version to Drupal git repository. I have permission to publish Drupal modules too.
I have only one question, my version works perfectly if you store data in format EPSG:3858 or EPSG:900913 (meters), but if you can store coordinates with EPSG:4326 format do not work. I am afraid is a glitch of openlayers. Can you check out js file? Any idea?
For @Pol, yes I am thinking to make it too.
Regards,
Adam
Comment #12
steinmb commented@asanchez75 great work :) though I have not yet found time to look at the code. As mgifford wrote, could you move the code back to drupal.org? Create you own sandbox for it so people can, test it, provide feedback, patches etc. This you can do without being a maintainer.
Comment #13
asanchez75 commented@steinmb I just create a sandbox here
https://drupal.org/sandbox/asanchez75/2022347
Regards,
Adam
Comment #14
steinmb commentedYAY! :)
Comment #15
asanchez75 commentedI just solved problem I pointed out in #11
Please, before to use, do not forget to open and save again geofield_widget_map settings inside Openlayers settings. Follow steps described in attachments.
Now this D7 version works is RTBC :)
Comment #16
geigerg commentedAny news?