Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Support Case References:Support Case #13032 - https://icesoft.my.salesforce.com/5007000000nO2Jt
Description
When setting various options available for the ace:gMap component, these options are not set on the rendered map. For example, adding "mapTypeId: google.maps.MapTypeId.SATELLITE" to the options attribute still renders a map in the ROADMAP type.
This can also be reproduced with the Showcase demo. Changing the options in the map options demo, does nothing to the rendered map.
This can also be reproduced with the Showcase demo. Changing the options in the map options demo, does nothing to the rendered map.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | ace:gMap = Setting the options attribute had no effect on the rendered map | ace:gMap - Setting the options attribute had no effect on the rendered map |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Affects Version/s | 4.0 [ 11382 ] | |
Assignee Priority | P1 [ 10010 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Cannot Reproduce [ 5 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Sample code I am testing with:
<ace:gMap id="gMapMarker" style="width: 1000px; height: 600px;"
{ position: google.maps.ControlPosition.TOP_RIGHT, mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.SATELLITE] }latitude="0" longitude="0" zoomLevel="3"
options="mapTypeId: google.maps.MapTypeId.SATELLITE,
mapTypeControlOptions:
">
</ace:gMap>