You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering about the visual logic of this---the spider-map visualization suggests that the selected point is in some way central to the network (which it isn't). If there is a hub point, it should probably be the owner address(es). The issue with this is going to be that we don't have all owner addresses geolocated (currently, the preprocessing script does not attempt to geocode missing addresses, and I don't plan to implement that because there are simply too many).
My suggested flow might be...
if the owner address has a location, draw the network.
else, hit the mapbox geocoder and return point(s) for the owne(r),
if result, draw the network
(nice-to-have): post the point to the django db so that we can skip geocoder query in the future.
draw arcs from selected point to all other points in a network:
https://docs.mapbox.com/mapbox-gl-js/example/animate-point-along-route/
The text was updated successfully, but these errors were encountered: