Closed thaddmt closed 3 years ago
Looks good to me.
@andrewharvey Is there any way I can help to push this through? Looks like the travis CI build failed due to not ok - Cannot create a client without an access token
. Is that a setting that I'm missing or is it in the travis CI build?
CI will fail for external contributors because the access token isn't set there, but should pass locally.
Currently when
selected.center
is not defined theflyTo
action will just zoom in on the currently viewed area. Fixed this to be similar to howselected.center
andselected.geometry.coordinates
are handled in_handleMarker
so that either can be used as the flyTo destination.npm run docs
and commit changes to API.md (no changes)master
heading before merging