ICEfaces
  1. ICEfaces
  2. ICE-10246

ace:gMap - Setting the options attribute had no effect on the rendered map

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major 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

      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.

        Activity

        Hide
        Arran Mccullough added a comment -

        Sample code I am testing with:

        <ace:gMap id="gMapMarker" style="width: 1000px; height: 600px;"
        latitude="0" longitude="0" zoomLevel="3"
        options="mapTypeId: google.maps.MapTypeId.SATELLITE,
        mapTypeControlOptions:

        { position: google.maps.ControlPosition.TOP_RIGHT, mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.SATELLITE] }

        ">
        </ace:gMap>

        Show
        Arran Mccullough added a comment - Sample code I am testing with: <ace:gMap id="gMapMarker" style="width: 1000px; height: 600px;" latitude="0" longitude="0" zoomLevel="3" options="mapTypeId: google.maps.MapTypeId.SATELLITE, mapTypeControlOptions: { position: google.maps.ControlPosition.TOP_RIGHT, mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.SATELLITE] } "> </ace:gMap>
        Hide
        Mircea Toma added a comment -

        I cannot reproduce this issue using showcase application.
        Arran is confirming that he also is not able to reproduce the issue using the test case.

        Show
        Mircea Toma added a comment - I cannot reproduce this issue using showcase application. Arran is confirming that he also is not able to reproduce the issue using the test case.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: