Skip to content

Instantly share code, notes, and snippets.

@ajashton
Created January 17, 2011 19:00
Show Gist options
  • Save ajashton/783274 to your computer and use it in GitHub Desktop.
Save ajashton/783274 to your computer and use it in GitHub Desktop.
{
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"Stylesheet": [
"style.mss"
],
"Layer": [
{
"id": "world",
"name": "world",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/world_borders_merc.zip",
"type": "shape",
"estimate_extent": "true",
"id": "world"
}
},
{
"id": "park_shadow",
"name": "park_shadow",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/dcgis/ParkPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "park_shadow"
}
},
{
"id": "park",
"name": "park",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/dcgis/ParkPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "park"
}
},
{
"id": "water_shadow",
"name": "water_shadow",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://localhost:8889/provider/directory/file/geo-dcgis-900913/WaterPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "water_shadow"
}
},
{
"id": "water",
"name": "water",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://localhost:8889/provider/directory/file/geo-dcgis-900913/WaterPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "water"
}
},
{
"id": "road_shadow",
"name": "road_shadow",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/dcgis/RoadPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "road_shadow"
}
},
{
"id": "road",
"name": "road",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/dcgis/RoadPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "road"
}
},
{
"id": "building_shadow",
"name": "building_shadow",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/dcgis/BldgPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "building_shadow"
}
},
{
"id": "building",
"name": "building",
"srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs",
"class": "foo",
"Datasource": {
"file": "http://tilemill-data.s3.amazonaws.com/dcgis/BldgPly_900913.zip",
"type": "shape",
"estimate_extent": "id",
"id": "building"
}
}
],
"center": {
"lat": 38.86191841726,
"lon": -77.136356231631,
"zoom": 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment