Closed anmaikul closed 7 years ago
I think this issue has been fixed by @HotLemonJuice as #343. Does it still appear on your local master? The online demo is a little lag behind the master though.
Ah, OK. My local master is a few weeks behind. Thanks.
@anmaikul can I close this issue since it was resolved?
I've noticed that the TwitterMap app fails to work when the first UI interaction is a drag. After a drag, query results will not display on the map. Dragging does work fine though if you do a query search first.
In
map/controllers.js
. the callback function passed in when calling$scope.$on("leafletDirectiveMap.dragend..."
, breaks whengeoData
has not been set yet.Perhaps test if geoData has been set before running the last chunk of code?