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

Tilemap Torque #270

Open
normanb opened this issue Aug 30, 2016 · 0 comments
Open

Tilemap Torque #270

normanb opened this issue Aug 30, 2016 · 0 comments

Comments

@normanb
Copy link

normanb commented Aug 30, 2016

I am working on adding a custom backend using the tilemap specification, I am looking at the tilejson example in this repo. Start and End are set as negative

{
"start": -1796072400000,
"end": -1414843200000,
"resolution": 2,
"data_steps": 861786,
"column_type": "date",
"tiles": ["http://{s}.ashbu.cartocdn.com/viz2/api/v1/map/cf28c540d3cf15a29a759f84ff440679:0/0/{z}/{x}/{y}.json.torque"]
}

and an example object

{"x__uint8":60,"y__uint8":38,"vals__uint8":[1],"dates__uint16":[471]}

the suffix _uint8 and _unit16 isn't documented and how does 471 in the dates field correspond to a date between start and end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant