Second part of Google Maps patch
place_edit in google maps module is working again.
Support for Google Gecode API in autocomplete added
Countries are stored as iso3166-3 codes and translated via $countries
I've added some additional patches to the place_edit file:
- converting -lat to S lat & -lon to W lon in the form
- disable 'click' event if 'dblclick' occured
- add 'zoom_changed' littener updating box in form
defaultconfig:
- fix address to obtain a key to googlemaps v3
- fix typo in comment
placehierarchy:
- fix unclosed tag in url
- fix & encoding
- fix overzoom issue if only one marker placed
Thank you. The patch has been applied to SVN. Revision number: 7153.
This revision also includes modifications to the other standard themes, as indicated by the patches to the "standard" theme included in the patch file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've added some additional patches to the place_edit file:
- converting -lat to S lat & -lon to W lon in the form
- disable 'click' event if 'dblclick' occured
- add 'zoom_changed' littener updating box in form
Thank you.
The patch has been applied to the SVN. New revision number: 7151
defaultconfig:
- fix address to obtain a key to googlemaps v3
- fix typo in comment
placehierarchy:
- fix unclosed tag in url
- fix & encoding
- fix overzoom issue if only one marker placed
The latest patch file has been applied to SVN. SVN # 7152.
There was an error (a typo) in placehierarchy. New line 625 had &pamp; -- this should have been & ... I fixed this.
Here is the missing pedigree_map patch
Thank you. The patch has been applied to SVN. Revision number: 7153.
This revision also includes modifications to the other standard themes, as indicated by the patches to the "standard" theme included in the patch file.