[Mapbender-commits] r8692 - trunk/mapbender/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Aug 22 23:03:42 PDT 2013
Author: armin11
Date: 2013-08-22 23:03:42 -0700 (Thu, 22 Aug 2013)
New Revision: 8692
Added:
trunk/mapbender/http/print/Dummy_A4.json
trunk/mapbender/http/print/Dummy_A4.odg
trunk/mapbender/http/print/Dummy_A4.pdf
Log:
One Dummy print template
Added: trunk/mapbender/http/print/Dummy_A4.json
===================================================================
--- trunk/mapbender/http/print/Dummy_A4.json (rev 0)
+++ trunk/mapbender/http/print/Dummy_A4.json 2013-08-23 06:03:42 UTC (rev 8692)
@@ -0,0 +1,70 @@
+{
+ "type" : "templatePDF",
+ "orientation" : "P",
+ "units" : "mm",
+ "format" : "a4",
+ "controls" : [
+
+
+ {
+ "id" : "scale",
+ "label" : "Maßstab",
+ "type" : "hidden",
+ "pageElementsLink" : {
+ "scale" : "value"
+ }
+ }
+
+ ],
+ "pages" : [
+ {
+ "tpl" : "Dummy_A4.pdf",
+ "useTplPage" : 1,
+ "elements" : {
+ "karte" : {
+ "type" : "map",
+ "res_dpi" : 72,
+ "x_ul" : 16.2,
+ "y_ul" : 22.5,
+ "width" : 180,
+ "height" : 212,
+ "coords" : 1,
+ "coords_font_family" : "Arial",
+ "coords_font_size" : 8
+ },
+
+ "minikarte" : {
+ "type" : "overview",
+ "res_dpi" : 72,
+ "x_ul" : 15.6,
+ "y_ul" : 21.8,
+ "width" : 40,
+ "height" : 40
+ },
+
+
+
+ "date" : {
+ "type" : "text",
+ "x_ul" : 35.5,
+ "y_ul" : 246.0,
+ "font_family" : "Arial",
+ "font_size" : 11,
+ "value" : "date"
+ },
+
+ "nordpfeil" : {
+ "type" : "image",
+ "x_ul" : 184,
+ "y_ul" : 254,
+ "width" : 25,
+ "height" : 25,
+ "angle" : 0,
+ "filename" : "./img/northarrow.png"
+
+ }
+ }
+ }
+
+ ]
+}
Added: trunk/mapbender/http/print/Dummy_A4.odg
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/http/print/Dummy_A4.odg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/http/print/Dummy_A4.pdf
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/http/print/Dummy_A4.pdf
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Mapbender_commits
mailing list