Add an example of a slow mapconfig (using lots of data)

This commit is contained in:
Sandro Santilli
2014-03-20 18:19:30 +01:00
parent 7c892de7b1
commit 5f30b9e798
+11
View File
@@ -0,0 +1,11 @@
{"version":"1.0.1",
"layers":[{
"type":"cartodb",
"options":{
"sql":"select 1 as id, ST_Transform(ST_SetSRID(ST_MakePoint(x/1000,x/2000),4326),3857) as the_geom_webmercator FROM generate_series(-170000,170000) x",
"cartocss":"#style{ marker-width: 12;}",
"cartocss_version":"2.1.1",
"Interactivity":"id"
}
}]
}