hackoregon / civic

The frontend monorepo for the CIVIC platform.
http://civicplatform.org
MIT License
60 stars 26 forks source link

Interactions with the Geocoder in BaseMap propogate events to map #1164

Closed jaronheard closed 4 years ago

jaronheard commented 4 years ago

Description

If you double click on the Geocoder (for example to select text), it will zoom the map.

Steps to reproduce

Storybook example, double click the geocoder: https://hackoregon.github.io/civic/?path=/story/component-lib-maps-base-map--example-with-geocoder

Expected result

Should not cause any change to the underlying map

Actual result

Zooms the map

Environment

Production

jaronheard commented 4 years ago

Information about a potential fix here, using a custom MapController to capture the events: https://github.com/SamSamskies/react-map-gl-geocoder/issues/53#issuecomment-535329783