diff --git a/tools/examples/template_simple.js b/tools/examples/template_simple.js new file mode 100644 index 00000000..5402fe5d --- /dev/null +++ b/tools/examples/template_simple.js @@ -0,0 +1,17 @@ +{ + "version":"0.0.1", + "name":"simple", + "placeholders":{}, + "auth":{ "method":"open" }, + "layergroup":{ + "version":"1.0.1", + "layers":[{ + "type":"cartodb", + "options":{ + "sql":"select ST_SetSRID(ST_MakePoint(0,0),3857) as the_geom_webmercator", + "cartocss":"#s{ marker-width: 12;}", + "cartocss_version":"2.1.1" + } + }] + } +}