I am working on an Umbraco v4.0.1 site that uses v1.1 of this package. Now that keys can no longer be generated, I need to update it to use Google Maps v3.
Can the latest version of Google Maps DataType work with Umbraco 4.0? If not, would it be possible to amend v1.1 (or v1.2?) to use Google Maps v3? Or, can v2.1 be made to work with Umbraco v4.0?
Maps v3 on Umbraco 4.0
I am working on an Umbraco v4.0.1 site that uses v1.1 of this package. Now that keys can no longer be generated, I need to update it to use Google Maps v3.
Can the latest version of Google Maps DataType work with Umbraco 4.0? If not, would it be possible to amend v1.1 (or v1.2?) to use Google Maps v3? Or, can v2.1 be made to work with Umbraco v4.0?
Hi Gordon,
Unfortunately the latest version will only work with Umbraco 4.7+ (as it uses the
DataEditorSettings
for prevalues).Maybe an easier way would be to take the source of the original v1.1 and update the JavaScript to use the Google Maps v3 API?
The source-code for v1.1 can be found here: https://bitbucket.org/darrenjferguson/open-source-umbraco-packages/src/efe07df117578f65dc1e36a64280537616166deb/googlemapsdatypeforumbraco?at=default
Best of luck!
Cheers,
- Lee
is working on a reply...