[Mapbender-commits] r3414 - branches/print_dev/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jan 7 11:42:28 EST 2009
Author: mschulz
Date: 2009-01-07 11:42:28 -0500 (Wed, 07 Jan 2009)
New Revision: 3414
Modified:
branches/print_dev/http/print/testConfigTemplate.json
Log:
start of map decorator implementation
Modified: branches/print_dev/http/print/testConfigTemplate.json
===================================================================
--- branches/print_dev/http/print/testConfigTemplate.json 2009-01-07 16:41:23 UTC (rev 3413)
+++ branches/print_dev/http/print/testConfigTemplate.json 2009-01-07 16:42:28 UTC (rev 3414)
@@ -9,19 +9,13 @@
"useTplPage" : 1,
"elements" : {
"map" : {
- "show" : false,
- "x_ll" : 10,
- "y_ll" : 10,
- "width" : 160,
- "height" : 160
+ "show" : true,
+ "x_ul" : 10.1,
+ "y_ul" : 15.2,
+ "width" : 280,
+ "height" : 185
}
}
}
- ],
- "request" : {
- "map_urls" : [],
- "overview_url" : "",
- "scale" : "",
- "measured_x_values" : []
- }
+ ]
}
\ No newline at end of file
More information about the Mapbender_commits
mailing list