Feature proposal #2562
closedgoogle maps for events integration
Description
Plotting of event "Location" using Google maps to be provided. This feature is to be completely optional so use can disable it if location for instance is just "City Hall" or maybe "My House", whatever the case. Also completely optional from backend (could be disabled on a global scale).
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- Target version set to 2.4
- % Done changed from 0 to 100
Implemented in r1760
Only basic plotting has been implemented. This means only static maps and not dynamic zoom/scroll maps. This is to prevent additional overhead from other API usages which require loading of 3rd party Google JS library, which could easily conflict with other extensions. Address as well as latitude and longitude is supported.
Currently lightbox allows navigating between maps, which is not very ideal.. need to fix somehow; unique group names perhaps?
Updated by krileon over 13 years ago
Removed navigation between location maps in r1761
Updated by krileon over 13 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 50
Implement the below usage instead of current:
2 Location fields: 1 as "Location" other as "Address or Coordinates". The first being for display purposes and the second for map plotting. This should meet your needs; the mapping will also be updated to use the build in Google Maps jquery plugin provided with CB so Zooming, Panning, etc.. will be available
Updated by krileon over 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Implemented in r1762