[Mapbender-commits] r3418 - branches/print_dev/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jan 8 10:16:51 EST 2009
Author: mschulz
Date: 2009-01-08 10:16:50 -0500 (Thu, 08 Jan 2009)
New Revision: 3418
Modified:
branches/print_dev/http/print/testConfigTemplate.json
Log:
added overview decorator
Modified: branches/print_dev/http/print/testConfigTemplate.json
===================================================================
--- branches/print_dev/http/print/testConfigTemplate.json 2009-01-08 14:47:47 UTC (rev 3417)
+++ branches/print_dev/http/print/testConfigTemplate.json 2009-01-08 15:16:50 UTC (rev 3418)
@@ -10,10 +10,19 @@
"elements" : {
"map" : {
"show" : true,
+ "res_dpi" : 72,
"x_ul" : 10.1,
"y_ul" : 15.2,
"width" : 280,
"height" : 185
+ },
+ "overview" : {
+ "show" : true,
+ "res_dpi" : 72,
+ "x_ul" : 10.1,
+ "y_ul" : 15.2,
+ "width" : 50,
+ "height" : 50
}
}
}
More information about the Mapbender_commits
mailing list