Skip to content

Commit

Permalink
Add test for white background
Browse files Browse the repository at this point in the history
  • Loading branch information
tsauerwein committed Feb 7, 2017
1 parent f7a5537 commit 3d99234
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
75
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"outputFormat": "jpg",
"layout": "plain",
"attributes": {
"mapDef": {
"width": 780,
"height": 660,
"projection": "EPSG:900913",
"dpi": 72,
"rotation": 0,
"center": [-8233518.5005945, 4980320.4059228],
"scale": 25000,
"layers": [
{
"baseURL": "http://localhost:8080/gs-web-app/wms",
"opacity": 1,
"type": "WMS",
"layers": ["tiger:tiger_roads"],
"imageFormat": "image/png",
"styles": ["line"],
"customParams": {
"TRANSPARENT": "true"
}
}
]
}
}
}

0 comments on commit 3d99234

Please sign in to comment.