mapwright 0.18.0__tar.gz → 0.20.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mapwright-0.18.0 → mapwright-0.20.0}/CHANGELOG.md +34 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/PKG-INFO +15 -4
- {mapwright-0.18.0 → mapwright-0.20.0}/README.md +14 -3
- mapwright-0.20.0/docs/gallery/hint.png +0 -0
- mapwright-0.20.0/docs/gallery/hint.svg +1 -0
- mapwright-0.20.0/docs/gallery/metropolis.png +0 -0
- mapwright-0.20.0/docs/gallery/metropolis.svg +1 -0
- mapwright-0.20.0/docs/gallery/shantytown.png +0 -0
- mapwright-0.20.0/docs/gallery/shantytown.svg +1 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/examples/gallery.py +26 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/pyproject.toml +1 -1
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/__init__.py +1 -1
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/settlement.py +58 -11
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/terrain.py +62 -2
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_settlement.py +48 -2
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_terrain.py +64 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/.github/workflows/ci.yml +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/.github/workflows/publish.yml +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/.gitignore +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/LICENSE +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/NOTICE +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/age-old.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/age-old.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/age-young.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/age-young.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/archipelago.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/archipelago.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/arctic.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/arctic.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/README.md +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_castle_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_large_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_town_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/city_village_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/decoration_compass_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/decoration_creature_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/decoration_ship_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/dune_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/hill_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/hill_2.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/manifest.json +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_mid_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_old_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_old_2.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_young_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/mountain_young_2.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_cactus_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_deciduous_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_deciduous_2.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_pine_1.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/atlas_pack/tree_pine_2.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/citadel.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/citadel.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/continent.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/continent.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/desert.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/desert.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/dungeon.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/dungeon.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/highlands.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/highlands.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/islands.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/islands.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/pangaea.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/pangaea.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/port.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/port.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/regions.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/regions.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/roads.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/roads.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/template-atoll.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/template-atoll.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/template-isthmus.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/template-isthmus.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-blueprint.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-blueprint.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-citadel-neon.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-citadel-neon.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-dune.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-dune.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-dungeon-blueprint.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-dungeon-blueprint.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-neon.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-neon.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-parchment.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/theme-parchment.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/town.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/town.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/tropical.png +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/docs/gallery/tropical.svg +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/examples/benchmark.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/_geometry.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/_graph.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/_serde.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/affordances.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/atlas_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/config.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/dungeon.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/dungeon_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/names.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/regions.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/rng.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/roads.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/settlement_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/svg_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/src/mapwright/themes.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_affordances.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_api_contract.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_atlas_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_config.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_dungeon.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_dungeon_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_geometry.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_graph.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_names.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_properties.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_regions.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_rng.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_roads.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_serialize.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_svg_renderer.py +0 -0
- {mapwright-0.18.0 → mapwright-0.20.0}/tests/test_themes.py +0 -0
|
@@ -8,6 +8,40 @@ All notable changes to mapwright are documented here. The format follows
|
|
|
8
8
|
`tests/test_api_contract.py`). While the version is `0.x`, minor versions may
|
|
9
9
|
make breaking changes; these will always be noted here.
|
|
10
10
|
|
|
11
|
+
## [0.20.0] — 2026-06-02
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- **Settlement `era` + `wealth` — the shanty ↔ skyscraper axis.** Two new 0..1
|
|
15
|
+
`SettlementConfig` knobs (mapwright-original, extending the age/era/wealth idea
|
|
16
|
+
to towns):
|
|
17
|
+
- **`wealth`** scales plot *size* (poor = cramped tiny lots; rich = large
|
|
18
|
+
estates/blocks) and the ward-kind *mix* (poor = slum-heavy; rich = more
|
|
19
|
+
noble/temple wards).
|
|
20
|
+
- **`era`** sets block *regularity* (ancient = organic, jittered; modern =
|
|
21
|
+
near-grid rectangular blocks).
|
|
22
|
+
Both are neutral at `0.5`, so the default output is **byte-identical** (the
|
|
23
|
+
shaping factors are exact identities and the neutral ward bag equals the old
|
|
24
|
+
fixed mix). Two new presets — `shantytown` and `metropolis` — and a gallery
|
|
25
|
+
showcase of both. Purely additive; serialises via `to_dict`/`json_schema`.
|
|
26
|
+
|
|
27
|
+
## [0.19.0] — 2026-06-02
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- **`elevation_hint` — art-direct the continent's shape.**
|
|
31
|
+
`RegionalTerrainGenerator.generate(..., elevation_hint=…)` lets a host (or an
|
|
32
|
+
LLM) supply the *macro* land/sea/elevation shape while mapwright fills in
|
|
33
|
+
organic coastlines, erosion, rivers and climate. Pass a coarse 2D grid (e.g. a
|
|
34
|
+
16×16 nested list; rows north→south, cols west→east) or a callable
|
|
35
|
+
`f(x_norm, y_norm) -> elevation` over normalised [0, 1] coords. Only relative
|
|
36
|
+
ordering matters; `sea_level` still sets how much floods, and the full
|
|
37
|
+
hydrology/biome pipeline runs on top, so the result stays coherent (rivers
|
|
38
|
+
form, coasts are organic). Takes precedence over `template`; set
|
|
39
|
+
`edge_falloff=0` to allow land at the map borders. Purely additive — the
|
|
40
|
+
default (`elevation_hint=None`) output is byte-identical. This is the
|
|
41
|
+
most on-philosophy answer to "make shapes non-circular": the caller draws the
|
|
42
|
+
shape, mapwright does the physics (the mapgen4 hint-map idea, clean-room).
|
|
43
|
+
Gallery gains a hint-driven crescent continent.
|
|
44
|
+
|
|
11
45
|
## [0.18.0] — 2026-06-02
|
|
12
46
|
|
|
13
47
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mapwright
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.20.0
|
|
4
4
|
Summary: Domain-neutral procedural fantasy map & world generation: Voronoi terrain, hydraulic erosion, biomes, rivers, Markov place-names, and shaded-relief SVG.
|
|
5
5
|
Project-URL: Homepage, https://github.com/sligara7/mapwright
|
|
6
6
|
Project-URL: Repository, https://github.com/sligara7/mapwright
|
|
@@ -95,6 +95,11 @@ produced by [`examples/gallery.py`](examples/gallery.py):
|
|
|
95
95
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/citadel.png" alt="generated walled citadel"><br><sub><code>Settlement (citadel)</code></sub></td>
|
|
96
96
|
</tr>
|
|
97
97
|
<tr>
|
|
98
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/shantytown.png" alt="poor, dense, irregular shantytown"><br><sub><code>wealth=0.08</code> (shantytown)</sub></td>
|
|
99
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/metropolis.png" alt="rich, modern, grid-block metropolis"><br><sub><code>wealth=0.92, era=0.95</code> (metropolis)</sub></td>
|
|
100
|
+
<td align="center"><sub>Same generator, opposite ends of the <b>shanty ↔ skyscraper</b> axis: <code>wealth</code> drives plot size + ward mix, <code>era</code> drives organic-vs-grid block regularity.</sub></td>
|
|
101
|
+
</tr>
|
|
102
|
+
<tr>
|
|
98
103
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/roads.png" alt="settlements linked by terrain-routed roads"><br><sub><code>RegionalRoadGenerator</code></sub></td>
|
|
99
104
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/regions.png" alt="land partitioned into named territories"><br><sub><code>RegionGenerator</code></sub></td>
|
|
100
105
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/template-isthmus.png" alt="isthmus heightmap template"><br><sub><code>template="isthmus"</code></sub></td>
|
|
@@ -104,9 +109,13 @@ produced by [`examples/gallery.py`](examples/gallery.py):
|
|
|
104
109
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/age-young.png" alt="young jagged terrain"><br><sub><code>land_age=0</code> (young)</sub></td>
|
|
105
110
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/age-old.png" alt="old worn terrain"><br><sub><code>land_age=1</code> (old)</sub></td>
|
|
106
111
|
</tr>
|
|
112
|
+
<tr>
|
|
113
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/hint.png" alt="continent shaped by a caller-supplied elevation hint"><br><sub><code>elevation_hint=…</code></sub></td>
|
|
114
|
+
<td colspan="2" align="left"><sub>A continent whose macro shape is <b>art-directed</b> by a caller-supplied <code>elevation_hint</code> (a coarse painted land/elevation mask). The host (or an LLM) draws the shape; mapwright fills in organic coasts, erosion, rivers and climate — so maps need never look circular.</sub></td>
|
|
115
|
+
</tr>
|
|
107
116
|
</table>
|
|
108
117
|
|
|
109
|
-
The
|
|
118
|
+
The `land_age` pair above are the **same continent** at `land_age=0` (young, jagged,
|
|
110
119
|
snow-capped peaks) vs `land_age=1` (old, worn down to rounded hills) — a mapwright-original
|
|
111
120
|
"geological age" knob.
|
|
112
121
|
|
|
@@ -216,7 +225,9 @@ citadel = SettlementGenerator(SeededRNG(3)).generate(90, 90, SettlementConfig.pr
|
|
|
216
225
|
open("town.svg", "w").write(SettlementSVGRenderer().render(town))
|
|
217
226
|
```
|
|
218
227
|
|
|
219
|
-
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel
|
|
228
|
+
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel`,
|
|
229
|
+
`shantytown`, `metropolis`. The `wealth` (poor ⇄ rich) and `era` (ancient ⇄ modern)
|
|
230
|
+
knobs drive the shanty↔skyscraper axis — plot size, ward-kind mix, and block regularity.
|
|
220
231
|
|
|
221
232
|
## What's inside
|
|
222
233
|
|
|
@@ -224,7 +235,7 @@ Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel`.
|
|
|
224
235
|
|-----------|--------------|
|
|
225
236
|
| `SeededRNG` | One seed drives everything; `.derive(label)` yields independent, reproducible sub-streams (unifies stdlib + numpy). |
|
|
226
237
|
| `NameGenerator` | Order-k character Markov names over hand-authored culture namebases; reproducible across processes. |
|
|
227
|
-
| `RegionalTerrainGenerator` | Voronoi cells (Lloyd-relaxed) → **tectonic-plate** heightmap (organic coasts + mountain ranges at plate collisions; percentile sea level) → Planchon–Darboux depression fill → flux + hydraulic/creep erosion → rivers + inland lakes → latitude/elevation climate with **rain-shadow** → Whittaker biomes. |
|
|
238
|
+
| `RegionalTerrainGenerator` | Voronoi cells (Lloyd-relaxed) → **tectonic-plate** heightmap (organic coasts + mountain ranges at plate collisions; percentile sea level) → Planchon–Darboux depression fill → flux + hydraulic/creep erosion → rivers + inland lakes → latitude/elevation climate with **rain-shadow** → Whittaker biomes. Accepts a `template=` archetype or an `elevation_hint=` (caller-drawn macro shape). |
|
|
228
239
|
| `compute_cell_polygons` | Reconstructs convex Voronoi polygons (half-plane clipping) for vector rendering. |
|
|
229
240
|
| `RegionalSVGRenderer` | Shaded-relief (hillshade) SVG: biome polygons, coastline, rivers, roads, labelled markers. Takes a `theme=`. |
|
|
230
241
|
| `Theme` / `THEMES` | A render palette + biome vocabulary; re-skins the same terrain — and its towns and dungeons — via one `theme=` (parchment / neon / dune / blueprint, or your own). The "Dominant Medium" layer. |
|
|
@@ -68,6 +68,11 @@ produced by [`examples/gallery.py`](examples/gallery.py):
|
|
|
68
68
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/citadel.png" alt="generated walled citadel"><br><sub><code>Settlement (citadel)</code></sub></td>
|
|
69
69
|
</tr>
|
|
70
70
|
<tr>
|
|
71
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/shantytown.png" alt="poor, dense, irregular shantytown"><br><sub><code>wealth=0.08</code> (shantytown)</sub></td>
|
|
72
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/metropolis.png" alt="rich, modern, grid-block metropolis"><br><sub><code>wealth=0.92, era=0.95</code> (metropolis)</sub></td>
|
|
73
|
+
<td align="center"><sub>Same generator, opposite ends of the <b>shanty ↔ skyscraper</b> axis: <code>wealth</code> drives plot size + ward mix, <code>era</code> drives organic-vs-grid block regularity.</sub></td>
|
|
74
|
+
</tr>
|
|
75
|
+
<tr>
|
|
71
76
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/roads.png" alt="settlements linked by terrain-routed roads"><br><sub><code>RegionalRoadGenerator</code></sub></td>
|
|
72
77
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/regions.png" alt="land partitioned into named territories"><br><sub><code>RegionGenerator</code></sub></td>
|
|
73
78
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/template-isthmus.png" alt="isthmus heightmap template"><br><sub><code>template="isthmus"</code></sub></td>
|
|
@@ -77,9 +82,13 @@ produced by [`examples/gallery.py`](examples/gallery.py):
|
|
|
77
82
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/age-young.png" alt="young jagged terrain"><br><sub><code>land_age=0</code> (young)</sub></td>
|
|
78
83
|
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/age-old.png" alt="old worn terrain"><br><sub><code>land_age=1</code> (old)</sub></td>
|
|
79
84
|
</tr>
|
|
85
|
+
<tr>
|
|
86
|
+
<td align="center"><img width="240" src="https://raw.githubusercontent.com/sligara7/mapwright/main/docs/gallery/hint.png" alt="continent shaped by a caller-supplied elevation hint"><br><sub><code>elevation_hint=…</code></sub></td>
|
|
87
|
+
<td colspan="2" align="left"><sub>A continent whose macro shape is <b>art-directed</b> by a caller-supplied <code>elevation_hint</code> (a coarse painted land/elevation mask). The host (or an LLM) draws the shape; mapwright fills in organic coasts, erosion, rivers and climate — so maps need never look circular.</sub></td>
|
|
88
|
+
</tr>
|
|
80
89
|
</table>
|
|
81
90
|
|
|
82
|
-
The
|
|
91
|
+
The `land_age` pair above are the **same continent** at `land_age=0` (young, jagged,
|
|
83
92
|
snow-capped peaks) vs `land_age=1` (old, worn down to rounded hills) — a mapwright-original
|
|
84
93
|
"geological age" knob.
|
|
85
94
|
|
|
@@ -189,7 +198,9 @@ citadel = SettlementGenerator(SeededRNG(3)).generate(90, 90, SettlementConfig.pr
|
|
|
189
198
|
open("town.svg", "w").write(SettlementSVGRenderer().render(town))
|
|
190
199
|
```
|
|
191
200
|
|
|
192
|
-
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel
|
|
201
|
+
Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel`,
|
|
202
|
+
`shantytown`, `metropolis`. The `wealth` (poor ⇄ rich) and `era` (ancient ⇄ modern)
|
|
203
|
+
knobs drive the shanty↔skyscraper axis — plot size, ward-kind mix, and block regularity.
|
|
193
204
|
|
|
194
205
|
## What's inside
|
|
195
206
|
|
|
@@ -197,7 +208,7 @@ Settlement presets: `hamlet`, `village`, `town`, `city`, `port`, `citadel`.
|
|
|
197
208
|
|-----------|--------------|
|
|
198
209
|
| `SeededRNG` | One seed drives everything; `.derive(label)` yields independent, reproducible sub-streams (unifies stdlib + numpy). |
|
|
199
210
|
| `NameGenerator` | Order-k character Markov names over hand-authored culture namebases; reproducible across processes. |
|
|
200
|
-
| `RegionalTerrainGenerator` | Voronoi cells (Lloyd-relaxed) → **tectonic-plate** heightmap (organic coasts + mountain ranges at plate collisions; percentile sea level) → Planchon–Darboux depression fill → flux + hydraulic/creep erosion → rivers + inland lakes → latitude/elevation climate with **rain-shadow** → Whittaker biomes. |
|
|
211
|
+
| `RegionalTerrainGenerator` | Voronoi cells (Lloyd-relaxed) → **tectonic-plate** heightmap (organic coasts + mountain ranges at plate collisions; percentile sea level) → Planchon–Darboux depression fill → flux + hydraulic/creep erosion → rivers + inland lakes → latitude/elevation climate with **rain-shadow** → Whittaker biomes. Accepts a `template=` archetype or an `elevation_hint=` (caller-drawn macro shape). |
|
|
201
212
|
| `compute_cell_polygons` | Reconstructs convex Voronoi polygons (half-plane clipping) for vector rendering. |
|
|
202
213
|
| `RegionalSVGRenderer` | Shaded-relief (hillshade) SVG: biome polygons, coastline, rivers, roads, labelled markers. Takes a `theme=`. |
|
|
203
214
|
| `Theme` / `THEMES` | A render palette + biome vocabulary; re-skins the same terrain — and its towns and dungeons — via one `theme=` (parchment / neon / dune / blueprint, or your own). The "Dominant Medium" layer. |
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="576" height="396" viewBox="0 0 576 396"><rect width="576" height="396" fill="#183e56"/><g stroke-linejoin="round"><polygon points="0.0,0.0 19.7,0.0 17.4,20.7 0.0,20.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="19.7,0.0 41.3,0.0 42.2,18.0 21.3,24.4 17.4,20.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="41.3,0.0 65.8,0.0 66.7,18.2 47.2,22.1 42.2,18.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="65.8,0.0 90.3,0.0 88.1,19.4 67.0,22.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="90.3,0.0 112.7,0.0 109.2,22.1 94.2,24.1 88.1,19.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="112.7,0.0 130.8,0.0 134.2,27.0 108.6,25.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="130.8,0.0 154.0,0.0 155.4,17.6 134.7,27.5 134.2,27.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="154.0,0.0 175.5,0.0 175.5,20.0 165.7,23.8 155.4,17.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="175.5,0.0 194.7,0.0 195.8,20.2 186.2,23.4 175.5,20.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="194.7,0.0 220.5,0.0 222.1,12.3 202.7,23.3 195.8,20.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="220.5,0.0 252.1,0.0 245.4,14.4 222.2,13.2" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="252.1,0.0 259.9,0.0 273.0,21.6 249.3,24.1 245.4,14.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="259.9,0.0 285.0,0.0 283.5,18.5 273.9,23.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="285.0,0.0 309.2,0.0 310.6,11.9 294.7,22.4 283.5,18.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="309.2,0.0 338.5,0.0 336.1,11.0 316.5,15.9 310.6,11.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="338.5,0.0 359.7,0.0 362.0,20.3 355.5,24.0 342.7,22.3 336.1,11.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="359.7,0.0 384.4,0.0 384.3,14.6 373.7,23.3 362.0,20.3" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="384.4,0.0 413.0,0.0 413.1,1.8 404.3,20.4 401.8,21.9 384.3,14.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="404.3,20.4 413.1,1.8 432.2,19.1 426.5,30.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="413.0,0.0 443.1,0.0 441.1,14.9 432.2,19.1 413.1,1.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="443.1,0.0 464.4,0.0 467.3,14.5 464.1,19.2 452.9,22.7 441.1,14.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="464.4,0.0 491.6,0.0 489.2,14.5 467.3,14.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="491.6,0.0 519.7,0.0 520.7,6.6 511.4,22.2 491.3,18.2 489.2,14.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="530.3,37.9 510.6,23.5 520.7,6.6 535.5,15.3 535.5,33.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="519.7,0.0 551.1,0.0 549.9,9.8 535.5,15.3 520.7,6.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="551.1,0.0 576.0,0.0 576.0,19.1 549.0,16.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,44.2 0.0,20.6 17.4,20.7 21.3,24.4 22.6,42.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="22.5,41.2 21.3,24.4 42.2,18.0 47.2,22.1 47.2,36.4 35.1,44.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="47.2,36.4 47.2,22.1 71.6,17.2 70.0,37.9 60.9,45.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="70.0,37.9 71.2,21.9 88.1,19.4 94.2,24.1 91.3,47.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="91.2,48.6 94.2,24.1 114.7,21.4 110.6,43.8" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="120.0,51.3 110.6,43.8 113.9,25.8 134.2,27.0 135.7,28.3" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="134.2,27.8 155.4,17.6 165.7,23.8 164.2,37.2 154.3,44.6 144.1,41.9" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="164.2,37.2 165.7,23.8 175.5,20.0 186.2,23.4 183.8,45.8 180.3,47.6" fill="#ced7c5" stroke="#ced7c5" stroke-width="0.5"/><polygon points="183.8,45.8 186.2,23.4 195.8,20.2 202.7,23.3 206.5,35.3 199.2,48.8" fill="#c7cfbe" stroke="#c7cfbe" stroke-width="0.5"/><polygon points="206.5,35.3 202.7,23.3 222.9,11.9 230.3,41.3" fill="#d1c095" stroke="#d1c095" stroke-width="0.5"/><polygon points="229.6,38.8 223.2,13.2 245.4,14.4 249.3,24.1 246.6,33.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="246.6,33.5 249.3,24.1 275.1,21.4 272.8,40.8 256.1,44.2" fill="#c2cbba" stroke="#c2cbba" stroke-width="0.5"/><polygon points="272.8,41.3 275.0,22.5 283.5,18.5 294.7,22.4 300.4,39.3 291.4,46.3" fill="#bdc5b5" stroke="#bdc5b5" stroke-width="0.5"/><polygon points="300.4,39.3 294.7,22.4 310.6,11.9 316.5,15.9 319.9,30.9 310.7,42.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="319.9,30.9 316.5,15.9 336.1,11.0 342.7,22.3 334.7,33.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="342.7,22.3 355.5,24.0 355.5,49.9 350.0,52.2 338.7,48.4 334.7,33.0" fill="#cfbe94" stroke="#cfbe94" stroke-width="0.5"/><polygon points="355.5,49.9 355.5,24.0 362.0,20.3 373.7,23.3 377.1,34.1 363.3,51.3" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="377.1,34.1 373.7,23.3 384.3,14.6 401.8,21.9 398.8,39.6 393.4,43.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="398.8,39.6 401.8,21.9 404.3,20.4 426.5,30.1 427.2,37.4 418.5,45.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="427.2,37.4 426.5,30.1 432.2,19.1 441.1,14.9 452.9,22.7 449.8,41.9 445.5,45.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="449.8,41.9 452.9,22.7 464.1,19.2 478.6,44.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="474.6,37.6 464.1,19.2 467.3,14.5 489.2,14.5 491.3,18.2 486.5,33.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="491.3,18.2 513.3,22.6 500.8,47.7 486.5,33.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="509.5,52.5 501.7,45.8 512.2,24.8 530.3,37.9 529.4,42.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="535.5,33.8 535.5,15.3 560.4,5.8 550.1,33.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="556.1,17.5 576.0,19.1 576.0,38.5 555.5,39.4 550.1,33.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,67.0 0.0,44.2 20.8,42.9 19.3,60.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="19.3,60.6 21.0,40.9 35.1,44.0 42.9,61.6 38.0,68.9 28.6,69.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="42.9,61.6 35.1,44.0 47.3,36.4 60.9,45.7 60.3,56.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="60.3,56.9 60.9,45.7 70.0,37.9 91.8,47.9 90.8,56.0 67.5,64.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="90.6,57.9 91.7,48.5 110.6,43.8 120.0,51.3 123.5,62.6" fill="#fffec6" stroke="#fffec6" stroke-width="0.5"/><polygon points="122.3,58.8 120.0,51.3 135.1,29.1 144.1,41.9 132.7,62.2" fill="#e8f2de" stroke="#e8f2de" stroke-width="0.5"/><polygon points="132.7,62.2 144.1,41.9 154.3,44.6 158.8,60.2 151.7,67.8 134.3,64.4" fill="#e6f0dc" stroke="#e6f0dc" stroke-width="0.5"/><polygon points="158.8,60.2 154.3,44.6 164.2,37.2 180.3,47.6 174.7,61.5" fill="#dbe4d1" stroke="#dbe4d1" stroke-width="0.5"/><polygon points="176.6,65.0 174.7,61.5 180.3,47.6 183.8,45.8 199.2,48.8 205.5,61.5 196.7,70.0" fill="#ced7c6" stroke="#ced7c6" stroke-width="0.5"/><polygon points="205.5,61.5 199.2,48.8 206.5,35.3 228.2,40.7 227.9,49.4 210.7,62.3" fill="#6098b8" stroke="#6098b8" stroke-width="0.5"/><polygon points="227.9,49.4 228.3,39.3 246.6,33.5 256.1,44.2 252.8,55.8 238.0,59.2" fill="#c4ccbb" stroke="#c4ccbb" stroke-width="0.5"/><polygon points="252.8,55.8 256.1,44.2 273.4,40.7 273.4,64.9 260.7,66.4" fill="#d3dcca" stroke="#d3dcca" stroke-width="0.5"/><polygon points="273.4,41.4 291.4,46.3 291.4,60.5 273.4,67.2" fill="#b1b8a9" stroke="#b1b8a9" stroke-width="0.5"/><polygon points="291.4,60.5 291.4,46.3 300.4,39.3 310.7,42.0 314.3,48.9 307.5,66.8 302.7,69.0" fill="#b6beae" stroke="#b6beae" stroke-width="0.5"/><polygon points="327.7,74.4 307.5,66.8 314.3,48.9 329.9,53.2" fill="#a6ad9f" stroke="#a6ad9f" stroke-width="0.5"/><polygon points="310.7,42.0 319.9,30.9 334.7,33.0 338.7,48.4 329.9,53.2 314.3,48.9" fill="#aab1a2" stroke="#aab1a2" stroke-width="0.5"/><polygon points="363.3,51.3 377.1,34.1 393.4,43.5 391.7,51.7 369.9,57.8" fill="#c9b88f" stroke="#c9b88f" stroke-width="0.5"/><polygon points="372.0,74.5 369.9,57.8 391.7,51.7 393.5,56.0 381.1,77.5" fill="#8c9286" stroke="#8c9286" stroke-width="0.5"/><polygon points="393.5,56.0 391.7,51.7 393.4,43.5 398.8,39.6 418.5,45.4 418.5,63.2 404.7,65.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="418.5,63.2 418.5,45.4 427.2,37.4 445.5,45.4 445.5,58.6 435.9,65.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="445.5,58.6 445.5,45.4 449.8,41.9 470.8,43.9 474.7,58.9 461.9,68.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="474.7,58.9 469.6,39.3 486.5,33.5 498.5,45.5 482.3,60.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="499.9,44.2 509.5,52.5 510.9,65.9 488.8,69.4 482.3,60.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="510.9,65.8 509.5,52.5 529.4,42.5 538.7,59.6 533.2,67.2" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="538.7,59.6 529.4,42.5 530.3,37.9 535.5,33.8 550.1,33.8 555.5,39.4 550.6,58.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,38.5 576.0,59.3 550.2,60.4 555.5,39.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,75.9 0.0,67.0 19.3,60.6 28.6,69.5 19.0,85.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="21.4,93.6 19.0,85.0 28.6,69.5 38.0,68.9 46.5,83.4 33.2,96.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="46.5,83.4 38.0,68.9 42.9,61.6 60.3,56.9 67.5,64.5 67.5,73.4 52.9,85.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="67.5,73.4 67.5,64.5 91.8,55.6 95.8,77.7 91.1,84.1 79.6,84.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="95.8,77.7 92.3,58.2 118.0,61.9 111.1,77.5" fill="#edf7e3" stroke="#edf7e3" stroke-width="0.5"/><polygon points="111.1,77.5 119.8,57.9 132.7,62.2 134.3,64.4 131.2,81.5 118.7,85.8" fill="#f1fbe6" stroke="#f1fbe6" stroke-width="0.5"/><polygon points="131.2,81.5 134.3,64.4 151.7,67.8 155.2,82.4 150.3,87.3 137.0,86.4" fill="#c9c27e" stroke="#c9c27e" stroke-width="0.5"/><polygon points="155.2,82.4 151.7,67.8 158.8,60.2 174.7,61.5 176.6,65.0 172.9,81.7 168.7,84.9" fill="#c6bf7c" stroke="#c6bf7c" stroke-width="0.5"/><polygon points="172.9,81.7 176.6,65.0 196.7,70.0 195.6,88.2" fill="#b3ad70" stroke="#b3ad70" stroke-width="0.5"/><polygon points="195.7,86.6 196.7,70.0 205.5,61.5 210.7,62.3 222.9,79.0 215.5,92.1" fill="#b8b173" stroke="#b8b173" stroke-width="0.5"/><polygon points="222.9,79.0 210.7,62.3 227.9,49.4 238.0,59.2 235.5,76.7" fill="#b9b274" stroke="#b9b274" stroke-width="0.5"/><polygon points="235.0,80.0 238.0,59.2 252.8,55.8 260.7,66.4 255.6,77.1" fill="#b3ac70" stroke="#b3ac70" stroke-width="0.5"/><polygon points="255.7,77.0 260.7,66.4 275.4,64.7 280.7,84.3 262.5,87.9" fill="#908b5a" stroke="#908b5a" stroke-width="0.5"/><polygon points="281.7,88.0 275.8,66.3 291.4,60.5 302.7,69.0 300.1,78.1" fill="#7f7b50" stroke="#7f7b50" stroke-width="0.5"/><polygon points="312.2,93.2 300.1,78.1 302.7,69.0 307.5,66.8 333.6,76.6" fill="#7e8378" stroke="#7e8378" stroke-width="0.5"/><polygon points="338.7,48.4 350.0,52.2 346.8,74.9 333.8,80.0 327.3,77.6 329.9,53.2" fill="#a9b1a2" stroke="#a9b1a2" stroke-width="0.5"/><polygon points="346.8,74.9 350.0,52.2 355.5,49.9 363.3,51.3 369.9,57.8 372.0,74.5 360.8,81.3" fill="#9ba194" stroke="#9ba194" stroke-width="0.5"/><polygon points="380.5,78.7 393.5,56.0 404.7,65.1 398.0,79.9" fill="#888e82" stroke="#888e82" stroke-width="0.5"/><polygon points="398.0,79.9 404.7,65.1 418.5,63.2 418.5,85.5 402.2,85.5" fill="#baaa85" stroke="#baaa85" stroke-width="0.5"/><polygon points="418.5,87.7 418.5,63.2 435.9,65.6 438.3,86.3" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="438.3,86.3 435.9,65.6 445.5,58.6 461.9,68.9 461.8,76.7 442.1,89.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="461.8,76.7 461.9,68.9 474.7,58.9 482.3,60.9 488.8,69.4 487.3,86.8 470.5,86.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="487.4,85.9 488.8,69.4 510.8,66.0 510.8,83.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="510.8,85.6 510.8,65.8 533.2,67.2 534.9,79.9 527.8,88.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="534.9,79.9 533.2,67.2 538.7,59.6 552.5,58.7 557.8,87.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,59.3 576.0,82.9 557.1,83.8 552.8,60.3" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,104.5 0.0,75.9 19.0,85.0 21.4,93.6 11.7,104.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="42.7,113.9 33.2,96.1 46.5,83.4 52.9,85.0 60.2,100.7 46.0,114.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="60.2,100.7 52.9,85.0 67.5,73.4 79.6,84.2 69.2,101.9" fill="#ffffc6" stroke="#ffffc6" stroke-width="0.5"/><polygon points="69.2,101.9 79.6,84.2 91.1,84.1 95.9,96.8 87.2,109.9 76.3,110.0" fill="#65a65f" stroke="#65a65f" stroke-width="0.5"/><polygon points="95.9,96.8 91.1,84.1 95.8,77.7 111.1,77.5 118.7,85.8 116.5,97.2 110.7,101.1" fill="#eff9e5" stroke="#eff9e5" stroke-width="0.5"/><polygon points="116.5,97.2 118.7,85.8 131.2,81.5 137.0,86.4 132.3,105.2" fill="#cdc580" stroke="#cdc580" stroke-width="0.5"/><polygon points="132.1,105.9 137.0,86.4 150.3,87.3 151.0,107.3" fill="#ccc480" stroke="#ccc480" stroke-width="0.5"/><polygon points="150.9,106.0 150.3,87.3 155.2,82.4 168.7,84.9 171.9,105.3" fill="#ffffff" stroke="#ffffff" stroke-width="0.5"/><polygon points="171.9,105.3 168.7,84.9 172.9,81.7 194.1,87.7 188.7,102.3 172.9,106.0" fill="#ffffff" stroke="#ffffff" stroke-width="0.5"/><polygon points="188.7,102.3 194.6,86.3 215.5,92.1 218.7,102.6 207.6,113.0 198.6,113.2" fill="#e3e7eb" stroke="#e3e7eb" stroke-width="0.5"/><polygon points="218.7,102.6 215.5,92.1 222.9,79.0 238.9,76.1 242.7,102.0 227.5,106.2" fill="#ffffff" stroke="#ffffff" stroke-width="0.5"/><polygon points="242.7,102.0 239.4,79.4 255.7,77.1 262.5,87.9 258.8,99.2 247.6,104.1" fill="#79754c" stroke="#79754c" stroke-width="0.5"/><polygon points="258.8,99.2 262.5,87.9 283.7,83.7 285.3,94.6 271.7,107.3" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="285.3,94.6 284.2,86.6 300.1,78.1 312.2,93.2 310.9,102.3 294.0,102.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="310.8,102.7 312.2,93.2 330.7,78.9 333.8,80.0 339.2,102.2 330.8,108.6" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="339.2,102.2 333.8,80.0 346.8,74.9 360.7,81.3 360.7,100.8 353.2,105.3" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="372.0,74.5 382.5,78.0 382.5,101.6 374.6,105.4 360.7,100.7 360.7,81.3" fill="#8e9488" stroke="#8e9488" stroke-width="0.5"/><polygon points="382.5,101.6 382.5,78.8 398.0,79.9 402.2,85.5 397.4,104.8" fill="#8b9185" stroke="#8b9185" stroke-width="0.5"/><polygon points="396.5,108.4 402.2,85.5 420.9,85.5 417.8,105.4" fill="#477643" stroke="#477643" stroke-width="0.5"/><polygon points="417.8,105.4 420.5,87.6 438.3,86.3 442.1,89.1 444.2,99.2 423.4,109.7" fill="#4b7c46" stroke="#4b7c46" stroke-width="0.5"/><polygon points="444.7,101.6 442.1,89.1 461.8,76.7 470.5,86.8 463.6,104.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="463.6,104.7 470.5,86.8 486.7,86.8 489.7,98.8 483.8,109.7 472.0,113.4 468.4,111.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="489.7,98.8 486.5,86.0 512.9,83.6 507.9,103.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="507.9,103.7 512.4,85.8 527.8,88.0 531.0,100.9 512.4,112.2" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="531.0,100.9 527.8,88.0 534.9,79.9 553.9,86.4 553.2,90.2 540.0,105.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,82.9 576.0,111.5 564.5,109.1 553.2,90.2 554.3,84.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,136.0 0.0,104.5 11.7,104.8 20.0,120.6 3.7,136.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="20.0,120.6 11.7,104.8 21.4,93.6 33.2,96.1 42.7,113.9 28.2,122.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="46.0,114.5 60.2,100.7 69.2,101.9 76.3,110.0 68.6,129.2 53.0,124.2" fill="#62a25c" stroke="#62a25c" stroke-width="0.5"/><polygon points="68.7,128.9 76.3,110.0 87.2,109.9 94.6,120.0 85.7,132.3" fill="#65a65f" stroke="#65a65f" stroke-width="0.5"/><polygon points="94.6,120.0 87.2,109.9 95.9,96.8 110.7,101.1 110.4,118.7 105.9,122.3" fill="#65a65f" stroke="#65a65f" stroke-width="0.5"/><polygon points="110.4,118.7 110.7,101.1 116.5,97.2 133.1,105.5 126.9,121.6" fill="#cdc580" stroke="#cdc580" stroke-width="0.5"/><polygon points="126.9,121.6 132.9,106.0 149.7,107.2 150.7,126.5 132.1,130.2" fill="#ffffff" stroke="#ffffff" stroke-width="0.5"/><polygon points="150.7,126.5 149.6,106.0 171.9,105.3 172.9,106.0 173.3,121.9 155.0,129.5" fill="#ffffff" stroke="#ffffff" stroke-width="0.5"/><polygon points="173.4,123.4 172.9,106.0 188.7,102.3 198.6,113.2 190.4,126.2" fill="#b5b8bb" stroke="#b5b8bb" stroke-width="0.5"/><polygon points="207.6,113.0 218.7,102.6 227.5,106.2 230.7,129.1 217.5,137.7 216.6,137.3" fill="#9ea1a4" stroke="#9ea1a4" stroke-width="0.5"/><polygon points="230.7,129.1 227.5,106.2 242.7,102.0 247.6,104.1 251.0,120.9 243.4,130.8" fill="#9ea1a4" stroke="#9ea1a4" stroke-width="0.5"/><polygon points="251.0,120.9 247.6,104.1 258.8,99.2 271.7,107.3 275.1,124.7" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="274.6,121.8 271.7,107.3 285.3,94.6 294.0,102.5 287.6,120.9 283.1,123.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="287.6,120.9 294.0,102.5 311.4,102.3 307.8,123.0" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="307.8,123.0 311.3,102.9 330.8,108.6 330.8,127.3 318.7,131.2 311.6,129.4" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="330.8,127.3 330.8,108.6 339.2,102.2 353.2,105.3 353.2,126.5 335.5,130.0" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="353.3,131.7 353.3,105.3 360.7,100.7 374.6,105.4 375.8,127.6" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="375.8,127.6 374.6,105.4 382.5,101.6 400.3,105.5 398.8,123.3 378.8,129.6" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="398.8,123.3 400.1,107.9 417.8,105.4 423.4,109.7 427.2,125.9 425.0,129.2 405.1,130.2" fill="#355731" stroke="#355731" stroke-width="0.5"/><polygon points="427.2,125.9 423.4,109.7 447.6,97.6 443.5,123.6" fill="#457241" stroke="#457241" stroke-width="0.5"/><polygon points="443.5,123.6 446.9,101.9 463.6,104.7 468.4,111.6 450.4,128.1" fill="#457241" stroke="#457241" stroke-width="0.5"/><polygon points="474.4,127.6 472.0,113.4 483.8,109.7 498.4,123.6 490.1,136.3" fill="#bdad87" stroke="#bdad87" stroke-width="0.5"/><polygon points="483.8,109.7 489.7,98.8 507.9,103.7 512.4,112.2 511.6,119.3 498.4,123.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="511.6,119.3 512.4,112.2 531.0,100.9 540.0,105.9 544.2,116.6 542.8,122.5 517.6,125.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="544.2,116.6 540.0,105.9 553.2,90.2 564.5,109.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="564.5,109.1 576.0,111.5 576.0,127.9 560.9,131.0 543.2,120.5 544.2,116.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="3.7,136.1 20.0,120.6 28.2,122.6 33.0,143.6 17.2,148.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="33.0,143.6 28.2,122.6 42.7,113.9 46.0,114.5 53.0,124.2 41.2,147.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="40.3,149.6 53.0,124.2 68.4,129.1 66.5,147.8" fill="#5f9d59" stroke="#5f9d59" stroke-width="0.5"/><polygon points="66.3,149.4 68.4,128.9 85.7,132.3 91.2,143.4 88.1,149.4" fill="#6098b8" stroke="#6098b8" stroke-width="0.5"/><polygon points="91.2,143.4 85.7,132.3 94.6,120.0 105.9,122.3 107.1,139.7" fill="#c9c17d" stroke="#c9c17d" stroke-width="0.5"/><polygon points="107.1,139.7 105.9,122.3 110.4,118.7 126.9,121.6 132.1,130.2 128.4,141.3 111.5,143.1" fill="#c5be7b" stroke="#c5be7b" stroke-width="0.5"/><polygon points="128.4,141.3 132.1,130.2 150.7,126.5 155.0,129.5 157.4,142.7 153.5,149.1 131.8,146.9" fill="#ffffff" stroke="#ffffff" stroke-width="0.5"/><polygon points="157.4,142.7 155.0,129.5 175.5,121.0 175.5,145.0" fill="#acafb2" stroke="#acafb2" stroke-width="0.5"/><polygon points="175.5,146.2 175.5,123.8 190.4,126.2 196.6,139.9 194.2,143.2" fill="#9ea1a4" stroke="#9ea1a4" stroke-width="0.5"/><polygon points="196.6,139.9 190.4,126.2 198.6,113.2 207.6,113.0 216.6,137.3" fill="#9ea1a4" stroke="#9ea1a4" stroke-width="0.5"/><polygon points="221.3,149.9 217.5,137.7 230.7,129.1 243.4,130.8 250.1,145.0 243.7,158.2" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="250.1,145.0 243.4,130.8 251.0,120.9 271.1,124.0 265.3,143.1" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="265.3,143.1 272.0,121.3 283.1,123.5 291.5,145.3 290.5,147.0 275.0,152.1" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="291.5,145.3 283.1,123.5 287.6,120.9 307.8,123.0 311.6,129.4 300.1,142.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="321.6,154.9 318.7,131.2 330.8,127.3 335.5,130.0 338.2,148.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="338.2,148.7 335.5,130.0 359.1,125.3 357.3,145.3 344.0,152.0" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="357.3,145.3 358.6,130.7 375.8,127.6 378.8,129.6 381.9,145.1 371.7,156.5 370.5,156.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="381.9,145.1 378.8,129.6 398.8,123.3 405.1,130.2 400.9,150.1" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="400.8,150.1 405.1,130.2 425.0,129.2 428.0,143.9 418.6,154.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="428.0,143.9 425.0,129.2 427.2,125.9 443.5,123.6 450.4,128.1 455.3,139.5 445.7,150.4" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="468.4,111.6 472.0,113.4 474.4,127.6 460.9,140.1 455.3,139.5 450.4,128.1" fill="#497844" stroke="#497844" stroke-width="0.5"/><polygon points="474.4,127.6 490.1,136.3 490.4,140.5 470.7,149.2 460.9,140.1" fill="#4d7f48" stroke="#4d7f48" stroke-width="0.5"/><polygon points="490.4,140.5 490.1,136.3 498.4,123.6 511.6,119.3 517.6,125.5 518.4,142.3 504.4,152.0 496.1,148.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="518.4,142.3 517.6,125.5 541.1,122.7 541.1,149.3 535.9,151.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="541.1,119.2 560.9,131.0 553.6,146.6 541.1,151.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,127.9 576.0,152.6 553.6,146.6 560.9,131.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,167.6 0.0,136.0 3.7,136.1 17.2,148.1 13.7,165.3" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="13.7,165.3 17.2,148.1 33.0,143.6 42.5,148.4 42.1,156.8 36.9,164.6 18.5,169.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="42.1,156.8 42.4,149.5 67.8,147.7 68.4,169.0 64.0,174.7" fill="#578f52" stroke="#578f52" stroke-width="0.5"/><polygon points="68.4,169.0 67.8,149.4 88.1,149.4 93.6,166.6" fill="#5d9957" stroke="#5d9957" stroke-width="0.5"/><polygon points="94.4,168.9 88.1,149.4 91.2,143.4 107.1,139.7 111.5,143.1 108.2,165.1 102.4,169.2" fill="#c3bc7a" stroke="#c3bc7a" stroke-width="0.5"/><polygon points="108.2,165.1 111.5,143.1 128.4,141.3 131.8,146.9 129.8,166.2" fill="#b1aa6f" stroke="#b1aa6f" stroke-width="0.5"/><polygon points="129.8,165.6 131.8,146.9 153.5,149.1 155.0,158.9 146.9,168.5" fill="#928a80" stroke="#928a80" stroke-width="0.5"/><polygon points="155.0,158.9 153.5,149.1 157.4,142.7 176.8,145.1 174.7,166.6" fill="#ced1d5" stroke="#ced1d5" stroke-width="0.5"/><polygon points="174.7,166.6 176.7,146.0 194.2,143.3 198.1,170.4" fill="#5c5751" stroke="#5c5751" stroke-width="0.5"/><polygon points="197.4,165.5 194.2,143.2 196.6,139.9 216.6,137.3 217.5,137.7 221.3,149.9 211.8,166.3" fill="#546f46" stroke="#546f46" stroke-width="0.5"/><polygon points="211.8,166.3 221.3,149.9 243.7,158.2 244.8,162.6 238.5,170.7 217.0,173.8" fill="#546f46" stroke="#546f46" stroke-width="0.5"/><polygon points="244.8,162.6 243.7,158.2 250.1,145.0 265.3,143.1 275.0,152.1 271.2,166.4 258.7,170.3" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="271.2,166.4 275.0,152.1 290.5,147.0 297.1,164.4 285.2,178.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="297.1,164.4 290.5,147.0 291.5,145.3 300.1,142.8 319.3,158.0 317.6,167.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="300.1,142.8 311.6,129.4 318.7,131.2 322.3,160.3" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="317.5,167.7 319.7,155.6 338.2,148.7 344.0,152.0 345.8,164.8 335.2,174.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="345.8,164.8 344.0,152.0 357.3,145.3 370.5,156.4 356.3,168.3" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="371.7,156.5 381.9,145.1 400.9,150.1 396.1,166.5 378.4,166.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="396.1,166.5 400.9,150.1 418.6,154.4 422.0,167.0 402.3,177.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="422.0,167.0 418.6,154.4 428.0,143.9 445.7,150.4 446.4,157.1 439.4,166.3 424.6,168.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="446.4,157.1 445.7,150.4 455.3,139.5 460.9,140.1 470.7,149.2 472.1,169.0 467.4,170.5" fill="#d6c499" stroke="#d6c499" stroke-width="0.5"/><polygon points="472.1,169.1 470.7,149.2 490.4,140.5 496.1,148.4 478.6,168.4" fill="#609e5a" stroke="#609e5a" stroke-width="0.5"/><polygon points="496.1,148.4 504.4,152.0 506.9,162.1 495.6,176.3 478.6,168.4" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="506.9,162.1 504.4,152.0 518.4,142.3 535.9,151.6 531.7,162.3 516.1,167.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="547.6,182.9 536.4,174.5 531.7,162.3 535.9,151.6 543.6,148.3 555.6,166.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,152.6 576.0,163.9 555.6,166.8 544.7,150.1 553.6,146.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,191.1 0.0,167.6 13.7,165.3 18.5,169.2 21.6,184.5 16.4,193.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="21.6,184.5 18.5,169.2 36.9,164.6 42.6,184.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="42.2,183.2 36.9,164.6 42.1,156.8 64.3,174.9" fill="#548b4f" stroke="#548b4f" stroke-width="0.5"/><polygon points="63.9,174.8 68.4,169.0 98.2,166.2 84.5,192.6 68.2,184.9" fill="#a8a169" stroke="#a8a169" stroke-width="0.5"/><polygon points="88.1,200.6 84.5,192.6 96.8,169.0 102.4,169.2 112.3,189.0 96.2,202.8 92.8,203.2" fill="#898456" stroke="#898456" stroke-width="0.5"/><polygon points="112.3,189.0 102.4,169.2 108.2,165.1 129.2,166.1 128.1,185.3 117.5,190.2" fill="#96905e" stroke="#96905e" stroke-width="0.5"/><polygon points="128.1,185.3 129.3,165.5 146.9,168.5 151.5,181.7 139.2,191.1" fill="#706961" stroke="#706961" stroke-width="0.5"/><polygon points="151.5,181.7 146.9,168.5 155.0,158.9 174.7,166.6 165.5,186.3" fill="#5c5751" stroke="#5c5751" stroke-width="0.5"/><polygon points="165.5,186.3 174.7,166.6 192.2,169.4 193.3,192.0 175.5,193.9 166.7,188.8" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="193.4,193.5 192.0,165.3 211.8,166.3 217.0,173.8 217.0,183.9 212.7,191.5 205.7,194.7" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="217.0,183.9 217.0,173.8 238.5,170.7 238.5,188.5" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="238.5,188.5 238.5,170.7 244.8,162.6 258.7,170.3 257.8,188.8 241.8,193.9" fill="#546f46" stroke="#546f46" stroke-width="0.5"/><polygon points="257.8,188.8 258.7,170.3 271.2,166.4 285.2,178.6 285.8,181.8 282.9,189.3 269.2,196.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="285.8,181.8 285.2,178.6 297.1,164.4 318.2,167.2 311.1,185.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="313.0,192.1 311.1,185.8 317.9,167.9 335.2,174.6 339.7,188.1 334.2,198.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="339.7,188.1 335.2,174.6 345.8,164.8 356.3,168.3 361.8,186.2" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="361.8,186.2 356.3,168.3 370.5,156.4 371.7,156.5 378.4,166.5 373.8,187.0 365.7,188.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="374.2,185.5 378.4,166.5 396.1,166.5 402.3,177.9 401.6,182.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="401.1,186.1 402.3,177.9 422.0,167.0 424.6,168.6 427.9,188.1 425.3,190.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="427.9,188.1 424.6,168.6 439.4,166.3 447.6,186.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="446.0,182.7 439.4,166.3 446.4,157.1 467.4,170.5 461.0,178.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="482.5,199.5 472.4,169.1 478.6,168.4 495.6,176.3 497.0,181.0 486.8,199.8" fill="#558c50" stroke="#558c50" stroke-width="0.5"/><polygon points="497.0,181.0 495.6,176.3 506.9,162.1 516.1,167.4 518.0,188.7" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="517.7,185.1 516.1,167.4 531.7,162.3 536.4,174.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="536.4,174.5 548.6,183.7 547.8,185.6 528.3,196.6 516.3,187.6 515.9,186.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="576.0,163.9 576.0,187.4 546.6,184.8 555.6,166.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,220.3 0.0,191.1 16.4,193.1 19.5,200.6 6.5,219.3" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="19.5,200.6 16.4,193.1 21.6,184.5 41.4,184.5 45.0,202.5 32.0,206.9" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="45.0,202.5 41.2,183.5 64.0,175.0 68.2,184.9 57.1,202.4 46.0,203.0" fill="#4c7d47" stroke="#4c7d47" stroke-width="0.5"/><polygon points="57.1,202.4 68.2,184.9 84.5,192.6 88.1,200.6 69.0,213.2" fill="#467342" stroke="#467342" stroke-width="0.5"/><polygon points="96.2,202.8 112.3,189.0 117.5,190.2 122.8,208.6 112.8,213.6" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="122.8,208.6 117.5,190.2 128.1,185.3 139.2,191.1 140.3,199.4 127.5,210.0" fill="#6f6b45" stroke="#6f6b45" stroke-width="0.5"/><polygon points="140.3,199.4 139.2,191.1 151.5,181.7 165.5,186.3 166.7,188.8 154.6,207.7 152.4,208.3" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="154.6,207.7 166.7,188.8 175.5,193.9 175.5,218.8 172.3,219.2" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="175.5,218.8 175.5,193.9 195.6,191.8 191.2,213.7 178.5,220.1" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="211.3,216.9 205.7,194.7 212.7,191.5 229.5,205.8 220.1,218.5" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="212.7,191.5 217.0,183.9 238.5,188.5 241.8,193.9 238.7,203.3 229.5,205.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="238.7,203.3 241.8,193.9 257.8,188.8 269.2,196.7 266.9,214.1 247.4,214.1" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="267.4,210.6 269.2,196.7 282.9,189.3 294.5,204.4 288.8,217.8" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="282.9,189.3 285.8,181.8 311.1,185.8 313.0,192.1 306.5,202.4 294.5,204.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="314.6,217.1 306.5,202.4 313.0,192.1 341.2,200.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="331.5,203.8 339.7,188.1 361.8,186.2 365.7,188.5 359.0,211.2 358.4,211.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="359.0,211.2 365.7,188.5 372.5,187.2 384.6,203.7 380.1,219.5 377.3,220.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="384.6,203.7 371.4,185.8 404.2,182.3 400.6,198.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="400.6,198.9 403.3,186.5 425.2,190.9 425.2,213.9 420.0,214.4 407.7,210.0" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="425.2,212.4 425.2,190.9 427.9,188.1 443.1,187.0 449.1,202.6 444.0,211.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="449.1,202.6 441.9,183.8 461.0,178.6 465.4,199.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="465.4,199.7 461.0,178.6 467.4,170.5 472.3,168.9 482.5,199.5 472.4,203.2" fill="#fff9c2" stroke="#fff9c2" stroke-width="0.5"/><polygon points="485.4,202.5 497.0,181.0 516.0,188.0 505.2,204.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="516.3,187.6 528.3,196.6 529.6,211.5 510.2,211.5 505.2,204.8" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="529.6,211.5 528.3,196.6 547.8,185.6 552.7,211.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="576.0,187.4 576.0,209.9 552.7,211.5 547.8,185.6 548.1,184.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="6.5,219.3 19.5,200.6 32.0,206.9 28.2,227.7 25.8,229.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="28.2,227.7 32.0,206.9 45.0,202.5 46.0,203.0 49.0,229.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="48.9,229.2 46.0,203.0 57.1,202.4 69.0,213.2 68.3,227.6" fill="#b6a782" stroke="#b6a782" stroke-width="0.5"/><polygon points="68.4,227.1 69.0,213.2 88.1,200.6 92.8,203.2 92.0,229.8" fill="#4e8149" stroke="#4e8149" stroke-width="0.5"/><polygon points="92.0,229.1 92.8,203.2 96.2,202.8 112.8,213.6 110.2,231.8" fill="#365832" stroke="#365832" stroke-width="0.5"/><polygon points="110.6,229.5 112.8,213.6 122.8,208.6 127.5,210.0 134.6,224.2 131.0,229.5" fill="#6098b8" stroke="#6098b8" stroke-width="0.5"/><polygon points="134.6,224.2 127.5,210.0 140.3,199.4 152.4,208.3 145.1,222.8" fill="#6f6b46" stroke="#6f6b46" stroke-width="0.5"/><polygon points="156.9,234.6 145.1,222.8 152.4,208.2 154.6,207.7 172.3,219.2" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="183.5,232.6 178.5,220.1 191.2,213.8 204.2,220.2 199.9,237.6" fill="#6098b8" stroke="#6098b8" stroke-width="0.5"/><polygon points="191.2,213.8 195.3,193.6 205.7,194.7 211.3,216.9 204.3,220.2" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="220.1,218.5 229.5,205.8 238.7,203.3 247.4,214.1 240.5,232.5 224.1,226.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="240.5,232.5 247.4,214.1 263.9,214.1 266.3,232.9 247.7,239.2 243.1,237.9" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="270.4,235.7 266.3,232.9 263.3,209.3 293.5,219.3 290.2,225.8" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="286.3,223.7 294.5,204.4 306.5,202.4 314.6,217.1 312.9,225.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="312.4,228.5 314.6,217.1 336.0,204.1 336.0,226.3 330.7,230.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="336.0,226.3 336.0,205.1 358.4,211.5 350.5,228.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="354.3,236.5 350.5,228.8 358.4,211.5 359.0,211.2 377.3,220.7 371.2,237.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="380.1,219.5 384.6,203.7 400.6,198.9 407.7,210.0 391.9,223.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="402.0,239.7 391.9,223.5 407.7,210.0 420.0,214.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="428.5,231.6 422.9,212.5 444.0,211.0 452.3,223.7 445.7,237.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="452.3,223.7 444.0,211.0 449.1,202.6 465.4,199.7 472.4,203.2 468.4,222.9" fill="#fffbc4" stroke="#fffbc4" stroke-width="0.5"/><polygon points="468.4,222.9 472.4,203.2 482.5,199.5 490.5,200.2 490.5,229.5 474.3,229.5" fill="#65a65f" stroke="#65a65f" stroke-width="0.5"/><polygon points="490.5,228.1 490.5,203.1 505.2,204.8 510.2,211.5 506.5,226.1" fill="#375a33" stroke="#375a33" stroke-width="0.5"/><polygon points="506.5,226.1 510.2,211.5 529.6,211.5 527.8,232.3 514.0,232.8" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="527.8,232.3 529.6,211.5 552.6,211.5 550.2,232.9 540.3,236.5 530.2,234.5" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="576.0,209.9 576.0,236.5 553.5,234.9 550.2,232.9 552.7,211.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,246.8 0.0,220.3 6.5,219.3 25.8,229.4 22.0,248.3" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="21.9,248.9 25.8,229.4 28.2,227.7 48.7,229.4 46.7,251.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="46.7,251.0 48.7,229.3 67.8,227.7 68.8,245.9 49.8,254.4" fill="#c7b78e" stroke="#c7b78e" stroke-width="0.5"/><polygon points="68.8,245.9 67.8,227.1 91.1,229.7 87.7,251.5 78.2,253.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="87.7,251.5 91.2,229.0 108.4,231.5 112.1,250.1 93.7,255.1" fill="#59754a" stroke="#59754a" stroke-width="0.5"/><polygon points="111.8,248.4 108.0,229.5 131.0,229.5 134.2,249.4" fill="#6f935d" stroke="#6f935d" stroke-width="0.5"/><polygon points="134.0,248.4 131.0,229.5 134.6,224.2 145.1,222.8 156.9,234.6 157.4,246.3" fill="#9f9964" stroke="#9f9964" stroke-width="0.5"/><polygon points="157.4,247.0 156.9,234.6 172.3,219.2 175.5,218.8 178.5,220.1 183.5,232.6 173.4,248.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="180.4,256.0 173.4,248.5 183.5,232.6 202.5,238.4 196.1,253.4" fill="#7c784e" stroke="#7c784e" stroke-width="0.5"/><polygon points="199.3,240.2 204.2,220.3 211.3,216.9 220.1,218.5 224.1,226.8 214.2,242.0" fill="#6098b8" stroke="#6098b8" stroke-width="0.5"/><polygon points="214.2,242.0 224.1,226.8 240.5,232.5 243.1,237.9 234.0,250.3 220.5,250.1" fill="#3a6036" stroke="#3a6036" stroke-width="0.5"/><polygon points="247.7,239.2 266.3,232.9 270.4,235.7 274.0,247.8 259.2,258.7" fill="#467241" stroke="#467241" stroke-width="0.5"/><polygon points="274.0,247.8 270.4,235.7 290.2,225.8 293.5,246.1 283.3,252.3" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="293.5,246.1 290.2,225.8 291.1,224.1 315.3,226.2 309.6,249.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="309.9,248.5 314.7,228.8 330.7,230.9 336.2,249.9 331.7,253.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="336.2,249.9 330.7,230.9 336.0,226.3 350.5,228.8 354.3,236.5 346.0,249.9" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="346.0,249.9 354.3,236.5 371.2,237.7 375.3,246.2 371.4,254.0 355.1,260.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="375.3,246.2 371.2,237.7 377.3,220.7 380.1,219.5 391.9,223.5 402.0,239.7 402.7,245.3 397.0,248.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="402.7,245.3 402.0,239.7 420.0,214.4 423.3,214.1 428.5,231.6 417.2,246.7 412.0,249.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="417.2,246.7 428.5,231.6 445.7,237.7 450.0,253.3" fill="#fee9b5" stroke="#fee9b5" stroke-width="0.5"/><polygon points="448.4,247.5 445.7,237.7 452.3,223.7 468.4,222.9 474.3,229.5 467.7,247.5" fill="#65a65f" stroke="#65a65f" stroke-width="0.5"/><polygon points="467.7,247.5 474.3,229.5 489.0,229.5 493.7,247.3 487.1,254.2 473.0,254.2" fill="#63a45d" stroke="#63a45d" stroke-width="0.5"/><polygon points="493.7,247.3 488.7,228.3 506.5,226.1 514.0,232.8 506.6,249.4" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="511.3,255.8 506.6,249.4 514.0,232.8 527.8,232.3 530.2,234.5 523.6,257.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="544.1,264.1 540.3,236.5 550.2,232.9 553.5,234.9 555.9,253.7 549.9,262.2" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,236.5 576.0,248.6 555.9,253.7 553.5,234.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,272.6 0.0,246.8 22.5,248.3 22.5,270.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="22.5,272.2 22.5,249.0 46.7,251.0 49.8,254.4 50.8,262.8 46.1,272.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="50.8,262.8 49.8,254.4 68.8,245.9 78.2,253.8 72.7,267.7" fill="#ac9e7b" stroke="#ac9e7b" stroke-width="0.5"/><polygon points="72.7,267.7 78.2,253.8 87.7,251.5 93.7,255.1 96.1,272.4 76.0,277.4" fill="#658655" stroke="#658655" stroke-width="0.5"/><polygon points="96.1,272.4 93.7,255.1 110.2,250.6 115.0,272.2 102.6,276.9" fill="#416b3d" stroke="#416b3d" stroke-width="0.5"/><polygon points="115.0,272.2 109.7,248.4 133.1,249.4 132.7,264.5 120.9,273.8" fill="#4f824a" stroke="#4f824a" stroke-width="0.5"/><polygon points="132.7,264.5 133.2,248.5 158.3,246.2 155.6,272.4 151.4,275.2" fill="#bfb877" stroke="#bfb877" stroke-width="0.5"/><polygon points="155.6,272.4 158.2,247.1 173.4,248.5 180.4,256.0 178.2,277.3" fill="#a39d66" stroke="#a39d66" stroke-width="0.5"/><polygon points="178.8,271.1 180.4,256.0 196.1,253.4 204.5,266.7 194.2,276.2" fill="#948e5c" stroke="#948e5c" stroke-width="0.5"/><polygon points="204.5,266.7 196.1,253.4 201.7,240.5 214.2,242.0 220.5,250.1 213.2,267.7" fill="#3b6238" stroke="#3b6238" stroke-width="0.5"/><polygon points="213.2,267.7 220.5,250.1 234.0,250.3 239.5,265.6 220.9,276.0" fill="#457140" stroke="#457140" stroke-width="0.5"/><polygon points="239.5,265.6 234.0,250.3 243.1,237.9 247.7,239.2 259.2,258.7 257.8,264.0 246.5,268.4" fill="#457241" stroke="#457241" stroke-width="0.5"/><polygon points="257.8,264.0 259.2,258.7 274.0,247.8 283.3,252.3 285.2,269.6 269.2,274.1" fill="#4d7f48" stroke="#4d7f48" stroke-width="0.5"/><polygon points="285.2,269.5 283.3,252.3 293.5,246.1 308.7,249.4 307.0,265.0 288.4,271.6" fill="#4d7e48" stroke="#4d7e48" stroke-width="0.5"/><polygon points="307.0,265.0 308.8,248.3 331.7,253.6 329.6,272.7 315.9,274.3" fill="#477442" stroke="#477442" stroke-width="0.5"/><polygon points="329.8,271.0 331.7,253.6 336.2,249.9 346.0,249.9 355.1,260.2 353.8,271.9 350.1,274.3" fill="#5b9555" stroke="#5b9555" stroke-width="0.5"/><polygon points="353.8,271.9 355.1,260.2 371.4,254.0 379.8,273.0 366.9,279.1" fill="#599353" stroke="#599353" stroke-width="0.5"/><polygon points="379.8,273.0 371.4,254.0 375.3,246.2 397.0,248.4 388.7,275.0" fill="#578e51" stroke="#578e51" stroke-width="0.5"/><polygon points="388.7,275.0 397.0,248.4 402.7,245.3 412.0,249.4 416.1,261.7 406.8,282.4 402.7,283.5 393.8,280.9" fill="#5a9555" stroke="#5a9555" stroke-width="0.5"/><polygon points="416.1,261.7 412.0,249.4 417.2,246.7 445.5,252.4 444.5,260.2 435.8,268.5" fill="#5b9655" stroke="#5b9655" stroke-width="0.5"/><polygon points="444.5,260.2 446.1,247.5 467.7,247.5 473.0,254.2 468.4,271.8 463.8,275.1" fill="#63a35d" stroke="#63a35d" stroke-width="0.5"/><polygon points="468.4,271.8 473.0,254.2 487.1,254.2 496.1,278.7" fill="#b4ad70" stroke="#b4ad70" stroke-width="0.5"/><polygon points="493.9,272.7 487.1,254.2 493.7,247.3 506.6,249.4 511.3,255.8 502.0,271.6" fill="#375a34" stroke="#375a34" stroke-width="0.5"/><polygon points="516.8,283.0 502.0,271.6 511.3,255.8 523.6,257.8 529.1,263.7" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="523.6,257.8 530.2,234.5 540.3,236.5 544.3,265.7 529.1,263.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="576.0,248.6 576.0,271.7 549.9,262.2 555.9,253.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,288.0 0.0,272.6 23.8,270.6 23.0,294.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="23.0,293.3 23.8,272.2 46.1,272.2 51.0,284.8 40.5,296.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="51.0,284.8 46.1,272.2 50.9,262.8 72.7,267.7 74.5,272.9 55.4,286.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="55.4,286.0 78.5,270.1 79.8,289.0 66.7,297.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="79.8,289.0 79.0,276.7 96.1,272.4 102.6,276.9 100.7,293.4 94.5,298.3" fill="#3a5f36" stroke="#3a5f36" stroke-width="0.5"/><polygon points="100.7,293.4 102.6,276.9 115.0,272.2 120.9,273.8 125.7,285.6 117.9,298.1" fill="#395e36" stroke="#395e36" stroke-width="0.5"/><polygon points="125.7,285.6 120.9,273.8 132.7,264.5 151.4,275.2 147.8,286.1 142.0,289.4" fill="#426d3e" stroke="#426d3e" stroke-width="0.5"/><polygon points="147.8,286.1 151.4,275.2 155.6,272.4 172.4,276.0 175.7,297.2 173.8,300.1 166.1,302.1 163.1,301.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="175.7,297.2 171.2,268.6 194.2,276.2 196.4,291.8" fill="#736e48" stroke="#736e48" stroke-width="0.5"/><polygon points="196.4,291.8 194.2,276.2 204.5,266.7 213.2,267.7 220.9,276.0 221.2,282.1 201.2,294.8" fill="#918c5b" stroke="#918c5b" stroke-width="0.5"/><polygon points="221.2,282.1 220.9,276.0 239.5,265.6 246.5,268.4 246.5,292.5 230.2,292.5" fill="#a09a64" stroke="#a09a64" stroke-width="0.5"/><polygon points="246.5,291.3 246.5,268.4 257.8,264.0 269.2,274.1 265.6,291.9" fill="#52874d" stroke="#52874d" stroke-width="0.5"/><polygon points="266.0,289.8 269.2,274.1 285.2,269.6 288.4,271.6 292.6,287.4 284.2,294.4" fill="#a09a64" stroke="#a09a64" stroke-width="0.5"/><polygon points="292.6,287.4 288.4,271.6 307.0,265.0 315.9,274.3 309.0,289.3 304.1,291.4" fill="#4f814a" stroke="#4f814a" stroke-width="0.5"/><polygon points="309.0,289.3 315.9,274.3 327.7,273.0 333.8,295.4 328.1,300.4" fill="#5b9656" stroke="#5b9656" stroke-width="0.5"/><polygon points="333.8,295.4 327.0,270.6 350.1,274.3 345.2,294.5" fill="#558d50" stroke="#558d50" stroke-width="0.5"/><polygon points="345.2,294.5 350.1,274.3 353.8,271.9 366.9,279.1 366.3,297.4 357.8,303.4" fill="#619f5b" stroke="#619f5b" stroke-width="0.5"/><polygon points="366.3,297.4 366.9,279.1 379.8,273.0 388.7,275.0 393.8,280.9 379.7,299.3" fill="#579052" stroke="#579052" stroke-width="0.5"/><polygon points="425.2,305.3 406.6,282.4 438.8,282.4" fill="#c4bd7b" stroke="#c4bd7b" stroke-width="0.5"/><polygon points="406.8,282.4 416.1,261.7 435.8,268.5 435.3,282.4" fill="#5f9c59" stroke="#5f9c59" stroke-width="0.5"/><polygon points="435.3,284.7 435.8,268.5 444.5,260.2 463.8,275.1 462.1,281.2 446.2,288.5" fill="#cdc580" stroke="#cdc580" stroke-width="0.5"/><polygon points="462.1,281.2 463.8,275.1 468.4,271.8 489.8,277.1 489.4,290.0 470.5,294.7" fill="#bbb475" stroke="#bbb475" stroke-width="0.5"/><polygon points="489.3,291.1 490.0,273.3 502.0,271.6 516.8,283.0 518.0,289.4 510.8,294.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="518.0,289.4 516.8,283.0 529.1,263.7 542.6,265.5 545.0,279.8 526.5,293.6" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="530.2,300.8 526.5,293.6 545.0,279.8 553.6,287.1 550.8,303.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="576.0,271.7 576.0,282.6 553.6,287.1 545.0,279.8 542.5,264.7 549.9,262.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="0.0,310.9 0.0,288.0 21.6,294.5 15.7,311.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="16.0,310.9 22.0,293.1 40.5,296.6 46.1,313.4 44.8,315.8 34.1,320.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="46.1,313.4 40.5,296.6 51.0,284.8 55.4,286.0 66.7,297.6 66.3,308.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="66.2,309.5 66.7,297.6 79.8,289.0 94.5,298.3 93.8,302.1 82.4,312.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="93.8,302.1 94.5,298.3 100.7,293.4 117.9,298.1 122.8,310.5 114.1,321.4 107.7,320.6" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="122.8,310.5 117.9,298.1 125.7,285.6 142.0,289.4 137.7,306.5 129.8,310.5" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="137.7,306.5 142.0,289.4 147.7,286.1 163.1,301.5 148.3,311.4" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="151.5,328.9 148.3,311.4 163.1,301.5 166.1,302.1 162.1,331.7 159.6,332.9" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="173.8,300.1 175.7,297.2 196.4,291.8 201.2,294.8 205.7,309.7 192.6,318.0 183.7,315.8" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="205.7,309.7 201.2,294.8 221.2,282.1 230.2,292.5 223.1,308.8 211.5,312.2" fill="#757049" stroke="#757049" stroke-width="0.5"/><polygon points="223.1,308.8 230.2,292.5 244.9,292.5 247.6,320.9 240.4,322.5" fill="#a29c65" stroke="#a29c65" stroke-width="0.5"/><polygon points="247.3,317.8 244.8,291.2 263.5,291.9 266.2,310.7" fill="#beb777" stroke="#beb777" stroke-width="0.5"/><polygon points="266.2,310.7 263.1,289.1 284.2,294.4 284.2,310.6 273.6,314.9" fill="#b3ad70" stroke="#b3ad70" stroke-width="0.5"/><polygon points="284.2,310.6 284.2,294.4 292.6,287.4 304.1,291.4 303.1,313.2 302.7,313.6 295.1,315.7" fill="#beb777" stroke="#beb777" stroke-width="0.5"/><polygon points="303.1,313.2 304.1,291.4 309.0,289.3 328.1,300.4 326.6,307.9" fill="#bcb576" stroke="#bcb576" stroke-width="0.5"/><polygon points="326.6,307.9 328.1,300.4 333.8,295.4 345.2,294.5 357.8,303.4 357.1,311.1 353.8,316.5 332.7,321.6" fill="#bfb878" stroke="#bfb878" stroke-width="0.5"/><polygon points="357.1,311.1 357.8,303.4 366.3,297.4 379.7,299.3 389.7,315.5 382.7,323.0" fill="#b3ac70" stroke="#b3ac70" stroke-width="0.5"/><polygon points="389.8,315.8 379.7,299.3 393.8,280.9 402.7,283.5 401.2,307.6" fill="#b9b273" stroke="#b9b273" stroke-width="0.5"/><polygon points="401.2,307.6 402.7,283.5 406.7,282.4 425.2,305.3 425.2,307.9 419.6,311.7" fill="#c2bb79" stroke="#c2bb79" stroke-width="0.5"/><polygon points="425.2,307.9 425.2,305.3 437.1,285.3 446.2,288.5 451.0,307.6 438.5,314.5" fill="#77734b" stroke="#77734b" stroke-width="0.5"/><polygon points="451.0,307.6 446.2,288.5 462.1,281.2 470.5,294.7 467.7,305.6 462.0,310.3" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="467.7,305.6 470.5,294.7 490.5,289.7 490.5,313.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="490.5,310.5 490.5,291.3 510.8,294.5 506.8,310.5" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="506.8,310.5 510.8,294.5 518.0,289.4 526.5,293.6 530.2,300.8 527.2,315.8 512.2,317.6" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="532.6,321.9 527.2,315.8 530.2,300.8 550.8,303.0 555.3,310.5 551.2,317.2" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="576.0,282.6 576.0,310.5 555.3,310.5 550.8,303.0 553.6,287.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,339.9 0.0,310.9 14.4,311.8 11.8,337.0 5.7,340.4" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="11.8,337.0 14.6,310.1 34.1,320.5 29.0,338.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="44.8,315.8 46.1,313.4 67.5,308.3 67.5,334.8 62.1,340.2 56.4,337.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="67.5,334.8 67.5,309.7 82.4,312.2 87.9,330.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="87.9,330.5 82.4,312.2 93.8,302.1 107.7,320.6 89.7,331.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="115.0,323.4 114.1,321.4 122.8,310.5 129.7,310.5 141.0,330.2 133.5,335.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="129.8,310.5 137.7,306.5 148.3,311.4 151.5,328.9 141.0,330.2" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="162.1,331.7 166.1,302.1 173.8,300.1 183.7,315.8 170.1,331.4" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="170.1,331.4 183.7,315.8 192.6,318.0 195.0,334.5 182.9,340.6" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="195.0,334.5 192.6,318.0 205.7,309.7 211.5,312.2 215.7,338.1 206.2,339.9" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="214.9,333.0 211.5,312.2 223.1,308.8 240.4,322.5 231.7,333.3" fill="#7a764c" stroke="#7a764c" stroke-width="0.5"/><polygon points="243.1,319.4 266.2,310.7 273.6,314.9 272.3,332.6 258.7,336.9" fill="#948f5d" stroke="#948f5d" stroke-width="0.5"/><polygon points="272.3,332.6 273.6,314.9 284.2,310.6 295.1,315.7 290.1,336.0 283.5,339.3" fill="#a39d66" stroke="#a39d66" stroke-width="0.5"/><polygon points="290.1,336.0 295.1,315.7 302.7,313.6 313.2,329.8 305.8,340.6" fill="#b8b173" stroke="#b8b173" stroke-width="0.5"/><polygon points="313.2,329.8 302.7,313.6 303.1,313.2 326.6,307.9 332.7,321.6 330.1,328.4" fill="#c1ba79" stroke="#c1ba79" stroke-width="0.5"/><polygon points="333.0,336.3 330.1,328.4 332.7,321.6 353.8,316.5 359.1,334.9 346.4,343.3" fill="#726d47" stroke="#726d47" stroke-width="0.5"/><polygon points="359.1,334.9 353.8,316.5 357.1,311.1 382.7,323.0 381.7,327.2 368.7,338.2" fill="#858053" stroke="#858053" stroke-width="0.5"/><polygon points="396.1,345.2 381.7,327.2 382.7,323.0 390.0,315.1 409.1,331.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="409.1,331.5 390.3,315.4 401.2,307.6 419.6,311.7 414.7,330.8" fill="#7d784e" stroke="#7d784e" stroke-width="0.5"/><polygon points="414.7,330.8 419.6,311.7 425.2,307.9 438.5,314.5 439.9,327.8 426.1,340.4" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="439.9,327.8 438.5,314.5 451.0,307.6 462.0,310.3 464.9,328.3 460.2,335.8 458.2,336.2" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="464.9,328.3 462.0,310.3 467.7,305.6 488.1,312.9 486.9,326.9" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="486.6,330.8 488.3,310.5 506.8,310.5 512.2,317.6 507.0,330.8" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="507.0,330.8 512.2,317.6 527.2,315.8 532.6,321.9 532.2,331.3 512.6,338.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="532.2,331.3 532.6,321.9 551.2,317.2 556.5,338.1 538.3,339.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,310.5 576.0,338.0 556.6,338.6 551.2,317.2 555.3,310.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="14.8,364.8 5.7,340.4 11.8,337.0 29.0,338.7 32.7,343.4 33.0,360.5 24.6,367.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="32.7,343.4 29.0,338.7 34.1,320.5 44.8,315.8 56.4,337.5" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="33.0,360.5 32.7,343.4 56.4,337.5 62.1,340.2 63.4,346.9 47.3,363.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="63.4,346.9 62.1,340.2 67.5,334.8 87.9,330.5 89.7,331.4 96.2,350.7 89.8,359.1 78.5,360.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="96.2,350.7 89.7,331.4 107.7,320.6 114.1,321.4 115.0,323.4 110.9,348.9" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="110.9,348.9 115.0,323.4 133.5,335.8 129.5,355.9 126.4,356.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="129.5,355.9 133.5,335.8 141.0,330.2 151.5,328.9 159.6,332.9 158.2,342.6 136.8,358.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="158.2,342.6 159.6,332.9 162.1,331.7 170.1,331.4 182.9,340.6 182.4,360.0 174.7,364.4 170.6,363.1" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="182.4,360.0 182.9,340.6 195.0,334.5 206.2,339.9 195.2,361.9" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="202.4,368.3 195.2,361.9 206.2,339.9 209.2,339.3 223.4,359.8 219.0,365.1" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="223.4,359.8 204.7,332.9 231.7,333.3 237.0,355.9" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="237.5,358.5 231.7,333.3 240.4,322.5 245.0,321.4 258.7,336.9 253.7,354.2" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="253.7,354.2 258.7,336.9 272.3,332.6 283.5,339.3 282.0,359.1 267.5,363.5" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="282.0,359.1 283.5,339.3 290.1,336.0 305.8,340.6 310.6,353.8 302.0,361.8 289.7,363.7" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="310.6,353.8 305.8,340.6 313.2,329.8 330.1,328.4 333.0,336.3 321.0,355.1" fill="#9ea1a4" stroke="#9ea1a4" stroke-width="0.5"/><polygon points="321.0,355.1 333.0,336.3 346.4,343.3 348.8,364.6 330.4,365.8" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="348.7,364.0 346.4,343.3 359.1,334.9 368.7,338.2 373.6,356.5" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="373.6,356.5 368.7,338.2 381.7,327.2 396.1,345.2 395.1,356.9 379.5,359.8" fill="#6a6642" stroke="#6a6642" stroke-width="0.5"/><polygon points="395.1,356.9 396.1,345.2 409.1,331.5 414.7,330.8 426.1,340.4 426.3,342.7 415.0,359.3 400.7,360.8" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="426.3,342.7 426.1,340.4 439.9,327.8 458.2,336.2 443.7,354.3" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="445.8,363.7 443.7,354.3 458.2,336.2 460.2,335.8 472.9,352.3 463.2,368.6" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="472.9,352.3 460.2,335.8 464.9,328.3 490.9,326.6 486.0,351.0" fill="#345631" stroke="#345631" stroke-width="0.5"/><polygon points="486.0,351.0 490.0,330.8 507.0,330.8 512.6,338.7 512.6,346.9 498.4,361.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="512.6,346.9 512.6,338.7 532.2,331.3 538.3,339.8 532.3,355.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="534.5,361.9 532.3,355.8 538.3,339.8 557.3,338.0 551.9,367.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,338.0 576.0,365.9 552.4,365.0 557.2,338.6" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="0.0,371.2 0.0,339.9 5.7,340.4 14.8,364.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="61.4,396.0 28.4,396.0 24.6,367.1 33.0,360.5 47.3,363.9 61.4,388.3" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="61.4,388.3 47.3,363.9 63.4,346.9 78.5,360.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="108.4,396.0 61.4,396.0 61.4,388.3 78.5,360.1 89.8,359.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="107.5,394.4 89.8,359.1 96.2,350.7 110.9,348.9 126.4,356.7" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="145.5,396.0 106.7,396.0 126.4,356.7 129.5,355.9 136.8,358.6 147.2,370.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="147.2,370.9 136.8,358.6 158.2,342.6 170.6,363.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="176.8,396.0 145.5,396.0 147.2,370.9 170.6,363.1 174.7,364.4" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="198.9,396.0 176.8,396.0 174.7,364.4 182.4,360.0 195.2,361.9 202.4,368.3" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="228.8,396.0 198.9,396.0 202.4,368.3 219.0,365.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="243.6,396.0 228.8,396.0 219.0,365.1 223.4,359.8 241.2,354.7" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="262.6,396.0 243.6,396.0 241.4,357.5 253.7,354.2 267.5,363.5" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="289.2,396.0 262.6,396.0 267.5,363.5 282.0,359.1 289.7,363.7" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="319.1,396.0 289.2,396.0 289.7,363.7 302.0,361.8" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="317.5,392.7 302.0,361.8 310.6,353.8 321.0,355.1 330.4,365.8" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="357.6,396.0 315.9,396.0 330.4,365.8 348.4,364.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="373.5,396.0 357.6,396.0 348.2,364.2 373.6,356.5 379.5,359.8" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="401.5,396.0 373.5,396.0 379.5,359.8 395.1,356.9 400.7,360.8" fill="#8f8366" stroke="#8f8366" stroke-width="0.5"/><polygon points="429.2,396.0 401.5,396.0 400.7,360.8 415.0,359.3 431.6,377.0" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="431.6,377.0 415.0,359.3 426.3,342.7 443.7,354.3 445.8,363.7" fill="#7c8177" stroke="#7c8177" stroke-width="0.5"/><polygon points="475.4,396.0 429.2,396.0 431.6,377.0 445.8,363.7 463.2,368.6" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="475.3,395.8 463.2,368.6 472.9,352.3 486.0,351.0 498.4,361.1 498.4,361.1" fill="#3d7ea6" stroke="#3d7ea6" stroke-width="0.5"/><polygon points="519.4,396.0 475.2,396.0 498.4,361.1 518.8,377.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="518.8,377.9 498.4,361.1 498.4,361.1 512.6,346.9 532.3,355.8 534.5,361.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="550.2,396.0 519.4,396.0 518.8,377.9 534.5,361.9 549.2,366.8" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="576.0,365.9 576.0,396.0 550.2,396.0 549.2,364.9" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/><polygon points="28.4,396.0 0.0,396.0 0.0,371.2 14.8,364.8 24.6,367.1" fill="#1f4e6b" stroke="#1f4e6b" stroke-width="0.5"/></g><path d="M164.2,37.2 L165.7,23.8 M165.7,23.8 L175.5,20.0 M175.5,20.0 L186.2,23.4 M186.2,23.4 L195.8,20.2 M195.8,20.2 L202.7,23.3 M202.7,23.3 L222.9,11.9 M222.9,11.9 L230.3,41.3 M246.6,33.5 L249.3,24.1 M249.3,24.1 L275.1,21.4 M275.0,22.5 L283.5,18.5 M283.5,18.5 L294.7,22.4 M294.7,22.4 L300.4,39.3 M342.7,22.3 L355.5,24.0 M355.5,24.0 L355.5,49.9 M334.7,33.0 L342.7,22.3 M90.6,57.9 L91.7,48.5 M91.7,48.5 L110.6,43.8 M110.6,43.8 L120.0,51.3 M120.0,51.3 L135.1,29.1 M135.1,29.1 L144.1,41.9 M144.1,41.9 L154.3,44.6 M154.3,44.6 L164.2,37.2 M228.3,39.3 L246.6,33.5 M300.4,39.3 L310.7,42.0 M310.7,42.0 L319.9,30.9 M319.9,30.9 L334.7,33.0 M363.3,51.3 L377.1,34.1 M377.1,34.1 L393.4,43.5 M393.4,43.5 L391.7,51.7 M391.7,51.7 L393.5,56.0 M95.8,77.7 L92.3,58.2 M355.5,49.9 L363.3,51.3 M393.5,56.0 L404.7,65.1 M404.7,65.1 L418.5,63.2 M418.5,63.2 L418.5,85.5 M60.2,100.7 L52.9,85.0 M52.9,85.0 L67.5,73.4 M67.5,73.4 L79.6,84.2 M79.6,84.2 L91.1,84.1 M91.1,84.1 L95.8,77.7 M420.5,87.6 L438.3,86.3 M438.3,86.3 L442.1,89.1 M442.1,89.1 L444.2,99.2 M46.0,114.5 L60.2,100.7 M53.0,124.2 L46.0,114.5 M330.8,127.3 L318.7,131.2 M335.5,130.0 L330.8,127.3 M375.8,127.6 L353.3,131.7 M378.8,129.6 L375.8,127.6 M425.0,129.2 L405.1,130.2 M446.9,101.9 L463.6,104.7 M463.6,104.7 L468.4,111.6 M472.0,113.4 L483.8,109.7 M483.8,109.7 L498.4,123.6 M498.4,123.6 L490.1,136.3 M40.3,149.6 L53.0,124.2 M291.5,145.3 L290.5,147.0 M290.5,147.0 L275.0,152.1 M300.1,142.8 L291.5,145.3 M338.2,148.7 L335.5,130.0 M359.1,125.3 L357.3,145.3 M357.3,145.3 L344.0,152.0 M344.0,152.0 L338.2,148.7 M381.9,145.1 L378.8,129.6 M405.1,130.2 L400.9,150.1 M400.9,150.1 L381.9,145.1 M428.0,143.9 L425.0,129.2 M445.7,150.4 L428.0,143.9 M468.4,111.6 L472.0,113.4 M490.1,136.3 L490.4,140.5 M42.1,156.8 L42.4,149.5 M275.0,152.1 L271.2,166.4 M271.2,166.4 L258.7,170.3 M318.7,131.2 L322.3,160.3 M322.3,160.3 L300.1,142.8 M446.4,157.1 L445.7,150.4 M467.4,170.5 L446.4,157.1 M490.4,140.5 L496.1,148.4 M496.1,148.4 L504.4,152.0 M504.4,152.0 L506.9,162.1 M42.2,183.2 L36.9,164.6 M36.9,164.6 L42.1,156.8 M258.7,170.3 L257.8,188.8 M506.9,162.1 L516.1,167.4 M516.1,167.4 L518.0,188.7 M45.0,202.5 L41.2,183.5 M46.0,203.0 L45.0,202.5 M257.8,188.8 L269.2,196.7 M269.2,196.7 L266.9,214.1 M266.9,214.1 L247.4,214.1 M465.4,199.7 L461.0,178.6 M461.0,178.6 L467.4,170.5 M516.3,187.6 L528.3,196.6 M528.3,196.6 L529.6,211.5 M48.9,229.2 L46.0,203.0 M247.4,214.1 L240.5,232.5 M452.3,223.7 L444.0,211.0 M444.0,211.0 L449.1,202.6 M449.1,202.6 L465.4,199.7 M529.6,211.5 L527.8,232.3 M46.7,251.0 L48.7,229.3 M49.8,254.4 L46.7,251.0 M240.5,232.5 L243.1,237.9 M247.7,239.2 L266.3,232.9 M266.3,232.9 L270.4,235.7 M270.4,235.7 L274.0,247.8 M417.2,246.7 L428.5,231.6 M428.5,231.6 L445.7,237.7 M445.7,237.7 L452.3,223.7 M527.8,232.3 L530.2,234.5 M530.2,234.5 L523.6,257.8 M50.8,262.8 L49.8,254.4 M72.7,267.7 L50.8,262.8 M76.0,277.4 L72.7,267.7 M243.1,237.9 L247.7,239.2 M274.0,247.8 L283.3,252.3 M283.3,252.3 L293.5,246.1 M293.5,246.1 L308.7,249.4 M308.8,248.3 L331.7,253.6 M331.7,253.6 L336.2,249.9 M336.2,249.9 L346.0,249.9 M346.0,249.9 L355.1,260.2 M355.1,260.2 L371.4,254.0 M371.4,254.0 L375.3,246.2 M375.3,246.2 L397.0,248.4 M397.0,248.4 L402.7,245.3 M402.7,245.3 L412.0,249.4 M412.0,249.4 L417.2,246.7 M523.6,257.8 L529.1,263.7 M79.8,289.0 L79.0,276.7 M94.5,298.3 L79.8,289.0 M529.1,263.7 L542.6,265.5 M542.6,265.5 L545.0,279.8 M545.0,279.8 L526.5,293.6 M93.8,302.1 L94.5,298.3 M114.1,321.4 L107.7,320.6 M107.7,320.6 L93.8,302.1 M159.6,332.9 L151.5,328.9 M526.5,293.6 L530.2,300.8 M530.2,300.8 L527.2,315.8 M527.2,315.8 L512.2,317.6 M115.0,323.4 L114.1,321.4 M141.0,330.2 L133.5,335.8 M133.5,335.8 L115.0,323.4 M151.5,328.9 L141.0,330.2 M512.2,317.6 L507.0,330.8 M507.0,330.8 L486.6,330.8 M158.2,342.6 L159.6,332.9 M182.4,360.0 L174.7,364.4 M174.7,364.4 L170.6,363.1 M170.6,363.1 L158.2,342.6 M195.2,361.9 L182.4,360.0 M202.4,368.3 L195.2,361.9 M223.4,359.8 L219.0,365.1 M219.0,365.1 L202.4,368.3 M237.0,355.9 L223.4,359.8 M348.8,364.6 L330.4,365.8 M415.0,359.3 L400.7,360.8 M472.9,352.3 L463.2,368.6 M463.2,368.6 L445.8,363.7 M490.9,326.6 L486.0,351.0 M486.0,351.0 L472.9,352.3 M243.6,396.0 L241.4,357.5 M330.4,365.8 L317.5,392.7 M357.6,396.0 L348.2,364.2 M400.7,360.8 L401.5,396.0 M431.6,377.0 L415.0,359.3 M445.8,363.7 L431.6,377.0" fill="none" stroke="#283640" stroke-width="2.0" stroke-linecap="round"/><g opacity="0.9"><path d="M99.0,243.0 L85.5,265.5" fill="none" stroke="#4a82af" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/><path d="M121.5,238.5 L99.0,243.0" fill="none" stroke="#4a82af" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M227.2,164.2 L247.5,180.0" fill="none" stroke="#4a82af" stroke-width="1.0" stroke-linecap="round" stroke-linejoin="round"/><path d="M205.9,151.9 L227.2,164.2" fill="none" stroke="#4a82af" stroke-width="0.9" stroke-linecap="round" stroke-linejoin="round"/></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="630" height="630" viewBox="0 0 630 630"><rect width="630" height="630" fill="#c9d2bb"/><polygon points="91.0,357.2 94.9,318.9 104.2,280.9 118.4,244.2 137.1,209.5 159.8,177.5 186.1,149.0 215.3,124.5 246.7,104.5 279.9,89.6 313.9,80.1 348.0,76.3 381.3,78.5 413.0,86.6 442.3,100.4 468.2,119.7 490.3,143.9 507.8,172.2 520.5,204.0 528.1,238.3 530.4,274.4 527.7,311.2 519.9,348.1 507.3,384.3 490.3,419.0 469.0,451.4 443.9,481.0 415.5,507.0 384.3,528.7 350.9,545.5 316.2,556.7 280.9,562.0 246.1,560.9 212.7,553.4 181.8,539.5 154.3,519.7 131.1,494.5 112.8,464.7 99.9,431.2 92.6,395.0" fill="#e6dcc0"/><g stroke="#4a4230" stroke-width="1" stroke-linejoin="round"><polygon points="443.8,256.3 438.2,238.4 459.1,194.5 493.3,198.5 490.5,256.7 463.8,267.8" fill="#d8cdb0"/><polygon points="423.2,173.9 389.2,212.6 384.7,209.3 369.3,162.0 410.8,152.7" fill="#cdbf9e"/><polygon points="92.4,343.3 94.9,318.9 104.2,280.9 110.6,264.2 157.6,294.7 149.1,320.2 97.5,344.1" fill="#c2b48f"/><polygon points="462.0,459.8 443.9,481.0 415.5,507.0 395.0,521.3 388.4,451.1 436.9,447.7" fill="#c2b48f"/><polygon points="163.6,457.8 154.9,429.0 189.0,425.4 199.0,457.9 193.8,465.1" fill="#dfd6c0"/><polygon points="227.5,556.7 212.7,553.4 181.8,539.5 164.3,526.9 172.7,505.2 196.7,487.6 239.6,509.1" fill="#dfd6c0"/><polygon points="120.8,477.7 112.8,464.7 109.9,457.2 149.2,424.7 154.9,429.0 163.6,457.8 149.6,474.3" fill="#cdbf9e"/><polygon points="459.1,194.5 438.2,238.4 389.7,214.2 389.2,212.6 423.2,173.9 448.6,180.3" fill="#d8cdb0"/><polygon points="473.9,125.9 490.3,143.9 507.8,172.2 514.0,187.8 493.3,198.5 459.1,194.5 448.6,180.3" fill="#cdbf9e"/><polygon points="140.4,204.8 159.8,177.5 186.1,149.0 191.9,144.1 222.0,176.0 223.1,202.0 196.1,232.1" fill="#d8cdb0"/><polygon points="281.0,148.6 296.0,190.6 267.3,218.2 223.1,202.0 222.0,176.0" fill="#d8cdb0"/><polygon points="383.8,447.6 349.9,403.4 349.9,393.3 366.7,378.6 401.7,381.7" fill="#cdbf9e"/><polygon points="200.4,410.6 174.3,382.4 172.6,366.8 210.5,350.9 227.5,397.9 214.6,409.1" fill="#c2b48f"/><polygon points="189.0,425.4 154.9,429.0 149.2,424.7 148.3,421.5 174.3,382.4 200.4,410.6" fill="#dfd6c0"/><polygon points="164.3,526.9 154.3,519.7 131.1,494.5 120.8,477.7 149.6,474.3 172.7,505.2" fill="#cdbf9e"/><polygon points="462.5,381.7 423.2,384.4 411.2,377.6 415.1,330.6 432.5,327.0 473.8,349.9" fill="#dfd6c0"/><polygon points="298.6,338.1 257.8,298.6 262.8,272.7 273.2,263.7 309.1,265.7 327.0,326.2 309.7,337.9" fill="#d9c08a"/><polygon points="214.6,409.1 227.5,397.9 255.7,399.8 259.0,446.3 245.7,454.6 227.7,448.4" fill="#d8cdb0"/><polygon points="345.4,130.7 354.1,153.9 324.2,200.9 296.0,190.6 281.0,148.6 282.0,144.7" fill="#cdbf9e"/><polygon points="384.7,209.3 389.2,212.6 389.7,214.2 368.6,262.3 327.8,252.5 326.0,203.4" fill="#b9a98c"/><polygon points="411.6,327.3 360.6,319.3 369.6,263.9 411.1,276.3" fill="#b9a98c"/><polygon points="413.6,131.8 410.8,152.7 369.3,162.0 354.1,153.9 345.4,130.7 355.0,106.7" fill="#c2b48f"/><polygon points="346.5,461.9 312.2,446.7 349.9,403.4 383.8,447.6 383.9,448.3" fill="#cdbf9e"/><polygon points="268.3,364.7 220.4,336.0 220.7,328.8 257.8,298.6 298.6,338.1" fill="#cdbf9e"/><polygon points="240.8,508.1 245.7,454.6 259.0,446.3 300.0,454.2 292.8,503.5" fill="#cdbf9e"/><polygon points="149.1,320.2 157.6,294.7 178.9,288.8 220.7,328.8 220.4,336.0 210.5,350.9 172.6,366.8 166.1,363.4" fill="#d8cdb0"/><polygon points="514.0,187.8 520.5,204.0 528.1,238.3 529.8,265.3 490.5,256.7 493.3,198.5" fill="#cdbf9e"/><polygon points="389.7,214.2 438.2,238.4 443.8,256.3 411.1,276.3 369.6,263.9 368.6,262.3" fill="#cdbf9e"/><polygon points="345.3,547.3 338.1,549.6 292.8,503.5 300.0,454.2 310.4,446.7 312.2,446.7 346.5,461.9" fill="#c2b48f"/><polygon points="388.4,451.1 395.0,521.3 384.3,528.7 350.9,545.5 345.3,547.3 346.5,461.9 383.9,448.3" fill="#d8cdb0"/><polygon points="110.6,264.2 118.4,244.2 137.1,209.5 140.4,204.8 196.1,232.1 199.6,251.3 178.9,288.8 157.6,294.7" fill="#d8cdb0"/><polygon points="255.7,399.8 227.5,397.9 210.5,350.9 220.4,336.0 268.3,364.7 267.1,390.7" fill="#cdbf9e"/><polygon points="309.1,265.7 273.2,263.7 267.3,218.2 296.0,190.6 324.2,200.9 326.0,203.4 327.8,252.5" fill="#cdbf9e"/><polygon points="444.6,102.2 468.2,119.7 473.9,125.9 448.6,180.3 423.2,173.9 410.8,152.7 413.6,131.8" fill="#cdbf9e"/><polygon points="109.9,457.2 99.9,431.2 95.2,408.0 123.8,400.6 148.3,421.5 149.2,424.7" fill="#cdbf9e"/><polygon points="239.6,509.1 196.7,487.6 193.8,465.1 199.0,457.9 227.7,448.4 245.7,454.6 240.8,508.1" fill="#c2b48f"/><polygon points="97.5,344.1 149.1,320.2 166.1,363.4 131.1,373.9" fill="#d8cdb0"/><polygon points="196.1,232.1 223.1,202.0 267.3,218.2 273.2,263.7 262.8,272.7 199.6,251.3" fill="#cdbf9e"/><polygon points="369.3,162.0 384.7,209.3 326.0,203.4 324.2,200.9 354.1,153.9" fill="#c2b48f"/><polygon points="191.9,144.1 215.3,124.5 246.7,104.5 262.1,97.6 282.0,144.7 281.0,148.6 222.0,176.0" fill="#cdbf9e"/><polygon points="166.1,363.4 172.6,366.8 174.3,382.4 148.3,421.5 123.8,400.6 131.1,373.9" fill="#cdbf9e"/><polygon points="338.1,549.6 316.2,556.7 280.9,562.0 246.1,560.9 227.5,556.7 239.6,509.1 240.8,508.1 292.8,503.5" fill="#d8cdb0"/><polygon points="415.1,330.6 411.2,377.6 401.7,381.7 366.7,378.6 349.0,326.8 360.6,319.3 411.6,327.3" fill="#d8cdb0"/><polygon points="491.8,415.9 490.3,419.0 469.0,451.4 462.0,459.8 436.9,447.7 423.2,384.4 462.5,381.7" fill="#cdbf9e"/><polygon points="366.7,378.6 349.9,393.3 320.3,383.6 309.7,337.9 327.0,326.2 349.0,326.8" fill="#cdbf9e"/><polygon points="327.0,326.2 309.1,265.7 327.8,252.5 368.6,262.3 369.6,263.9 360.6,319.3 349.0,326.8" fill="#d8cdb0"/><polygon points="199.0,457.9 189.0,425.4 200.4,410.6 214.6,409.1 227.7,448.4" fill="#dfd6c0"/><polygon points="443.8,256.3 463.8,267.8 465.3,289.5 432.5,327.0 415.1,330.6 411.6,327.3 411.1,276.3" fill="#d8cdb0"/><polygon points="259.0,446.3 255.7,399.8 267.1,390.7 297.6,402.1 310.4,446.7 300.0,454.2" fill="#cdbf9e"/><polygon points="436.9,447.7 388.4,451.1 383.9,448.3 383.8,447.6 401.7,381.7 411.2,377.6 423.2,384.4" fill="#dfd6c0"/><polygon points="149.6,474.3 163.6,457.8 193.8,465.1 196.7,487.6 172.7,505.2" fill="#c2b48f"/><polygon points="91.0,357.2 92.4,343.3 97.5,344.1 131.1,373.9 123.8,400.6 95.2,408.0 92.6,395.0" fill="#c2b48f"/><polygon points="349.9,393.3 349.9,403.4 312.2,446.7 310.4,446.7 297.6,402.1 320.3,383.6" fill="#cdbf9e"/><polygon points="352.9,76.6 381.3,78.5 413.0,86.6 442.3,100.4 444.6,102.2 413.6,131.8 355.0,106.7" fill="#c2b48f"/><polygon points="522.9,333.8 519.9,348.1 507.3,384.3 491.8,415.9 462.5,381.7 473.8,349.9 504.8,332.4" fill="#d8cdb0"/><polygon points="262.1,97.6 279.9,89.6 313.9,80.1 348.0,76.3 352.9,76.6 355.0,106.7 345.4,130.7 282.0,144.7" fill="#c2b48f"/><polygon points="504.8,332.4 473.8,349.9 432.5,327.0 465.3,289.5" fill="#dfd6c0"/><polygon points="297.6,402.1 267.1,390.7 268.3,364.7 298.6,338.1 309.7,337.9 320.3,383.6" fill="#c2b48f"/><polygon points="262.8,272.7 257.8,298.6 220.7,328.8 178.9,288.8 199.6,251.3" fill="#dfd6c0"/><polygon points="529.8,265.3 530.4,274.4 527.7,311.2 522.9,333.8 504.8,332.4 465.3,289.5 463.8,267.8 490.5,256.7" fill="#cdbf9e"/></g><g fill="#7d6c52" stroke="#4a3e2e" stroke-width="0.5" stroke-linejoin="round"><polygon points="449.2,225.0 461.6,199.0 489.0,202.2 487.7,226.9"/><polygon points="447.3,253.5 442.7,238.7 445.3,233.2 487.3,235.2 486.4,253.9 464.1,263.1"/><polygon points="413.4,180.6 408.0,186.9 394.9,175.5 400.4,169.2"/><polygon points="419.8,173.6 417.3,176.5 404.0,164.9 410.4,157.5"/><polygon points="390.6,171.6 380.3,162.6 402.8,157.6"/><polygon points="402.9,191.3 388.7,207.6 387.9,207.0 382.0,189.1 395.4,184.8"/><polygon points="379.1,183.1 373.0,164.1 373.2,164.1 390.7,179.4"/><polygon points="146.2,318.5 132.2,325.0 128.5,317.0 142.5,310.5"/><polygon points="126.3,311.7 121.8,302.0 135.4,295.7 139.9,305.4"/><polygon points="146.0,290.6 154.1,295.9 149.1,311.2 140.7,293.1"/><polygon points="109.5,275.5 112.1,268.9 124.8,277.1 116.3,290.1"/><polygon points="129.8,280.1 140.3,286.9 119.2,296.7 119.1,296.6"/><polygon points="101.0,307.0 106.6,283.8 114.5,300.7"/><polygon points="106.6,311.8 116.7,307.2 125.9,326.9 115.8,331.5"/><polygon points="96.1,340.5 98.2,319.5 99.4,314.8 100.1,314.5 109.5,334.9 97.0,340.6"/><polygon points="412.5,506.2 397.0,517.1 396.1,507.8"/><polygon points="396.6,502.0 395.6,490.8 413.5,489.1 414.6,500.3"/><polygon points="434.6,486.2 420.4,499.2 419.3,487.7"/><polygon points="450.1,468.6 441.6,478.7 440.3,479.9 428.7,481.0 427.7,470.7"/><polygon points="455.9,461.0 427.5,463.7 426.4,452.2 436.2,451.5"/><polygon points="406.0,483.5 394.5,484.6 393.3,471.9 404.8,470.8"/><polygon points="422.7,482.0 411.6,483.1 410.4,470.2 421.4,469.2"/><polygon points="392.8,466.1 391.6,453.8 404.5,452.9 405.4,464.9"/><polygon points="410.1,452.2 420.0,451.5 421.1,463.7 410.9,464.7"/><polygon points="166.5,454.7 159.8,432.2 171.3,431.0 174.0,456.5"/><polygon points="193.0,448.4 195.8,457.4 192.6,461.8 181.0,459.0 180.0,449.8"/><polygon points="177.8,429.5 186.9,428.6 191.3,442.7 179.4,443.9"/><polygon points="210.0,498.1 220.8,503.5 212.4,520.3 204.9,518.4"/><polygon points="226.8,506.3 235.8,510.9 232.1,525.4 218.9,522.1"/><polygon points="193.8,494.1 197.0,491.8 203.6,495.1 198.2,516.5 188.7,514.1"/><polygon points="173.0,511.2 174.7,506.8 186.5,498.1 182.6,513.6"/><polygon points="175.4,531.8 167.3,526.0 171.2,515.9 179.0,517.8"/><polygon points="189.8,539.7 183.4,536.8 180.5,534.7 184.3,519.8 194.2,522.3"/><polygon points="207.5,547.1 196.2,542.0 200.6,524.5 212.5,527.6"/><polygon points="224.8,552.4 214.3,550.0 219.6,529.3 230.0,532.0"/><polygon points="120.5,469.9 116.2,463.0 114.4,458.3 128.6,446.7 136.7,456.5"/><polygon points="126.1,474.1 141.7,461.2 149.1,470.2 148.1,471.5"/><polygon points="157.5,447.2 160.5,457.1 153.0,465.9 145.7,457.0"/><polygon points="134.2,441.8 149.3,429.3 151.8,431.2 154.8,441.1 142.2,451.5"/><polygon points="454.2,194.9 436.2,232.7 419.9,224.6 440.8,182.6 446.1,184.0"/><polygon points="412.3,220.8 395.2,212.2 424.6,178.6 432.5,180.5"/><polygon points="458.5,187.7 452.7,179.9 461.9,160.0 469.7,163.6"/><polygon points="473.5,192.5 464.7,191.4 476.2,166.8 483.8,170.3"/><polygon points="499.0,192.7 492.9,195.8 479.6,194.3 483.6,185.6"/><polygon points="507.8,181.0 509.9,186.3 504.7,189.0 486.7,180.6 490.3,172.9"/><polygon points="493.0,153.7 504.9,173.0 487.8,165.0"/><polygon points="486.7,152.5 482.3,161.9 464.7,153.7 469.0,144.3"/><polygon points="474.6,130.5 488.2,145.4 489.3,147.2 470.8,138.6"/><polygon points="208.1,167.3 217.9,177.7 218.9,200.5 195.1,226.9 182.1,220.5"/><polygon points="169.8,172.9 189.0,152.1 191.6,149.9 201.9,160.8 190.9,183.3"/><polygon points="146.7,203.2 163.1,180.2 163.9,179.4 187.2,190.8 174.5,216.8"/><polygon points="263.9,212.4 227.2,199.1 226.3,178.6 244.3,170.3"/><polygon points="287.5,179.3 291.1,189.5 271.3,208.5 263.0,190.6"/><polygon points="278.6,154.4 284.6,171.4 259.5,183.0 252.0,166.7"/><polygon points="378.5,382.4 398.1,384.2 395.9,392.2 377.2,387.1"/><polygon points="393.9,397.9 391.3,407.6 373.4,402.7 376.1,393.1"/><polygon points="353.2,397.1 353.2,394.8 367.9,382.0 372.2,382.4 367.1,400.9"/><polygon points="382.1,439.1 369.7,422.9 383.0,412.7 388.9,414.3"/><polygon points="364.8,418.1 353.8,403.7 375.8,409.7"/><polygon points="181.9,385.6 177.6,380.9 176.3,369.0 186.0,364.9 193.0,381.6"/><polygon points="191.6,361.9 208.8,354.7 211.6,362.5 194.5,368.7"/><polygon points="213.7,367.7 216.0,374.1 199.1,380.2 196.5,373.9"/><polygon points="201.6,407.3 186.5,391.0 198.0,386.8 205.2,406.9"/><polygon points="204.8,385.1 217.2,380.6 223.0,396.7 213.0,405.5 212.2,405.5"/><polygon points="165.7,424.5 155.9,425.6 152.2,422.7 152.0,422.0 161.5,407.7 172.2,414.7"/><polygon points="187.7,423.5 171.7,425.2 177.4,416.6"/><polygon points="164.8,402.2 174.7,387.3 182.6,395.8 171.1,406.4"/><polygon points="186.7,400.4 196.2,410.8 190.1,418.8 176.5,409.8"/><polygon points="139.8,499.4 133.5,492.7 125.8,480.1 137.8,478.7 140.2,499.1"/><polygon points="143.5,477.8 148.3,477.2 156.1,487.6 145.5,495.4"/><polygon points="162.9,522.2 156.4,517.4 143.9,503.9 149.4,499.8 164.0,519.3"/><polygon points="154.0,496.1 159.3,492.1 169.5,505.7 166.6,513.0"/><polygon points="421.2,332.3 432.0,330.1 444.3,336.9 440.8,343.2"/><polygon points="417.0,346.0 417.8,337.3 437.6,348.3 433.7,355.3"/><polygon points="420.3,378.7 414.9,375.6 416.8,353.6 430.1,361.0"/><polygon points="460.5,379.1 447.5,380.0 446.6,366.5 462.0,375.0"/><polygon points="441.6,380.0 426.6,381.0 437.3,361.8 440.5,363.6"/><polygon points="465.3,348.5 470.2,351.3 463.7,369.6 456.0,365.3"/><polygon points="440.7,356.2 449.5,340.4 459.5,345.9 450.7,361.8"/><polygon points="219.5,410.5 228.9,402.2 251.8,403.8 253.0,421.3 223.8,423.4"/><polygon points="253.6,429.7 254.6,444.0 245.2,450.0 231.0,445.1 226.5,431.6"/><polygon points="287.0,155.4 284.6,148.5 284.8,147.6 308.5,142.4 310.2,150.3"/><polygon points="292.1,169.9 289.3,161.9 311.8,156.9 313.6,165.1"/><polygon points="298.4,186.9 294.7,176.4 314.9,171.9 317.3,182.7"/><polygon points="321.9,197.6 304.9,191.5 319.8,188.2"/><polygon points="342.2,165.6 326.5,190.1 322.0,170.0"/><polygon points="332.0,160.0 320.4,162.5 315.7,141.2 327.3,138.6"/><polygon points="343.1,134.9 350.1,153.4 348.1,156.7 339.4,158.6 334.5,136.8"/><polygon points="330.9,224.4 330.3,208.1 351.1,210.2 349.5,226.3"/><polygon points="347.0,253.0 331.7,249.3 331.1,232.7 348.8,234.5"/><polygon points="383.1,213.4 384.9,214.7 376.5,233.7 358.0,225.6 359.5,211.0"/><polygon points="373.4,241.3 366.3,257.7 354.8,254.9 356.9,234.1"/><polygon points="407.8,322.9 392.3,320.5 395.0,303.0 407.7,305.1"/><polygon points="384.5,318.8 365.4,315.8 368.1,299.1 387.1,302.2"/><polygon points="396.0,275.7 407.4,279.1 407.6,297.4 392.8,295.0"/><polygon points="369.5,290.8 373.0,269.3 388.2,273.9 385.0,293.3"/><polygon points="350.2,127.1 356.8,110.9 366.1,114.9 359.2,131.0"/><polygon points="372.0,117.6 382.5,122.1 375.8,137.8 365.3,133.3"/><polygon points="367.2,156.7 357.1,151.3 351.0,134.9 372.6,144.2"/><polygon points="394.7,153.5 373.7,158.2 378.6,146.7"/><polygon points="391.9,145.7 381.6,141.3 388.6,124.7 398.9,129.1"/><polygon points="410.4,133.6 408.2,150.3 403.9,151.2 397.5,148.5 404.9,131.3"/><polygon points="334.0,452.3 318.3,445.4 329.7,432.3 342.1,443.1"/><polygon points="346.6,459.1 339.3,455.9 347.6,446.4 357.5,455.1"/><polygon points="333.9,426.7 340.6,419.1 355.4,432.1 347.2,438.3"/><polygon points="344.4,414.2 349.8,408.0 363.7,426.2 360.7,428.5"/><polygon points="367.1,432.0 378.1,446.4 363.4,451.7 353.1,442.7"/><polygon points="228.8,337.4 223.6,334.3 223.7,330.3 237.4,319.2 242.9,325.9"/><polygon points="243.5,346.5 234.0,340.8 246.8,330.4 252.4,337.3"/><polygon points="267.3,312.2 271.9,316.7 256.4,332.7 250.7,325.7"/><polygon points="242.1,315.3 257.7,302.6 263.0,307.7 246.7,321.0"/><polygon points="257.6,354.7 248.8,349.5 261.0,337.0 268.1,343.9"/><polygon points="268.0,361.7 262.0,358.0 272.4,347.3 278.1,352.8"/><polygon points="265.2,332.6 276.5,320.9 283.8,327.9 272.4,339.6"/><polygon points="288.1,331.8 294.5,338.0 281.8,349.1 276.5,343.9"/><polygon points="244.2,504.7 245.1,495.2 266.3,497.2 265.8,502.8"/><polygon points="246.1,488.7 247.0,478.5 267.5,480.4 266.5,490.6"/><polygon points="291.1,496.7 290.5,501.1 271.6,502.7 272.3,494.9"/><polygon points="274.0,480.6 292.8,482.3 291.6,490.9 273.2,489.3"/><polygon points="274.1,452.5 283.1,454.2 279.1,474.7 272.1,474.1"/><polygon points="289.3,455.2 296.5,456.6 293.7,476.2 285.4,475.4"/><polygon points="248.2,457.0 248.3,456.2 259.5,449.2 268.3,450.8 267.6,458.7"/><polygon points="247.3,471.9 248.1,462.8 266.6,464.5 265.8,473.6"/><polygon points="153.6,320.1 160.8,298.2 177.7,293.5 194.8,309.8 162.7,343.3"/><polygon points="193.4,353.5 172.8,362.1 169.4,360.4 166.1,351.9 178.4,339.1"/><polygon points="200.9,315.6 216.5,330.5 216.3,334.6 207.7,347.5 201.9,349.9 184.2,333.0"/><polygon points="522.2,229.3 524.3,238.9 525.7,260.5 514.0,258.0 520.3,229.2"/><polygon points="494.6,235.3 495.0,227.3 513.5,228.2 511.1,238.9"/><polygon points="507.1,257.1 493.8,254.2 494.4,241.7 509.7,245.0"/><polygon points="512.3,192.7 517.2,205.0 521.0,222.1 510.9,221.6"/><polygon points="504.1,221.2 495.7,220.8 496.7,200.6 505.3,196.2"/><polygon points="383.0,264.4 372.7,261.4 380.4,243.8 390.2,248.1"/><polygon points="404.4,253.9 396.9,269.0 388.9,266.6 396.1,250.3"/><polygon points="391.4,219.0 401.4,224.0 392.6,241.7 383.3,237.6"/><polygon points="407.6,226.7 415.7,230.8 406.9,248.3 398.6,244.6"/><polygon points="427.6,262.0 410.6,272.4 403.5,270.3 411.6,254.1"/><polygon points="435.9,240.2 436.0,240.2 440.7,255.2 434.8,258.8 428.3,255.5"/><polygon points="421.4,233.4 430.6,238.1 423.4,252.5 414.2,247.9"/><polygon points="342.6,477.3 342.4,491.4 324.9,491.1 325.1,477.0"/><polygon points="325.0,456.0 343.2,464.0 343.1,470.3 324.8,470.0"/><polygon points="301.7,466.4 303.2,456.1 311.5,450.2 318.3,453.2 318.1,466.6"/><polygon points="310.3,472.9 318.5,473.1 318.2,491.7 310.1,491.6"/><polygon points="297.2,491.7 300.0,472.5 304.7,472.5 304.4,491.8"/><polygon points="325.5,523.2 342.7,506.3 342.5,523.5"/><polygon points="342.0,544.9 339.0,545.9 323.0,529.6 342.2,529.9"/><polygon points="316.5,523.2 306.1,512.7 318.9,500.1 318.6,521.2"/><polygon points="301.8,508.8 295.7,502.6 296.5,497.1 313.5,497.3"/><polygon points="325.2,497.9 342.1,498.2 324.9,515.0"/><polygon points="389.5,506.9 390.6,519.2 382.2,525.1 349.5,541.5 350.1,506.3"/><polygon points="384.4,453.6 386.3,473.2 350.5,476.6 350.7,464.8 383.4,452.9"/><polygon points="387.1,481.6 388.7,498.5 350.2,497.9 350.4,485.0"/><polygon points="129.9,231.7 140.7,211.7 141.8,210.2 169.5,223.7 158.7,245.8"/><polygon points="115.8,262.6 122.2,245.9 125.9,239.1 155.0,253.3 142.1,279.7"/><polygon points="183.3,272.1 176.1,285.2 158.3,290.2 149.2,284.3 160.6,261.0"/><polygon points="177.0,227.4 192.4,234.9 195.2,250.6 187.4,264.8 164.3,253.5"/><polygon points="215.4,355.6 213.9,351.3 221.4,340.1 230.2,345.4 221.8,359.4"/><polygon points="235.5,348.9 246.4,355.5 238.3,369.0 227.4,362.4"/><polygon points="227.2,387.8 218.9,364.9 235.1,374.6"/><polygon points="254.6,396.3 230.9,394.7 238.2,382.3 257.6,393.9"/><polygon points="265.5,368.1 264.5,389.4 263.4,390.2 255.2,385.3"/><polygon points="241.7,376.4 252.2,359.0 260.7,364.1 250.3,381.5"/><polygon points="322.7,215.6 323.1,226.3 301.4,227.0 301.0,216.4"/><polygon points="300.1,195.8 322.0,203.8 322.5,204.6 322.7,208.5 300.6,209.3"/><polygon points="281.6,207.6 294.3,195.4 294.7,207.1"/><polygon points="285.1,212.7 294.4,212.3 294.9,228.1 285.7,228.4"/><polygon points="271.5,229.1 270.2,219.2 276.8,212.8 279.6,212.7 280.1,228.8"/><polygon points="274.7,246.6 273.2,235.4 294.6,234.6 295.0,245.9"/><polygon points="296.1,261.8 276.0,260.7 275.1,253.4 295.7,252.6"/><polygon points="308.1,262.3 302.5,262.0 302.1,250.2 324.3,249.4 324.4,250.8"/><polygon points="302.0,243.4 301.7,234.2 323.6,233.4 323.9,242.6"/><polygon points="464.8,137.1 460.1,147.0 441.9,138.5 446.5,128.6"/><polygon points="453.5,112.7 466.1,122.1 470.1,126.5 467.9,131.1 449.0,122.3"/><polygon points="438.5,130.7 435.8,136.5 420.3,129.3 429.2,120.8"/><polygon points="444.9,105.9 448.7,108.7 441.1,125.2 433.2,117.0"/><polygon points="415.3,144.5 416.6,134.4 436.0,143.4 431.9,152.2"/><polygon points="424.2,170.1 413.8,152.2 414.0,150.7 429.8,158.1"/><polygon points="450.6,168.3 446.8,176.5 429.9,172.2 435.1,161.1"/><polygon points="457.7,153.3 453.3,162.6 437.7,155.3 442.0,146.0"/><polygon points="132.3,412.8 144.8,423.4 131.6,434.4 121.2,421.9"/><polygon points="108.2,407.6 123.0,403.7 127.9,407.8 116.3,417.4"/><polygon points="102.2,428.7 98.5,410.1 102.2,409.1 111.8,420.7"/><polygon points="111.6,450.9 105.3,434.7 115.2,426.5 125.7,439.2"/><polygon points="241.2,470.2 240.4,479.2 222.4,477.6 223.2,468.6"/><polygon points="224.7,452.6 227.6,451.6 242.4,456.7 241.7,464.1 223.8,462.4"/><polygon points="199.5,461.7 200.6,460.1 218.9,454.0 218.1,463.4"/><polygon points="198.2,475.4 197.1,467.1 217.1,468.9 216.3,477.0"/><polygon points="237.5,504.0 220.5,495.5 226.0,484.6 239.2,485.8"/><polygon points="214.4,493.2 199.3,485.7 198.8,481.4 219.4,483.3"/><polygon points="105.1,345.2 123.3,336.8 137.6,367.6 132.1,369.2"/><polygon points="130.9,333.3 146.8,325.9 160.5,360.6 145.7,365.1"/><polygon points="267.5,247.1 269.5,262.3 262.0,268.7 254.5,266.2 261.7,245.1"/><polygon points="247.7,263.5 236.1,259.6 243.0,239.2 254.6,243.1"/><polygon points="265.3,220.7 267.9,241.0 259.4,238.1"/><polygon points="250.4,215.4 260.0,218.9 254.3,235.6 244.7,232.3"/><polygon points="232.2,209.4 243.6,213.5 237.0,233.1 225.5,229.3"/><polygon points="207.7,223.9 224.1,205.7 225.9,206.4 218.7,227.7"/><polygon points="199.6,233.1 203.1,229.1 213.6,232.7 207.6,250.6 202.4,248.9"/><polygon points="220.1,235.5 234.5,240.4 228.8,257.1 214.5,252.3"/><polygon points="367.0,164.0 372.3,180.5 362.1,183.8 364.2,162.5"/><polygon points="373.5,186.9 379.5,205.2 361.0,203.3 362.2,190.5"/><polygon points="354.1,203.1 343.8,202.0 345.8,182.6 355.6,188.8"/><polygon points="337.9,201.9 327.5,200.8 327.5,200.8 339.9,181.3"/><polygon points="344.8,174.4 355.2,158.1 358.5,159.8 356.3,181.7"/><polygon points="247.7,108.3 248.5,107.8 260.2,102.5 267.1,118.9 254.4,124.2"/><polygon points="228.2,120.5 241.5,112.1 247.8,127.1 233.9,133.0"/><polygon points="256.9,155.6 246.9,160.2 237.3,139.6 248.2,135.0"/><polygon points="275.5,137.3 278.7,145.0 278.3,146.5 263.5,153.4 259.5,144.0"/><polygon points="270.4,124.6 273.4,131.7 257.0,138.6 254.0,131.5"/><polygon points="210.6,133.3 217.5,127.6 222.0,124.7 230.3,142.5 217.6,148.4"/><polygon points="196.1,144.3 205.0,136.8 212.0,152.0 206.0,154.9"/><polygon points="227.4,170.3 222.7,172.5 210.2,159.2 220.2,154.6"/><polygon points="233.8,148.4 241.0,163.9 232.7,167.7 225.5,152.2"/><polygon points="165.7,367.3 169.2,369.1 170.5,381.5 163.6,391.9 153.1,385.0 164.7,367.6"/><polygon points="147.3,382.3 136.4,375.1 156.1,369.1"/><polygon points="133.0,404.0 127.6,399.4 132.9,380.0 144.0,387.4"/><polygon points="159.5,398.0 147.6,415.9 138.6,408.4 149.8,391.6"/><polygon points="251.2,511.4 291.2,507.9 298.3,515.1 276.1,536.8"/><polygon points="255.6,557.0 246.6,556.7 232.6,553.6 242.6,514.6 270.1,542.7"/><polygon points="294.0,556.3 280.7,558.3 266.0,557.8 281.0,543.1"/><polygon points="330.3,547.7 315.2,552.6 303.3,554.4 287.0,537.9 304.1,521.1"/><polygon points="409.7,344.5 407.2,374.7 401.0,377.4 369.8,374.6 364.8,360.0"/><polygon points="410.8,332.3 410.5,335.4 362.1,352.0 354.0,328.6 361.5,323.7 409.7,331.3"/><polygon points="438.5,437.3 436.0,425.8 456.4,421.3 458.9,432.9"/><polygon points="463.5,452.7 461.1,455.5 439.9,445.4 439.6,444.4 460.7,439.8"/><polygon points="488.0,416.4 487.5,417.4 479.9,429.0 464.5,419.0 486.2,414.3"/><polygon points="476.9,434.2 468.6,446.9 464.1,425.8"/><polygon points="457.2,384.7 461.4,384.4 469.7,394.1 460.9,401.7"/><polygon points="473.0,398.5 481.9,409.0 463.7,412.9 462.5,407.5"/><polygon points="433.7,419.5 430.7,405.4 440.8,403.2 443.8,417.3"/><polygon points="446.3,401.9 455.1,400.0 458.2,414.3 449.4,416.2"/><polygon points="430.0,398.9 427.6,387.8 451.2,386.2 452.9,393.9"/><polygon points="350.5,340.3 353.6,349.4 338.6,354.6 335.5,345.5"/><polygon points="329.8,329.2 346.9,329.6 348.7,334.8 333.5,340.1"/><polygon points="314.1,345.2 312.6,339.0 324.6,330.9 327.9,340.4"/><polygon points="318.3,361.4 315.8,350.5 329.3,345.9 332.9,356.4"/><polygon points="339.1,385.9 323.4,380.7 320.4,367.8 331.6,364.0"/><polygon points="363.2,377.6 349.2,389.8 347.4,389.2 343.9,379.2 361.6,373.1"/><polygon points="342.2,372.9 338.3,361.5 355.2,355.6 359.1,367.1"/><polygon points="330.1,322.1 322.6,296.4 361.9,284.8 356.8,316.8 347.8,322.6"/><polygon points="320.2,288.4 314.0,267.4 328.6,257.0 365.0,265.8 363.4,275.6"/><polygon points="195.0,432.1 193.2,426.2 202.4,414.2 212.0,413.2 215.9,425.1"/><polygon points="210.1,434.1 218.9,431.2 224.0,446.5 215.2,449.4"/><polygon points="200.9,454.2 196.1,438.7 204.6,435.9 209.7,451.3"/><polygon points="455.7,294.1 430.3,323.2 416.4,326.0 415.8,325.5 415.5,294.6"/><polygon points="443.8,261.2 459.7,270.3 460.8,285.7 415.4,286.2 415.3,278.6"/><polygon points="261.3,434.1 260.7,424.4 279.1,423.1 279.8,432.8"/><polygon points="261.6,443.9 261.3,440.1 280.7,438.7 281.3,447.7"/><polygon points="304.6,438.3 306.7,445.4 299.3,450.7 287.4,448.4 286.8,439.5"/><polygon points="285.4,422.6 300.0,421.5 303.0,432.1 286.2,433.2"/><polygon points="280.9,399.5 294.9,404.7 297.9,415.2 282.1,416.3"/><polygon points="260.8,417.3 259.7,401.6 267.8,395.1 273.4,397.2 274.8,416.4"/><polygon points="432.9,444.7 412.6,446.1 411.9,436.8 430.9,435.5"/><polygon points="411.3,430.5 410.5,418.5 428.5,423.4 429.7,429.2"/><polygon points="406.3,446.8 389.2,447.9 387.2,446.7 390.3,435.6 405.8,439.8"/><polygon points="391.9,429.6 396.0,414.6 404.1,416.9 405.3,433.2"/><polygon points="422.0,393.0 427.1,416.8 416.3,413.8"/><polygon points="401.9,392.0 404.2,383.8 411.0,380.9 418.0,384.8 415.1,395.6"/><polygon points="397.4,408.7 400.4,397.7 413.6,401.3 410.6,412.3"/><polygon points="184.6,492.4 173.3,500.6 165.0,489.5 176.2,481.1"/><polygon points="191.5,469.2 193.7,486.3 189.8,489.1 180.8,477.1"/><polygon points="169.6,461.7 187.2,465.9 178.0,472.8"/><polygon points="153.8,474.4 163.5,463.0 172.8,475.4 161.1,484.1"/><polygon points="94.3,357.3 95.4,347.1 96.1,347.2 112.1,361.5 105.3,369.2 94.4,359.5"/><polygon points="102.4,374.1 94.3,383.2 93.6,366.2"/><polygon points="117.9,398.4 98.0,403.5 96.2,394.6 96.1,390.1 101.6,383.9"/><polygon points="117.1,366.7 126.7,375.2 122.1,392.0 106.7,378.4"/><polygon points="346.1,396.1 346.1,402.0 332.5,417.6 324.0,410.2 338.5,393.6"/><polygon points="318.2,405.8 308.7,397.5 321.0,387.4 331.3,390.7"/><polygon points="328.4,423.3 312.3,441.8 308.3,427.8 327.3,422.4"/><polygon points="306.6,421.6 301.4,403.3 303.4,401.7 321.3,417.3"/><polygon points="425.6,96.5 438.8,102.8 424.6,116.3 415.2,106.4"/><polygon points="401.4,86.7 412.0,89.4 419.7,93.0 410.2,102.1 399.6,90.9"/><polygon points="393.7,119.7 388.5,117.5 397.1,97.4 406.6,107.4"/><polygon points="420.2,121.3 412.9,128.1 399.9,122.5 411.1,111.8"/><polygon points="357.9,80.8 380.7,82.3 394.3,85.8 390.5,94.8"/><polygon points="363.1,107.0 357.8,104.7 356.6,87.7 369.1,93.0"/><polygon points="388.0,101.7 382.4,114.7 369.1,109.0 374.7,96.0"/><polygon points="509.0,366.7 503.5,382.7 490.8,408.4 477.9,393.3"/><polygon points="517.8,337.6 515.8,347.0 514.5,351.0 502.4,361.3 489.3,346.0 505.7,336.7"/><polygon points="496.0,366.7 472.4,386.9 467.3,380.9 477.2,352.8 481.9,350.2"/><polygon points="336.2,129.6 317.7,133.7 315.9,125.9 334.4,121.8"/><polygon points="314.6,120.1 312.9,112.7 331.6,108.6 333.2,116.0"/><polygon points="351.7,104.5 351.8,106.2 343.1,127.9 342.2,128.1 337.7,107.6"/><polygon points="350.9,89.4 351.5,98.2 335.4,101.8 333.5,93.3"/><polygon points="330.5,80.9 348.0,79.0 350.4,79.2 350.7,83.7 332.0,87.8"/><polygon points="327.7,94.6 329.6,103.0 311.7,106.9 309.9,98.5"/><polygon points="306.8,85.1 314.4,82.9 325.0,81.8 326.5,88.8 308.5,92.8"/><polygon points="288.2,91.2 300.5,87.8 305.0,108.1 292.5,110.9"/><polygon points="266.9,99.5 280.8,93.2 285.1,112.6 273.5,115.2"/><polygon points="291.1,139.3 283.9,140.9 275.9,121.9 286.7,119.5"/><polygon points="306.7,115.5 310.9,134.4 297.9,137.3 293.7,118.4"/><polygon points="453.0,334.2 438.3,326.0 449.0,313.8 462.4,325.5"/><polygon points="452.8,308.2 465.4,293.9 471.6,300.7 458.2,312.9"/><polygon points="475.6,304.7 480.5,310.1 467.9,321.7 462.4,316.9"/><polygon points="481.7,341.7 473.7,346.1 459.1,338.0 469.5,328.5"/><polygon points="498.8,331.4 487.7,337.7 475.0,324.0 484.2,315.6"/><polygon points="288.8,350.4 299.7,340.8 307.5,340.7 309.1,347.4 289.2,352.0"/><polygon points="310.0,353.3 312.1,362.3 293.1,366.7 291.0,357.7"/><polygon points="271.0,372.1 271.2,366.1 284.0,354.9 287.1,368.3"/><polygon points="291.0,395.6 271.1,388.1 271.5,378.9 286.4,375.5"/><polygon points="298.3,398.1 296.0,388.4 315.8,383.8"/><polygon points="295.3,382.4 293.2,373.4 313.4,368.7 315.5,377.7"/><polygon points="215.2,259.7 227.7,263.9 223.9,275.0 211.4,270.8"/><polygon points="222.4,280.4 219.4,289.2 206.4,284.8 209.4,276.0"/><polygon points="189.3,277.8 201.4,255.9 208.5,258.3 200.6,281.7"/><polygon points="210.3,314.1 198.9,303.2 209.4,292.2 216.8,294.7"/><polygon points="194.0,299.1 182.6,288.2 185.2,283.6 203.0,289.6"/><polygon points="248.0,302.7 238.0,310.9 225.1,295.0"/><polygon points="232.8,314.6 220.9,324.3 215.7,319.3 221.8,301.1"/><polygon points="258.9,274.9 254.7,296.8 253.4,297.8 245.1,295.0 252.6,272.8"/><polygon points="239.1,293.7 225.2,289.0 228.2,280.2 242.1,284.9"/><polygon points="230.0,275.0 233.2,265.6 246.9,270.3 243.8,279.6"/><polygon points="523.8,312.3 520.1,330.0 506.4,328.9 503.5,325.7 521.1,309.4"/><polygon points="498.7,299.2 506.1,292.3 517.1,304.1 509.6,311.0"/><polygon points="498.6,321.3 487.5,309.3 494.2,303.1 505.3,315.1"/><polygon points="526.7,274.2 526.8,274.4 524.6,302.5 511.5,288.2"/><polygon points="501.1,278.7 485.9,262.1 490.8,260.1 504.5,263.1"/><polygon points="524.4,267.2 506.4,283.8 510.6,264.3"/><polygon points="469.8,288.8 468.9,287.9 467.7,270.2 479.4,265.4 486.7,273.3"/><polygon points="501.7,288.3 494.3,295.1 484.4,284.4 491.8,277.5"/><polygon points="490.2,299.0 483.5,305.2 473.5,294.3 480.2,288.1"/></g><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M468.3,230.9 L491.9,227.6 L509.3,229.8" stroke="#6c604a" stroke-width="3.4"/><path d="M468.3,230.9 L448.6,216.4 L427.4,204.7" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L406.2,193.3 L395.3,178.0" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L377.0,185.7 L356.3,186.6" stroke="#6c604a" stroke-width="3.4"/><path d="M356.3,186.6 L355.3,206.4 L354.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L390.1,157.4 L377.1,137.0" stroke="#6c604a" stroke-width="3.4"/><path d="M377.1,137.0 L384.3,119.2 L394.7,101.7" stroke="#6c604a" stroke-width="3.4"/><path d="M356.3,186.6 L339.1,177.4 L317.9,162.8" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L414.0,226.3 L405.2,248.3" stroke="#6c604a" stroke-width="3.4"/><path d="M405.2,248.3 L390.3,270.1 L387.7,297.5" stroke="#6c604a" stroke-width="3.4"/><path d="M387.7,297.5 L411.4,301.8 L435.3,292.0" stroke="#6c604a" stroke-width="3.4"/><path d="M435.3,292.0 L448.9,308.2 L468.5,323.0" stroke="#6c604a" stroke-width="3.4"/><path d="M468.5,323.0 L485.0,310.9 L500.9,291.2" stroke="#6c604a" stroke-width="3.4"/><path d="M468.5,323.0 L453.1,338.5 L439.0,357.9" stroke="#6c604a" stroke-width="3.4"/><path d="M387.7,297.5 L365.1,291.6 L340.5,288.2" stroke="#6c604a" stroke-width="3.4"/><path d="M340.5,288.2 L318.0,296.0 L293.0,298.6" stroke="#6c604a" stroke-width="3.4"/><path d="M293.0,298.6 L278.2,318.3 L259.1,332.8" stroke="#6c604a" stroke-width="3.4"/><path d="M259.1,332.8 L244.4,350.3 L239.8,371.1" stroke="#6c604a" stroke-width="3.4"/><path d="M239.8,371.1 L219.0,374.4 L200.8,381.8" stroke="#6c604a" stroke-width="3.4"/><path d="M200.8,381.8 L187.3,396.5 L174.3,410.5" stroke="#6c604a" stroke-width="3.4"/><path d="M174.3,410.5 L161.3,401.9 L149.2,389.3" stroke="#6c604a" stroke-width="3.4"/><path d="M174.3,410.5 L171.9,427.2 L177.9,444.4" stroke="#6c604a" stroke-width="3.4"/><path d="M177.9,444.4 L194.0,441.6 L207.5,433.5" stroke="#6c604a" stroke-width="3.4"/><path d="M207.5,433.5 L221.1,428.7 L239.1,424.3" stroke="#6c604a" stroke-width="3.4"/><path d="M177.9,444.4 L178.7,461.4 L174.7,479.0" stroke="#6c604a" stroke-width="3.4"/><path d="M174.7,479.0 L161.1,489.7 L149.5,496.8" stroke="#6c604a" stroke-width="3.4"/><path d="M177.9,444.4 L159.2,443.4 L138.7,454.8" stroke="#6c604a" stroke-width="3.4"/><path d="M138.7,454.8 L129.6,440.9 L119.1,425.0" stroke="#6c604a" stroke-width="3.4"/><path d="M239.1,424.3 L257.4,423.1 L280.8,424.2" stroke="#6c604a" stroke-width="3.4"/><path d="M149.2,389.3 L148.6,368.6 L135.5,348.8" stroke="#6c604a" stroke-width="3.4"/><path d="M135.5,348.8 L114.3,359.0 L107.6,378.3" stroke="#6c604a" stroke-width="3.4"/><path d="M280.8,424.2 L304.0,424.4 L322.0,410.1" stroke="#6c604a" stroke-width="3.4"/><path d="M322.0,410.1 L331.1,425.1 L348.5,437.6" stroke="#6c604a" stroke-width="3.4"/><path d="M348.5,437.6 L366.9,425.5 L376.3,405.0" stroke="#6c604a" stroke-width="3.4"/><path d="M376.3,405.0 L392.7,414.7 L410.8,420.1" stroke="#6c604a" stroke-width="3.4"/><path d="M207.5,433.5 L213.4,453.1 L222.1,475.7" stroke="#6c604a" stroke-width="3.4"/><path d="M410.8,420.1 L430.0,416.1 L455.4,417.1" stroke="#6c604a" stroke-width="3.4"/><path d="M135.5,348.8 L123.3,332.1 L121.6,305.7" stroke="#6c604a" stroke-width="3.4"/><path d="M222.1,475.7 L243.2,481.3 L269.4,477.8" stroke="#6c604a" stroke-width="3.4"/><path d="M322.0,410.1 L309.0,392.8 L294.0,371.6" stroke="#6c604a" stroke-width="3.4"/><path d="M294.0,371.6 L315.0,360.7 L337.6,358.9" stroke="#6c604a" stroke-width="3.4"/><path d="M337.6,358.9 L357.9,352.7 L384.5,349.7" stroke="#6c604a" stroke-width="3.4"/><path d="M222.1,475.7 L218.1,498.3 L204.0,521.8" stroke="#6c604a" stroke-width="3.4"/><path d="M135.5,348.8 L157.6,341.8 L182.0,328.1" stroke="#6c604a" stroke-width="3.4"/><path d="M468.5,323.0 L489.3,341.2 L492.5,369.0" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,162.8 L313.7,137.7 L311.8,108.8" stroke="#6c604a" stroke-width="3.4"/><path d="M354.3,230.4 L326.9,228.0 L298.8,230.7" stroke="#6c604a" stroke-width="3.4"/><path d="M269.4,477.8 L296.4,478.9 L323.0,493.6" stroke="#6c604a" stroke-width="3.4"/><path d="M323.0,493.6 L345.9,504.6 L368.4,496.5" stroke="#6c604a" stroke-width="3.4"/><path d="M368.4,496.5 L391.7,486.2 L417.6,475.8" stroke="#6c604a" stroke-width="3.4"/><path d="M182.0,328.1 L199.8,308.8 L221.0,287.6" stroke="#6c604a" stroke-width="3.4"/><path d="M221.0,287.6 L231.2,262.0 L237.2,237.8" stroke="#6c604a" stroke-width="3.4"/><path d="M237.2,237.8 L245.2,210.1 L259.6,185.3" stroke="#6c604a" stroke-width="3.4"/><path d="M259.6,185.3 L251.5,162.3 L239.9,138.8" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L417.0,163.3 L440.8,141.9" stroke="#6c604a" stroke-width="3.4"/><path d="M440.8,141.9 L461.2,153.1 L480.1,170.0" stroke="#6c604a" stroke-width="3.4"/><path d="M269.4,477.8 L266.8,505.8 L276.6,535.5" stroke="#6c604a" stroke-width="3.4"/><path d="M121.6,305.7 L134.1,279.5 L156.4,251.5" stroke="#6c604a" stroke-width="3.4"/><path d="M156.4,251.5 L168.3,218.5 L187.4,191.0" stroke="#6c604a" stroke-width="3.4"/><path d="M468.3,230.9 L477.1,262.3 L500.9,291.2" stroke="#6c604a" stroke-width="3.4"/><path d="M395.3,178.0 L387.0,211.0 L354.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M138.7,454.8 L156.6,466.0 L174.7,479.0" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L453.8,187.4 L480.1,170.0" stroke="#6c604a" stroke-width="3.4"/><path d="M427.4,204.7 L389.5,213.4 L354.3,230.4" stroke="#6c604a" stroke-width="3.4"/><path d="M187.4,191.0 L209.6,217.1 L237.2,237.8" stroke="#6c604a" stroke-width="3.4"/><path d="M293.0,298.6 L268.0,268.2 L237.2,237.8" stroke="#6c604a" stroke-width="3.4"/><path d="M239.1,424.3 L252.3,450.4 L269.4,477.8" stroke="#6c604a" stroke-width="3.4"/><path d="M317.9,162.8 L349.8,142.3 L377.1,137.0" stroke="#6c604a" stroke-width="3.4"/><path d="M259.1,332.8 L220.6,332.4 L182.0,328.1" stroke="#6c604a" stroke-width="3.4"/><path d="M182.0,328.1 L168.2,291.7 L156.4,251.5" stroke="#6c604a" stroke-width="3.4"/><path d="M323.0,493.6 L311.3,446.7 L322.0,410.1" stroke="#6c604a" stroke-width="3.4"/><path d="M384.5,349.7 L413.4,329.0 L435.3,292.0" stroke="#6c604a" stroke-width="3.4"/><path d="M293.0,298.6 L94.9,318.9" stroke="#6c604a" stroke-width="4.8"/><path d="M293.0,298.6 L442.3,100.4" stroke="#6c604a" stroke-width="4.8"/><path d="M293.0,298.6 L415.5,507.0" stroke="#6c604a" stroke-width="4.8"/><path d="M468.3,230.9 L491.9,227.6 L509.3,229.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.3,230.9 L448.6,216.4 L427.4,204.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L406.2,193.3 L395.3,178.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L377.0,185.7 L356.3,186.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M356.3,186.6 L355.3,206.4 L354.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L390.1,157.4 L377.1,137.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M377.1,137.0 L384.3,119.2 L394.7,101.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M356.3,186.6 L339.1,177.4 L317.9,162.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L414.0,226.3 L405.2,248.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M405.2,248.3 L390.3,270.1 L387.7,297.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M387.7,297.5 L411.4,301.8 L435.3,292.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M435.3,292.0 L448.9,308.2 L468.5,323.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.5,323.0 L485.0,310.9 L500.9,291.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.5,323.0 L453.1,338.5 L439.0,357.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M387.7,297.5 L365.1,291.6 L340.5,288.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M340.5,288.2 L318.0,296.0 L293.0,298.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.0,298.6 L278.2,318.3 L259.1,332.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.1,332.8 L244.4,350.3 L239.8,371.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.8,371.1 L219.0,374.4 L200.8,381.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M200.8,381.8 L187.3,396.5 L174.3,410.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M174.3,410.5 L161.3,401.9 L149.2,389.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M174.3,410.5 L171.9,427.2 L177.9,444.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.9,444.4 L194.0,441.6 L207.5,433.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M207.5,433.5 L221.1,428.7 L239.1,424.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.9,444.4 L178.7,461.4 L174.7,479.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M174.7,479.0 L161.1,489.7 L149.5,496.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M177.9,444.4 L159.2,443.4 L138.7,454.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M138.7,454.8 L129.6,440.9 L119.1,425.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.1,424.3 L257.4,423.1 L280.8,424.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M149.2,389.3 L148.6,368.6 L135.5,348.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M135.5,348.8 L114.3,359.0 L107.6,378.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M280.8,424.2 L304.0,424.4 L322.0,410.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M322.0,410.1 L331.1,425.1 L348.5,437.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M348.5,437.6 L366.9,425.5 L376.3,405.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M376.3,405.0 L392.7,414.7 L410.8,420.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M207.5,433.5 L213.4,453.1 L222.1,475.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M410.8,420.1 L430.0,416.1 L455.4,417.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M135.5,348.8 L123.3,332.1 L121.6,305.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M222.1,475.7 L243.2,481.3 L269.4,477.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M322.0,410.1 L309.0,392.8 L294.0,371.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M294.0,371.6 L315.0,360.7 L337.6,358.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M337.6,358.9 L357.9,352.7 L384.5,349.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M222.1,475.7 L218.1,498.3 L204.0,521.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M135.5,348.8 L157.6,341.8 L182.0,328.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.5,323.0 L489.3,341.2 L492.5,369.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,162.8 L313.7,137.7 L311.8,108.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M354.3,230.4 L326.9,228.0 L298.8,230.7" stroke="#e4d9bc" stroke-width="1.8"/><path d="M269.4,477.8 L296.4,478.9 L323.0,493.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M323.0,493.6 L345.9,504.6 L368.4,496.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M368.4,496.5 L391.7,486.2 L417.6,475.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.0,328.1 L199.8,308.8 L221.0,287.6" stroke="#e4d9bc" stroke-width="1.8"/><path d="M221.0,287.6 L231.2,262.0 L237.2,237.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M237.2,237.8 L245.2,210.1 L259.6,185.3" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.6,185.3 L251.5,162.3 L239.9,138.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L417.0,163.3 L440.8,141.9" stroke="#e4d9bc" stroke-width="1.8"/><path d="M440.8,141.9 L461.2,153.1 L480.1,170.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M269.4,477.8 L266.8,505.8 L276.6,535.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M121.6,305.7 L134.1,279.5 L156.4,251.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M156.4,251.5 L168.3,218.5 L187.4,191.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M468.3,230.9 L477.1,262.3 L500.9,291.2" stroke="#e4d9bc" stroke-width="1.8"/><path d="M395.3,178.0 L387.0,211.0 L354.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M138.7,454.8 L156.6,466.0 L174.7,479.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L453.8,187.4 L480.1,170.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M427.4,204.7 L389.5,213.4 L354.3,230.4" stroke="#e4d9bc" stroke-width="1.8"/><path d="M187.4,191.0 L209.6,217.1 L237.2,237.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.0,298.6 L268.0,268.2 L237.2,237.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M239.1,424.3 L252.3,450.4 L269.4,477.8" stroke="#e4d9bc" stroke-width="1.8"/><path d="M317.9,162.8 L349.8,142.3 L377.1,137.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M259.1,332.8 L220.6,332.4 L182.0,328.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M182.0,328.1 L168.2,291.7 L156.4,251.5" stroke="#e4d9bc" stroke-width="1.8"/><path d="M323.0,493.6 L311.3,446.7 L322.0,410.1" stroke="#e4d9bc" stroke-width="1.8"/><path d="M384.5,349.7 L413.4,329.0 L435.3,292.0" stroke="#e4d9bc" stroke-width="1.8"/><path d="M293.0,298.6 L94.9,318.9" stroke="#e4d9bc" stroke-width="3.2"/><path d="M293.0,298.6 L442.3,100.4" stroke="#e4d9bc" stroke-width="3.2"/><path d="M293.0,298.6 L415.5,507.0" stroke="#e4d9bc" stroke-width="3.2"/></g><polygon points="91.0,357.2 94.9,318.9 104.2,280.9 118.4,244.2 137.1,209.5 159.8,177.5 186.1,149.0 215.3,124.5 246.7,104.5 279.9,89.6 313.9,80.1 348.0,76.3 381.3,78.5 413.0,86.6 442.3,100.4 468.2,119.7 490.3,143.9 507.8,172.2 520.5,204.0 528.1,238.3 530.4,274.4 527.7,311.2 519.9,348.1 507.3,384.3 490.3,419.0 469.0,451.4 443.9,481.0 415.5,507.0 384.3,528.7 350.9,545.5 316.2,556.7 280.9,562.0 246.1,560.9 212.7,553.4 181.8,539.5 154.3,519.7 131.1,494.5 112.8,464.7 99.9,431.2 92.6,395.0" fill="none" stroke="#3c3628" stroke-width="1.5"/><g font-family="Georgia, serif" font-size="8" text-anchor="middle"><text x="468.3" y="233.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="395.3" y="181.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="121.6" y="308.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="417.6" y="478.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="177.9" y="447.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="204.0" y="524.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="138.7" y="457.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="427.4" y="207.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="480.1" y="173.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="187.4" y="194.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="259.6" y="188.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="376.3" y="408.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="200.8" y="384.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="174.3" y="413.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="149.5" y="499.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="439.0" y="360.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="293.0" y="301.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Market</text><text x="239.1" y="427.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="317.9" y="165.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="354.3" y="233.4" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="387.7" y="300.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Garrison</text><text x="377.1" y="140.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="348.5" y="440.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="259.1" y="335.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="269.4" y="480.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="182.0" y="331.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="509.3" y="232.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="405.2" y="251.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="323.0" y="496.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="368.4" y="499.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="156.4" y="254.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="239.8" y="374.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="298.8" y="233.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="440.8" y="144.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="119.1" y="428.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="222.1" y="478.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="135.5" y="351.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="237.2" y="240.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="356.3" y="189.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="239.9" y="141.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="149.2" y="392.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="276.6" y="538.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="384.5" y="352.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="455.4" y="420.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="337.6" y="361.9" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="340.5" y="291.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="207.5" y="436.5" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="435.3" y="295.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="280.8" y="427.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="410.8" y="423.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="174.7" y="482.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="107.6" y="381.3" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="322.0" y="413.1" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text><text x="394.7" y="104.7" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="492.5" y="372.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Noble</text><text x="311.8" y="111.8" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="468.5" y="326.0" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="294.0" y="374.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Craftsmen</text><text x="221.0" y="290.6" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Temple</text><text x="500.9" y="294.2" stroke="#f7f3ea" stroke-width="2.5" paint-order="stroke" fill="#23211c">Residential</text></g><text x="315.0" y="20" text-anchor="middle" font-family="Georgia, serif" font-size="16" font-weight="bold" stroke="#f7f3ea" stroke-width="3" paint-order="stroke" fill="#23211c">Ironhollowaymarch</text></svg>
|
|
Binary file
|