Add example MapConfig using a torque layer

remotes/origin/use_db_slaves
Sandro Santilli 11 years ago
parent 55f333c0b7
commit ca1b31bd9c

@ -0,0 +1,10 @@
{"version":"1.0.1",
"layers":[{
"type":"torque",
"options":{
"sql":"select 1 as id, ST_SetSRID(ST_MakePoint(0,0),3857) as the_geom_webmercator",
"cartocss":"Map{ -torque-time-attribute:'id'; -torque-aggregation-function:'count(id)'; -torque-frame-count:2; -torque-resolution:2}",
"cartocss_version": "2.1.1"
}
}]
}
Loading…
Cancel
Save