Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zones optionality brakes geo aggregation #109

Open
artem-vereshchaka opened this issue Feb 27, 2020 · 0 comments
Open

Zones optionality brakes geo aggregation #109

artem-vereshchaka opened this issue Feb 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@artem-vereshchaka
Copy link

Config example (for Madrid):
{ "boundary": [ -3.978424072265625, 40.20509926855807, -3.40576171875, 40.66188943992171 ], "center": [-3.68865966796875,40.42081487986971], "zoom": 12.75, "privacyMinimum": 3, "lost": 5, "summary": { "Unique Vehicles": true, "Active Vehicles": true, "Total Trips": true, "Total Trip Distance": true, "Distance Per Vehicle": true, "Vehicle Utilization": true, "Trips Per Active Vehicle": true, "Avg Trip Distance": true, "Avg Trip Duration": true }, "providers": { *** } }

As we can see from the documentation -- 'zones' object is optional in config. In the example config above it is absent.
Here are 3 issues:

  1. [minor] Runtime Error on the line with initialization of zones object with empty featureCollection (turf.FeatureCollection() which doesn't exist, should be turf.featureCollection())
  2. [minor] For some reason radio button with 'Zones' is there, but should not be (as there are no zones presented)
  3. [main] None of aggregations works, except simple table in the beginning, like a number of vehicles, average trips, etc. Each map is empty with any of radio buttons selected.

image

@morganherlocker morganherlocker added the bug Something isn't working label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants