opentraffic / tangram-viz-experiments

OTv2: work-in-progress to visualize anonymized and aggregated traffic statics using Tangram
http://opentraffic.io/tangram-viz-experiments/
MIT License
4 stars 1 forks source link

Query server for dynamic time range #10

Closed nvkelso closed 7 years ago

nvkelso commented 7 years ago

Not sure the server supports this now?

Should make use of Dat interface, see #9.

patriciogonzalezvivo commented 7 years ago

Here is where the UI hooks up w the request-maker https://github.com/opentraffic/tangram-viz-experiments/blob/gh-pages/index.html#L709-L710

nvkelso commented 7 years ago

From @drewda:

Examples of start_date_time and end_date_time queries:

patriciogonzalezvivo commented 7 years ago

This will be through the UI right?

nvkelso commented 7 years ago

Yes

nvkelso commented 7 years ago

The code supports this now, wiring up the params to a GUI was completed in a basic way with presets in #9, followup is covered in https://github.com/opentraffic/tangram-viz-experiments/issues/17.