Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 1d08651

Browse files
author
Kevin Richter
committed
Update job example, cleanup dispatcher docs
1 parent c04656b commit 1d08651

File tree

4 files changed

+462
-350
lines changed

4 files changed

+462
-350
lines changed

source/assets/map.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"type": "map",
3+
"data": {
4+
"meta": {
5+
"language": "eng",
6+
"rotation": 0,
7+
"copyright": {
8+
"font": {
9+
"size": {
10+
"value": 1,
11+
"unit": "millimeter"
12+
},
13+
"name": "Helvetica",
14+
"color": {
15+
"R": 0,
16+
"G": 0,
17+
"B": 0
18+
}
19+
},
20+
"anchor": "topleft"
21+
},
22+
"szhack": false,
23+
"preview": true
24+
},
25+
"paper": {
26+
"size": {
27+
"width": {
28+
"value": 5,
29+
"unit": "centimeter"
30+
},
31+
"height": {
32+
"value": 5,
33+
"unit": "centimeter"
34+
}
35+
}
36+
},
37+
"scaleDefinition": {
38+
"downLeft": {
39+
"coordSys": "wgs",
40+
"lat": 51.421730,
41+
"lon": 5.439652
42+
},
43+
"upRight": {
44+
"coordSys": "wgs",
45+
"lat": 51.457426,
46+
"lon": 5.513880
47+
}
48+
},
49+
"icons": [
50+
{
51+
"id": 1,
52+
"name": "Text Box",
53+
"source": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"81.36\" height=\"62.76\" mol_popupanchor=\"10.76 0\" viewBox=\"-0.7937500000000002 0.6749999999999998 21.525 16.603125\" xml:space=\"preserve\" mol_embed=\"true\" mol_dragall=\"true\" mol_resizeenabled=\"false\" mol_initial_update=\"TitleText\" mol_svganchor=\"11.46875 14.984375\"><g id=\"scale\" transform=\"scale(1)\"><path id=\"PointerPath\" d=\"M 9.96875 10.984375 L 9.96875 12.984375 L 11.46875 14.984375\" style=\"fill:none; stroke-width: 0.3;\" stroke=\"#000000\" mol_edit_style=\"false\" mol_edit_anchor=\"0 2\" mol_rectposition=\"BodyRect bottom middle\"></path><rect id=\"TopRect\" width=\"17.9375\" height=\"5.15625\" x=\"1\" y=\"2.46875\" fill=\"#000000\" stroke-dasharray=\"null\" stroke-width=\"0.1\" stroke=\"#000000\" mol_autoresizeid=\"TitleText\" mol_autoresizemargin=\"1\" mol_stack=\"top BodyRect\"></rect><rect id=\"BodyRect\" width=\"17.9375\" height=\"3.359375\" x=\"1\" y=\"7.625\" fill=\"#ffffff\" stroke-dasharray=\"null\" stroke-width=\"0.1\" stroke=\"#000000\" mol_sameheight=\"BodyText 0.5\" mol_stack=\"bottom TopRect\"></rect><text id=\"TitleText\" x=\"2\" y=\"6\" font-family=\"Helvetica\" font-weight=\"bold\" font-style=\"normal\" font-size=\"2.82222\" fill=\"#FFFFFF\" style=\"font-kerning:none; white-space:pre;\" mol_edit_style=\"true\" mol_edit_text=\"true\" mol_font=\"Helvetica-Bold\">Title stretch</text><text id=\"BodyText\" x=\"1.5\" y=\"10.01875\" font-family=\"Helvetica\" font-weight=\"normal\" font-style=\"normal\" font-size=\"2.11667\" fill=\"#000000\" style=\"font-kerning:none; white-space:pre;\" text-anchor=\"start\" mol_edit_style=\"true\" mol_edit_text=\"true\" mol_wrap=\"true BodyRect 0.5\" mol_font=\"Helvetica\"><tspan x=\"1.5\" dy=\"0\" id=\"BodyText0\">Body wrap</tspan></text><circle id=\"Point\" cx=\"11.46875\" cy=\"14.984375\" r=\"0.5\" fill=\"#000000\" stroke=\"none\" mol_pathposition=\"PointerPath 0 2\"></circle></g></svg>",
54+
"coord": {
55+
"coordSys": "wgs",
56+
"lat": 51.438524,
57+
"lon": 5.478412
58+
}
59+
}
60+
],
61+
"output": [
62+
"png"
63+
]
64+
}
65+
}

source/images/map_preview.png

411 KB
Loading

0 commit comments

Comments
 (0)