Skip to main content

Map clicked event - don't want it to zoom to the feature

Comments

4 comments

  • Eric Kriener

    have you tried just results.display?

    0
  • Heather Widlund

    If I remove tasks.identify, results.display-details and replace with results.display, I get “no results”.

    0
  • Eric Kriener

    I meant like this:

    [

        "tasks.identify",

        "results.display",

        "charts.display",

        “kpi.display”

    ]

    but I put your code into my map click and it doesn't zoom…

    do you have something hiding in the Results > Events that might be causing the zoom?

    3
  • Heather Widlund

    Yes, that was it! Thank you so much. There was "map.zoom-to-features" in my Results Details events.

    1

Please sign in to leave a comment.