splashblot / dronedb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Hand-craft visualization of lettuce datasets #2

Closed jjmata closed 7 years ago

jjmata commented 7 years ago

The GeoJSON datasets are pretty much ready: one, two, three (we have something we can work with already, but @ivanprado is going to re-run the holes one to get us better accuracy), so the idea is to:

Did I miss anything as discussed, @apercas or @ivanprado?

apercas commented 7 years ago

I didn't want to check them out but we have already imported the lanes, holes and fields dataset and we can add a heatmap with the holes with no effort.

The widget issue that is driving me crazy in detail is: How to reproduce: -Both locally or on alpha: Add a widget (whichever you like) -Try to display it Cause: -Failing while routing (for some reason the http://tileo.localhost/ becomes http://dev.localhost.lan:8181) Where to see it: -Check the right hand column Status: -I first checked the app_config YAML file so it matches the preferred route. It didn't change anything at all (meaning: it changes the regular route but for this bug it did't apply). -I started debugging using Chrome DevTools adding a breakpoint in the XHR and then scaled up until I spotted URL change itself on model-updater.js L166:

var dataviewMetadata = windshaftMap.getDataviewMetadata(dataviewModel.get('id'));

-I checked the Windshaft config and the output there and both are correct -I couldn't test it but my guess is that the content of each item of the DataView collection is wrong (meaning, poor URL) from the its creation.

jjmata commented 7 years ago

I found the reason for the widget issue*, it's a missing configuration value as we suspected (a new one that we are missing) on the Windshaft side. It dates back to November (so recent in the grand scheme of things), here is the commit:

And the historical background directly from @rochoa's mouth :-)

(*) I didn't step into it via debugger, but I believe the fallback URL was being assembled here.

jjmata commented 7 years ago

This was accomplished and demo'ed to Grupo Gs a few days back. Closing.