carto/test/rendering/sharedclass.mml
2012-04-30 02:22:47 -04:00

32 lines
986 B
Plaintext

{
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over",
"Stylesheet": [
"sharedclass.mss"
],
"Layer": [
{
"id": "ab",
"name": "ab",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over",
"geometry": "polygon",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/world_borders_merc.zip",
"type": "shape"
},
"class": "a b"
},
{
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/natural-earth-10m-1.3.0/urban_areas.zip",
"type": "shape"
},
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over",
"id": "bc",
"name": "bc",
"class": "b c",
"geometry": "polygon"
}
]
}