mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 21:46:24 +02:00
Platform icon.
This commit is contained in:
parent
d301d1515e
commit
4906a64474
4 changed files with 121 additions and 76 deletions
|
@ -111,7 +111,7 @@ tags:
|
||||||
- tags: {building: garages}
|
- tags: {building: garages}
|
||||||
icon: [garages]
|
icon: [garages]
|
||||||
- tags: {building: garage}
|
- tags: {building: garage}
|
||||||
icon: [garage]
|
icon: [garages]
|
||||||
- tags: {tourism: hotel}
|
- tags: {tourism: hotel}
|
||||||
icon: [hotel]
|
icon: [hotel]
|
||||||
- tags: {tourism: hostel}
|
- tags: {tourism: hostel}
|
||||||
|
@ -122,8 +122,12 @@ tags:
|
||||||
icon: [clinic]
|
icon: [clinic]
|
||||||
- tags: {amenity: bank}
|
- tags: {amenity: bank}
|
||||||
icon: [money]
|
icon: [money]
|
||||||
|
- tags: {building: kindergarten}
|
||||||
|
icon: [toy_horse]
|
||||||
- tags: {amenity: kindergarten}
|
- tags: {amenity: kindergarten}
|
||||||
icon: [toy_horse]
|
icon: [toy_horse]
|
||||||
|
- tags: {building: kindergarten, amenity: kindergarten}
|
||||||
|
icon: [toy_horse]
|
||||||
- tags: {amenity: post_office}
|
- tags: {amenity: post_office}
|
||||||
icon: [letter]
|
icon: [letter]
|
||||||
|
|
||||||
|
@ -145,6 +149,8 @@ tags:
|
||||||
icon: [shop_convenience]
|
icon: [shop_convenience]
|
||||||
- tags: {building: store}
|
- tags: {building: store}
|
||||||
icon: [shop_convenience]
|
icon: [shop_convenience]
|
||||||
|
- tags: {building: 'yes', shop: kiosk}
|
||||||
|
icon: [kiosk]
|
||||||
- tags: {amenity: shop, shop: kiosk}
|
- tags: {amenity: shop, shop: kiosk}
|
||||||
icon: [kiosk]
|
icon: [kiosk]
|
||||||
- tags: {shop: gift}
|
- tags: {shop: gift}
|
||||||
|
@ -241,17 +247,22 @@ tags:
|
||||||
icon: [tram]
|
icon: [tram]
|
||||||
- tags: {railway: tram_stop}
|
- tags: {railway: tram_stop}
|
||||||
icon: [tram]
|
icon: [tram]
|
||||||
|
- tags: {highway: bus_stop, public_transport: platform}
|
||||||
|
icon: [bus_stop_sign]
|
||||||
|
with_icon: [bus_stop_bench]
|
||||||
|
with_icon: [bus_stop_shelter]
|
||||||
|
over_icon: [platform]
|
||||||
- tags: {highway: bus_stop, shelter: 'yes'}
|
- tags: {highway: bus_stop, shelter: 'yes'}
|
||||||
icon: [bus_stop_sign]
|
icon: [bus_stop_sign]
|
||||||
under_icon: [bus_stop_sign]
|
under_icon: [bus_stop_sign]
|
||||||
with_icon: [bus_stop_bench]
|
with_icon: [bus_stop_bench]
|
||||||
|
with_icon: [platform]
|
||||||
over_icon: [bus_stop_shelter]
|
over_icon: [bus_stop_shelter]
|
||||||
- tags: {highway: bus_stop, bench: 'yes'}
|
- tags: {highway: bus_stop, bench: 'yes'}
|
||||||
under_icon: [bus_stop_sign]
|
under_icon: [bus_stop_sign]
|
||||||
with_icon: [bus_stop_shelter]
|
with_icon: [bus_stop_shelter]
|
||||||
|
with_icon: [platform]
|
||||||
over_icon: [bus_stop_bench]
|
over_icon: [bus_stop_bench]
|
||||||
- tags: {public_transport: platform}
|
|
||||||
icon: [railway_platform]
|
|
||||||
|
|
||||||
# Road signs
|
# Road signs
|
||||||
|
|
||||||
|
@ -277,6 +288,8 @@ tags:
|
||||||
icon: [toucan_crossing]
|
icon: [toucan_crossing]
|
||||||
- tags: {traffic_calming: bump}
|
- tags: {traffic_calming: bump}
|
||||||
icon: [bump]
|
icon: [bump]
|
||||||
|
- tags: {highway: bump}
|
||||||
|
icon: [bump]
|
||||||
- tags: {sloped_curb: yes}
|
- tags: {sloped_curb: yes}
|
||||||
icon: [lowered_kerb]
|
icon: [lowered_kerb]
|
||||||
- tags: {kerb: lowered}
|
- tags: {kerb: lowered}
|
||||||
|
|
BIN
doc/grid.png
BIN
doc/grid.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
@ -382,7 +382,7 @@ def draw_ways(show_missed_tags=False):
|
||||||
c = line_center(way['nodes'])
|
c = line_center(way['nodes'])
|
||||||
if way['tags']['leisure'] == 'playground':
|
if way['tags']['leisure'] == 'playground':
|
||||||
style = 'fill:#' + playground_color + ';opacity:0.2;'
|
style = 'fill:#' + playground_color + ';opacity:0.2;'
|
||||||
draw_point_shape('playground', c.x, c.y, '444444')
|
draw_point_shape('toy_horse', c.x, c.y, '444444')
|
||||||
elif way['tags']['leisure'] == 'garden':
|
elif way['tags']['leisure'] == 'garden':
|
||||||
style = 'fill:#' + grass_color + ';'
|
style = 'fill:#' + grass_color + ';'
|
||||||
elif way['tags']['leisure'] == 'pitch':
|
elif way['tags']['leisure'] == 'pitch':
|
||||||
|
|
176
icons/icons.svg
176
icons/icons.svg
|
@ -24,13 +24,13 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="22.627417"
|
inkscape:zoom="8"
|
||||||
inkscape:cx="315.6361"
|
inkscape:cx="163.60814"
|
||||||
inkscape:cy="453.31033"
|
inkscape:cy="425.02606"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
showgrid="true"
|
showgrid="false"
|
||||||
showguides="true"
|
showguides="false"
|
||||||
inkscape:guide-bbox="true"
|
inkscape:guide-bbox="true"
|
||||||
inkscape:object-paths="true"
|
inkscape:object-paths="true"
|
||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
|
@ -387,13 +387,13 @@
|
||||||
sodipodi:nodetypes="ccccccccc"
|
sodipodi:nodetypes="ccccccccc"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path5206"
|
id="path5206"
|
||||||
d="m 279,151 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
d="m 311,151 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
||||||
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||||
<path
|
<path
|
||||||
sodipodi:nodetypes="ccccccccc"
|
sodipodi:nodetypes="ccccccccc"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path5204"
|
id="path5204"
|
||||||
d="m 279,152 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
d="m 311,152 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
||||||
style="fill:#ffd5d5;stroke:#ffd5d5;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
style="fill:#ffd5d5;stroke:#ffd5d5;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||||
<path
|
<path
|
||||||
style="fill:none;stroke:#d4aa00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
|
style="fill:none;stroke:#d4aa00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
@ -431,8 +431,8 @@
|
||||||
d="m 153,182 1,3 2,1 0,3 -8,0 0,-3 2,-1 1,-3 z"
|
d="m 153,182 1,3 2,1 0,3 -8,0 0,-3 2,-1 1,-3 z"
|
||||||
style="fill:#d4aa00;stroke:#d4aa00;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
style="fill:#d4aa00;stroke:#d4aa00;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||||
<path
|
<path
|
||||||
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round"
|
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
d="m 247,154 -2,2 -2,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
d="m 279,154 -2,2 -2,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
||||||
id="path4579"
|
id="path4579"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="ccccccccc" />
|
sodipodi:nodetypes="ccccccccc" />
|
||||||
|
@ -441,7 +441,7 @@
|
||||||
id="rect4583"
|
id="rect4583"
|
||||||
width="4"
|
width="4"
|
||||||
height="4"
|
height="4"
|
||||||
x="243"
|
x="275"
|
||||||
y="156"
|
y="156"
|
||||||
rx="1"
|
rx="1"
|
||||||
ry="1" />
|
ry="1" />
|
||||||
|
@ -449,7 +449,7 @@
|
||||||
ry="1"
|
ry="1"
|
||||||
rx="1"
|
rx="1"
|
||||||
y="156"
|
y="156"
|
||||||
x="249"
|
x="281"
|
||||||
height="4"
|
height="4"
|
||||||
width="4"
|
width="4"
|
||||||
id="rect4585"
|
id="rect4585"
|
||||||
|
@ -486,7 +486,7 @@
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
||||||
d="m 312.5,176.5 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l 2,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l -2,0 z"
|
d="m 344.5,176.5 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l 2,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l -2,0 z"
|
||||||
id="rect4274"
|
id="rect4274"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
|
@ -1386,7 +1386,7 @@
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
||||||
d="m 316,175 c 0,0.554 -0.446,1 -1,1 l 0,2 c 0.554,0 1,0.446 1,1 l 2,0 c 0,-0.554 0.446,-1 1,-1 l 0,-2 c -0.554,0 -1,-0.446 -1,-1 l -2,0 z"
|
d="m 348,175 c 0,0.554 -0.446,1 -1,1 l 0,2 c 0.554,0 1,0.446 1,1 l 2,0 c 0,-0.554 0.446,-1 1,-1 l 0,-2 c -0.554,0 -1,-0.446 -1,-1 l -2,0 z"
|
||||||
id="rect4208"
|
id="rect4208"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<rect
|
<rect
|
||||||
|
@ -1394,28 +1394,28 @@
|
||||||
id="rect4231"
|
id="rect4231"
|
||||||
width="2"
|
width="2"
|
||||||
height="2"
|
height="2"
|
||||||
x="316"
|
x="348"
|
||||||
y="172"
|
y="172"
|
||||||
ry="0.5"
|
ry="0.5"
|
||||||
rx="0.5" />
|
rx="0.5" />
|
||||||
<path
|
<path
|
||||||
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
||||||
d="m 321,174 c -0.554,0 -1,0.446 -1,1 l 0,1 2,0 0,-2 -1,0 z"
|
d="m 353,174 c -0.554,0 -1,0.446 -1,1 l 0,1 2,0 0,-2 -1,0 z"
|
||||||
id="rect4239"
|
id="rect4239"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path4250"
|
id="path4250"
|
||||||
d="m 325,175 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 0,2 2,0 0,-1 z"
|
d="m 357,175 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 0,2 2,0 0,-1 z"
|
||||||
style="fill:#c8beb7;fill-opacity:1;stroke:none" />
|
style="fill:#c8beb7;fill-opacity:1;stroke:none" />
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path4252"
|
id="path4252"
|
||||||
d="m 321,179 c -0.554,0 -1,-0.446 -1,-1 l 0,-1 2,0 0,2 -1,0 z"
|
d="m 353,179 c -0.554,0 -1,-0.446 -1,-1 l 0,-1 2,0 0,2 -1,0 z"
|
||||||
style="fill:#c8beb7;fill-opacity:1;stroke:none" />
|
style="fill:#c8beb7;fill-opacity:1;stroke:none" />
|
||||||
<path
|
<path
|
||||||
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
style="fill:#c8beb7;fill-opacity:1;stroke:none"
|
||||||
d="m 325,178 c 0,0.554 -0.446,1 -1,1 l -1,0 0,-2 2,0 0,1 z"
|
d="m 357,178 c 0,0.554 -0.446,1 -1,1 l -1,0 0,-2 2,0 0,1 z"
|
||||||
id="path4254"
|
id="path4254"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
|
@ -1732,7 +1732,7 @@
|
||||||
sodipodi:rx="1.5"
|
sodipodi:rx="1.5"
|
||||||
sodipodi:ry="1.5"
|
sodipodi:ry="1.5"
|
||||||
d="m 101,184.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z"
|
d="m 101,184.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z"
|
||||||
transform="translate(217.5,-3)" />
|
transform="translate(249.5,-3)" />
|
||||||
<path
|
<path
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||||
d="m 67,98 0,1 c 0,0.554 0.446,1 1,1 l 1,0 c 0.543137,0 0.98298,-0.42989 1,-0.96875 0.636908,0.0664 1.100578,0.25683 1.40625,0.5625 C 71.788399,99.9759 72,100.58333 72,101.5 l 0,9.5 1,0 0,-9.5 C 73,100.41667 72.711601,99.5241 72.09375,98.90625 71.475899,98.2884 70.583333,98 69.5,98 l -0.5,0 -1,0 -1,0 z"
|
d="m 67,98 0,1 c 0,0.554 0.446,1 1,1 l 1,0 c 0.543137,0 0.98298,-0.42989 1,-0.96875 0.636908,0.0664 1.100578,0.25683 1.40625,0.5625 C 71.788399,99.9759 72,100.58333 72,101.5 l 0,9.5 1,0 0,-9.5 C 73,100.41667 72.711601,99.5241 72.09375,98.90625 71.475899,98.2884 70.583333,98 69.5,98 l -0.5,0 -1,0 -1,0 z"
|
||||||
|
@ -2537,24 +2537,24 @@
|
||||||
inkscape:label="#path3178" />
|
inkscape:label="#path3178" />
|
||||||
<path
|
<path
|
||||||
style="fill:#aa8800;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#aa8800;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="m 355,174 0,13"
|
d="m 387,174 0,13"
|
||||||
id="path4418"
|
id="path4418"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
sodipodi:nodetypes="cc"
|
sodipodi:nodetypes="cc"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path4434"
|
id="path4434"
|
||||||
d="m 357,181 c 0,-3 -4,-1 -4,-4"
|
d="m 389,181 c 0,-3 -4,-1 -4,-4"
|
||||||
style="fill:#808080;stroke:#ffd5d5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
style="fill:#808080;stroke:#ffd5d5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
<path
|
<path
|
||||||
style="fill:#aa8800;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
style="fill:#aa8800;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
d="m 357,181 c 0,-3 -4,-1 -4,-4"
|
d="m 389,181 c 0,-3 -4,-1 -4,-4"
|
||||||
id="path4420"
|
id="path4420"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cc" />
|
sodipodi:nodetypes="cc" />
|
||||||
<path
|
<path
|
||||||
style="fill:#808080;stroke:#ffd5d5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:#808080;stroke:#ffd5d5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
d="m 357,186 c 0,-3 -4,-1 -4,-4"
|
d="m 389,186 c 0,-3 -4,-1 -4,-4"
|
||||||
id="path4436"
|
id="path4436"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cc" />
|
sodipodi:nodetypes="cc" />
|
||||||
|
@ -2562,18 +2562,18 @@
|
||||||
sodipodi:nodetypes="cc"
|
sodipodi:nodetypes="cc"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path4432"
|
id="path4432"
|
||||||
d="m 357,186 c 0,-3 -4,-1 -4,-4"
|
d="m 389,186 c 0,-3 -4,-1 -4,-4"
|
||||||
style="fill:#aa8800;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
|
style="fill:#aa8800;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:#808080;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
style="fill:#808080;stroke:none"
|
||||||
id="path4438"
|
id="path4438"
|
||||||
sodipodi:cx="215"
|
sodipodi:cx="215"
|
||||||
sodipodi:cy="176"
|
sodipodi:cy="176"
|
||||||
sodipodi:rx="1"
|
sodipodi:rx="1"
|
||||||
sodipodi:ry="1"
|
sodipodi:ry="1"
|
||||||
d="m 216,176 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
|
d="m 216,176 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
|
||||||
transform="translate(140,-2)" />
|
transform="translate(172,-2)" />
|
||||||
<rect
|
<rect
|
||||||
style="fill:#808080;stroke:none"
|
style="fill:#808080;stroke:none"
|
||||||
id="rect4440"
|
id="rect4440"
|
||||||
|
@ -4079,14 +4079,14 @@
|
||||||
sodipodi:nodetypes="ssssssssssscccccccscccccssssccc" />
|
sodipodi:nodetypes="ssssssssssscccccccscccccssssccc" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="m 163.5,164 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
d="m 195.5,164 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 4,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
||||||
id="crossing"
|
id="crossing"
|
||||||
inkscape:label="#rect4463"
|
inkscape:label="#rect4463"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="sssssssssssssssssssssssssss" />
|
sodipodi:nodetypes="sssssssssssssssssssssssssss" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="m 178.5,164.5 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m -9,5.5 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
d="m 210.5,164.5 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m -9,5.5 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 3,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"
|
||||||
id="toucan_crossing"
|
id="toucan_crossing"
|
||||||
inkscape:label="#rect4489"
|
inkscape:label="#rect4489"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
|
@ -4096,7 +4096,7 @@
|
||||||
id="rect4506"
|
id="rect4506"
|
||||||
width="1"
|
width="1"
|
||||||
height="7"
|
height="7"
|
||||||
x="194"
|
x="226"
|
||||||
y="152"
|
y="152"
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
ry="0.5" />
|
ry="0.5" />
|
||||||
|
@ -4105,7 +4105,7 @@
|
||||||
id="rect4508"
|
id="rect4508"
|
||||||
width="12"
|
width="12"
|
||||||
height="1"
|
height="1"
|
||||||
x="194"
|
x="226"
|
||||||
y="156"
|
y="156"
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
ry="0.5" />
|
ry="0.5" />
|
||||||
|
@ -4114,13 +4114,13 @@
|
||||||
id="rect4510"
|
id="rect4510"
|
||||||
width="1"
|
width="1"
|
||||||
height="5"
|
height="5"
|
||||||
x="205"
|
x="237"
|
||||||
y="154"
|
y="154"
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
ry="0.5" />
|
ry="0.5" />
|
||||||
<path
|
<path
|
||||||
style="fill:#808080;stroke:none"
|
style="fill:#808080;stroke:none"
|
||||||
d="m 196,154 1.5,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -1.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
|
d="m 228,154 1.5,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -1.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
|
||||||
id="rect4514"
|
id="rect4514"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="sssssssss" />
|
sodipodi:nodetypes="sssssssss" />
|
||||||
|
@ -4128,13 +4128,13 @@
|
||||||
sodipodi:nodetypes="sssssssss"
|
sodipodi:nodetypes="sssssssss"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path4517"
|
id="path4517"
|
||||||
d="m 199.5,154 4.5,0.5 c 0.27531,0.0306 0.5,0.5 0.5,0.5 l 0,0 c 0,0 -0.223,0.5 -0.5,0.5 l -4.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-0.5 c 0,-0.277 0.22469,-0.53059 0.5,-0.5 z"
|
d="m 231.5,154 4.5,0.5 c 0.27531,0.0306 0.5,0.5 0.5,0.5 l 0,0 c 0,0 -0.223,0.5 -0.5,0.5 l -4.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-0.5 c 0,-0.277 0.22469,-0.53059 0.5,-0.5 z"
|
||||||
style="fill:#808080;stroke:none" />
|
style="fill:#808080;stroke:none" />
|
||||||
<rect
|
<rect
|
||||||
ry="0.5"
|
ry="0.5"
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
y="152"
|
y="152"
|
||||||
x="209"
|
x="241"
|
||||||
height="7"
|
height="7"
|
||||||
width="1"
|
width="1"
|
||||||
id="rect4519"
|
id="rect4519"
|
||||||
|
@ -4143,7 +4143,7 @@
|
||||||
ry="0.5"
|
ry="0.5"
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
y="156"
|
y="156"
|
||||||
x="209"
|
x="241"
|
||||||
height="1"
|
height="1"
|
||||||
width="14"
|
width="14"
|
||||||
id="rect4521"
|
id="rect4521"
|
||||||
|
@ -4152,7 +4152,7 @@
|
||||||
ry="0.5"
|
ry="0.5"
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
y="154"
|
y="154"
|
||||||
x="222"
|
x="254"
|
||||||
height="5"
|
height="5"
|
||||||
width="1"
|
width="1"
|
||||||
id="rect4523"
|
id="rect4523"
|
||||||
|
@ -4162,41 +4162,44 @@
|
||||||
id="rect4531"
|
id="rect4531"
|
||||||
width="3"
|
width="3"
|
||||||
height="2"
|
height="2"
|
||||||
x="211"
|
x="243"
|
||||||
y="153"
|
y="153"
|
||||||
rx="1"
|
rx="1"
|
||||||
ry="0.5" />
|
ry="0.5" />
|
||||||
<path
|
<path
|
||||||
style="fill:#808080;stroke:none"
|
style="fill:#808080;stroke:none"
|
||||||
d="m 221,154.5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-1 c 0,-0.277 0.22838,-0.55432 0.5,-0.5 l 5,1 c 0.27162,0.0543 0.5,0.223 0.5,0.5"
|
d="m 253,154.5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-1 c 0,-0.277 0.22838,-0.55432 0.5,-0.5 l 5,1 c 0.27162,0.0543 0.5,0.223 0.5,0.5"
|
||||||
id="rect4533"
|
id="rect4533"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cssssssc" />
|
sodipodi:nodetypes="cssssssc" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="M 209.5 168 C 209.223 168 209 168.223 209 168.5 L 209 174.5 C 209 174.777 209.223 175 209.5 175 C 209.777 175 210 174.777 210 174.5 L 210 173 L 222 173 L 222 174.5 C 222 174.777 222.223 175 222.5 175 C 222.777 175 223 174.777 223 174.5 L 223 170.5 C 223 170.223 222.777 170 222.5 170 C 222.223 170 222 170.223 222 170.5 L 222 172 L 210 172 L 210 168.5 C 210 168.223 209.777 168 209.5 168 z M 212 169 C 211.446 169 211 169.223 211 169.5 L 211 170.5 C 211 170.777 211.446 171 212 171 L 213 171 C 213.554 171 214 170.777 214 170.5 L 214 169.5 C 214 169.223 213.554 169 213 169 L 212 169 z M 215.5 169 C 215.22838 168.94568 215 169.223 215 169.5 L 215 170.5 C 215 170.777 215.223 171 215.5 171 L 220.5 171 C 220.777 171 221 170.777 221 170.5 C 221 170.223 220.77162 170.0543 220.5 170 L 215.5 169 z "
|
d="m 241.5,168 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z"
|
||||||
id="hotel"
|
id="hotel"
|
||||||
inkscape:label="#rect4536" />
|
inkscape:label="#rect4536"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="M 225.5 162 C 225.223 162 225 162.223 225 162.5 L 225 168.5 L 225 174.5 C 225 174.777 225.223 175 225.5 175 C 225.777 175 226 174.777 226 174.5 L 226 173 L 238 173 L 238 174.5 C 238 174.777 238.223 175 238.5 175 C 238.777 175 239 174.777 239 174.5 L 239 172.5 L 239 170.5 L 239 164.5 C 239 164.223 238.777 164 238.5 164 C 238.223 164 238 164.223 238 164.5 L 238 166 L 226 166 L 226 162.5 C 226 162.223 225.777 162 225.5 162 z M 228 163 C 227.446 163 227 163.223 227 163.5 L 227 164.5 C 227 164.777 227.446 165 228 165 L 229 165 C 229.554 165 230 164.777 230 164.5 L 230 163.5 C 230 163.223 229.554 163 229 163 L 228 163 z M 231.5 163 C 231.22838 162.9457 231 163.223 231 163.5 L 231 164.5 C 231 164.777 231.223 165 231.5 165 L 236.5 165 C 236.777 165 237 164.777 237 164.5 C 237 164.223 236.77162 164.0543 236.5 164 L 231.5 163 z M 226 167 L 238 167 L 238 170.5 L 238 172 L 226 172 L 226 168.5 L 226 167 z M 228 169 C 227.446 169 227 169.223 227 169.5 L 227 170.5 C 227 170.777 227.446 171 228 171 L 229 171 C 229.554 171 230 170.777 230 170.5 L 230 169.5 C 230 169.223 229.554 169 229 169 L 228 169 z M 231.5 169 C 231.22838 168.9457 231 169.223 231 169.5 L 231 170.5 C 231 170.777 231.223 171 231.5 171 L 236.5 171 C 236.777 171 237 170.777 237 170.5 C 237 170.223 236.77162 170.0543 236.5 170 L 231.5 169 z "
|
d="m 257.5,162 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-2 0,-2 0,-6 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z m -5.5,4 12,0 0,3.5 0,1.5 -12,0 0,-3.5 0,-1.5 z m 2,2 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z"
|
||||||
id="hostel"
|
id="hostel"
|
||||||
inkscape:label="#path4547" />
|
inkscape:label="#path4547"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#d40000;stroke:none"
|
style="fill:#d40000;stroke:none"
|
||||||
d="M 241.5 162 C 241.223 162 241 162.223 241 162.5 L 241 168.5 C 241 168.777 241.223 169 241.5 169 C 241.777 169 242 168.777 242 168.5 L 242 167 L 254 167 L 254 168.5 C 254 168.777 254.223 169 254.5 169 C 254.777 169 255 168.777 255 168.5 L 255 164.5 C 255 164.223 254.777 164 254.5 164 C 254.223 164 254 164.223 254 164.5 L 254 166 L 242 166 L 242 162.5 C 242 162.223 241.777 162 241.5 162 z M 244 163 C 243.446 163 243 163.223 243 163.5 L 243 164.5 C 243 164.777 243.446 165 244 165 L 245 165 C 245.554 165 246 164.777 246 164.5 L 246 163.5 C 246 163.223 245.554 163 245 163 L 244 163 z M 247.5 163 C 247.22838 162.9457 247 163.223 247 163.5 L 247 164.5 C 247 164.777 247.223 165 247.5 165 L 252.5 165 C 252.777 165 253 164.777 253 164.5 C 253 164.223 252.77162 164.0543 252.5 164 L 247.5 163 z M 246.90625 169 C 246.67369 169.017 246.44823 169.11849 246.28125 169.28125 L 244.5625 171 L 243 171 C 242.47642 171.00005 242.00005 171.47642 242 172 L 242 173 C 242.00005 173.52358 242.47642 173.99995 243 174 L 243 173 C 243 172.446 243.446 172 244 172 L 246 172 C 246.554 172 247 172.446 247 173 L 247 174 L 249 174 L 249 173 C 249 172.446 249.446 172 250 172 L 252 172 C 252.554 172 253 172.446 253 173 L 253 174 C 253.52358 173.99995 253.99995 173.52358 254 173 L 254 172 C 253.99995 171.47642 253.52358 171.00005 253 171 L 252.4375 171 L 250.71875 169.28125 C 250.52897 169.09755 250.26406 168.99388 250 169 L 247 169 C 246.9688 168.999 246.93745 168.999 246.90625 169 z M 244.5 173 C 244.223 173 244 173.223 244 173.5 L 244 174.5 C 244 174.777 244.223 175 244.5 175 L 245.5 175 C 245.777 175 246 174.777 246 174.5 L 246 173.5 C 246 173.223 245.777 173 245.5 173 L 244.5 173 z M 250.5 173 C 250.223 173 250 173.223 250 173.5 L 250 174.5 C 250 174.777 250.223 175 250.5 175 L 251.5 175 C 251.777 175 252 174.777 252 174.5 L 252 173.5 C 252 173.223 251.777 173 251.5 173 L 250.5 173 z "
|
d="m 273.5,162 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z m -0.59375,6 c -0.23256,0.017 -0.45802,0.11849 -0.625,0.28125 L 276.5625,171 275,171 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,1 c 5e-5,0.52358 0.47642,0.99995 1,1 l 0,-1 c 0,-0.554 0.446,-1 1,-1 l 2,0 c 0.554,0 1,0.446 1,1 l 0,1 2,0 0,-1 c 0,-0.554 0.446,-1 1,-1 l 2,0 c 0.554,0 1,0.446 1,1 l 0,1 c 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-1 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 282.52897,169.09755 282.26406,168.99388 282,169 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z M 276.5,173 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1,0 z m 6,0 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -1,0 z"
|
||||||
id="motel_2"
|
id="motel_2"
|
||||||
inkscape:label="#motel" />
|
inkscape:label="#motel"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
style="fill:#808080;stroke:none"
|
style="fill:#808080;stroke:none"
|
||||||
d="m 241.5,146 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z"
|
d="m 273.5,146 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z"
|
||||||
id="path4573"
|
id="path4573"
|
||||||
inkscape:label="#rect4536" />
|
inkscape:label="#rect4536" />
|
||||||
<rect
|
<rect
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
y="157"
|
y="157"
|
||||||
x="244"
|
x="276"
|
||||||
height="2"
|
height="2"
|
||||||
width="2"
|
width="2"
|
||||||
id="rect4575"
|
id="rect4575"
|
||||||
|
@ -4205,7 +4208,7 @@
|
||||||
<rect
|
<rect
|
||||||
rx="0.5"
|
rx="0.5"
|
||||||
y="157"
|
y="157"
|
||||||
x="250"
|
x="282"
|
||||||
height="2"
|
height="2"
|
||||||
width="2"
|
width="2"
|
||||||
id="rect4577"
|
id="rect4577"
|
||||||
|
@ -4432,8 +4435,9 @@
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#c8beb7;stroke:none"
|
style="fill:#c8beb7;stroke:none"
|
||||||
d="M 308 175 L 308 175.5 C 308 175.223 308.223 175 308.5 175 L 308 175 z M 309.5 175 C 309.777 175 310 175.223 310 175.5 L 310 175 L 309.5 175 z M 308 176.5 L 308 177 L 308.5 177 C 308.223 177 308 176.777 308 176.5 z M 310 176.5 C 310 176.777 309.777 177 309.5 177 L 310 177 L 310 176.5 z "
|
d="m 340,175 0,0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 l -0.5,0 z m 1.5,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,-0.5 -0.5,0 z m -1.5,1.5 0,0.5 0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 z m 2,0 c 0,0.277 -0.223,0.5 -0.5,0.5 l 0.5,0 0,-0.5 z"
|
||||||
id="rect3642" />
|
id="rect3642"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="M 151.5 226 C 151.223 226 151 226.223 151 226.5 L 151 228.5 C 151 228.777 151.223 229 151.5 229 L 153.5 229 C 153.777 229 154 228.777 154 228.5 L 154 226.5 C 154 226.223 153.777 226 153.5 226 L 151.5 226 z M 149.5 231 C 149.223 231 149 231.223 149 231.5 C 149 231.777 149.223 232 149.5 232 L 151 232 L 151 237 L 149.5 237 C 149.223 237 149 237.223 149 237.5 C 149 237.777 149.223 238 149.5 238 L 155.5 238 C 155.777 238 156 237.777 156 237.5 C 156 237.223 155.777 237 155.5 237 L 154 237 L 154 231.5 C 154 231.223 153.777 231 153.5 231 L 151.5 231 L 149.5 231 z "
|
d="M 151.5 226 C 151.223 226 151 226.223 151 226.5 L 151 228.5 C 151 228.777 151.223 229 151.5 229 L 153.5 229 C 153.777 229 154 228.777 154 228.5 L 154 226.5 C 154 226.223 153.777 226 153.5 226 L 151.5 226 z M 149.5 231 C 149.223 231 149 231.223 149 231.5 C 149 231.777 149.223 232 149.5 232 L 151 232 L 151 237 L 149.5 237 C 149.223 237 149 237.223 149 237.5 C 149 237.777 149.223 238 149.5 238 L 155.5 238 C 155.777 238 156 237.777 156 237.5 C 156 237.223 155.777 237 155.5 237 L 154 237 L 154 231.5 C 154 231.223 153.777 231 153.5 231 L 151.5 231 L 149.5 231 z "
|
||||||
|
@ -4901,13 +4905,13 @@
|
||||||
sodipodi:nodetypes="ccccccccc"
|
sodipodi:nodetypes="ccccccccc"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path5008"
|
id="path5008"
|
||||||
d="m 263,154 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
d="m 295,154 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
||||||
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||||
<rect
|
<rect
|
||||||
ry="2"
|
ry="2"
|
||||||
rx="2"
|
rx="2"
|
||||||
y="156"
|
y="156"
|
||||||
x="259"
|
x="291"
|
||||||
height="4"
|
height="4"
|
||||||
width="4"
|
width="4"
|
||||||
id="rect5010"
|
id="rect5010"
|
||||||
|
@ -4917,14 +4921,14 @@
|
||||||
id="rect5012"
|
id="rect5012"
|
||||||
width="4"
|
width="4"
|
||||||
height="4"
|
height="4"
|
||||||
x="265"
|
x="297"
|
||||||
y="156"
|
y="156"
|
||||||
rx="2"
|
rx="2"
|
||||||
ry="2" />
|
ry="2" />
|
||||||
<path
|
<path
|
||||||
inkscape:label="#rect4536"
|
inkscape:label="#rect4536"
|
||||||
id="path5014"
|
id="path5014"
|
||||||
d="m 257.5,146 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z"
|
d="m 289.5,146 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z"
|
||||||
style="fill:#808080;stroke:none"
|
style="fill:#808080;stroke:none"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<rect
|
<rect
|
||||||
|
@ -4933,7 +4937,7 @@
|
||||||
id="rect5016"
|
id="rect5016"
|
||||||
width="2"
|
width="2"
|
||||||
height="2"
|
height="2"
|
||||||
x="260"
|
x="292"
|
||||||
y="157"
|
y="157"
|
||||||
rx="1" />
|
rx="1" />
|
||||||
<rect
|
<rect
|
||||||
|
@ -4942,14 +4946,15 @@
|
||||||
id="rect5018"
|
id="rect5018"
|
||||||
width="2"
|
width="2"
|
||||||
height="2"
|
height="2"
|
||||||
x="266"
|
x="298"
|
||||||
y="157"
|
y="157"
|
||||||
rx="1" />
|
rx="1" />
|
||||||
<path
|
<path
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||||
d="M 257.5 162 C 257.223 162 257 162.223 257 162.5 L 257 168.5 C 257 168.777 257.223 169 257.5 169 C 257.777 169 258 168.777 258 168.5 L 258 167 L 270 167 L 270 168.5 C 270 168.777 270.223 169 270.5 169 C 270.777 169 271 168.777 271 168.5 L 271 164.5 C 271 164.223 270.777 164 270.5 164 C 270.223 164 270 164.223 270 164.5 L 270 166 L 258 166 L 258 162.5 C 258 162.223 257.777 162 257.5 162 z M 260 163 C 259.446 163 259 163.223 259 163.5 L 259 164.5 C 259 164.777 259.446 165 260 165 L 261 165 C 261.554 165 262 164.777 262 164.5 L 262 163.5 C 262 163.223 261.554 163 261 163 L 260 163 z M 263.5 163 C 263.22838 162.9457 263 163.223 263 163.5 L 263 164.5 C 263 164.777 263.223 165 263.5 165 L 268.5 165 C 268.777 165 269 164.777 269 164.5 C 269 164.223 268.77162 164.0543 268.5 164 L 263.5 163 z M 262.90625 169 C 262.71296 169.0192 262.5258 169.0963 262.375 169.21875 L 260.15625 171 L 259 171 C 258.47642 171.00005 258.00005 171.47642 258 172 L 258 173 C 258.00005 173.52358 258.47642 173.99995 259 174 C 259 172.892 259.892 172 261 172 C 262.108 172 263 172.892 263 174 L 265 174 C 265 172.892 265.892 172 267 172 C 268.108 172 269 172.892 269 174 C 269.52358 173.99995 269.99995 173.52358 270 173 L 270 172 C 269.99995 171.47642 269.52358 171.00005 269 171 L 268.4375 171 L 266.71875 169.28125 C 266.52897 169.09755 266.26406 168.99388 266 169 L 263 169 C 262.9688 168.999 262.93745 168.999 262.90625 169 z M 261 173 C 260.446 173 260 173.446 260 174 C 260 174.554 260.446 175 261 175 C 261.554 175 262 174.554 262 174 C 262 173.446 261.554 173 261 173 z M 267 173 C 266.446 173 266 173.446 266 174 C 266 174.554 266.446 175 267 175 C 267.554 175 268 174.554 268 174 C 268 173.446 267.554 173 267 173 z "
|
d="m 289.5,162 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,6 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1.5 12,0 0,1.5 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-4 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1.5 -12,0 0,-3.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z m 2.5,1 c -0.554,0 -1,0.223 -1,0.5 l 0,1 c 0,0.277 0.446,0.5 1,0.5 l 1,0 c 0.554,0 1,-0.223 1,-0.5 l 0,-1 c 0,-0.277 -0.446,-0.5 -1,-0.5 l -1,0 z m 3.5,0 c -0.27162,-0.0543 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 0,-0.277 -0.22838,-0.4457 -0.5,-0.5 l -5,-1 z m -0.59375,6 c -0.19329,0.0192 -0.38045,0.0963 -0.53125,0.21875 L 292.15625,171 291,171 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,1 c 5e-5,0.52358 0.47642,0.99995 1,1 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 l 2,0 c 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-1 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 298.52897,169.09755 298.26406,168.99388 298,169 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z M 293,173 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z m 6,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"
|
||||||
id="motel"
|
id="motel"
|
||||||
inkscape:label="#path5022" />
|
inkscape:label="#path5022"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
id="path5046"
|
id="path5046"
|
||||||
|
@ -5106,7 +5111,7 @@
|
||||||
style="fill:none;stroke:#d4aa00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
|
style="fill:none;stroke:#d4aa00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
|
||||||
<path
|
<path
|
||||||
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
style="fill:#808080;stroke:#808080;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
d="m 279,153 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
d="m 311,153 -2.5,2 -1.5,0 0,1 10,0 0,-1 -1,0 -2,-2 z"
|
||||||
id="path5192"
|
id="path5192"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="ccccccccc" />
|
sodipodi:nodetypes="ccccccccc" />
|
||||||
|
@ -5115,7 +5120,7 @@
|
||||||
id="rect5194"
|
id="rect5194"
|
||||||
width="4"
|
width="4"
|
||||||
height="4"
|
height="4"
|
||||||
x="275"
|
x="307"
|
||||||
y="155"
|
y="155"
|
||||||
rx="2"
|
rx="2"
|
||||||
ry="2" />
|
ry="2" />
|
||||||
|
@ -5123,7 +5128,7 @@
|
||||||
ry="2"
|
ry="2"
|
||||||
rx="2"
|
rx="2"
|
||||||
y="155"
|
y="155"
|
||||||
x="281"
|
x="313"
|
||||||
height="4"
|
height="4"
|
||||||
width="4"
|
width="4"
|
||||||
id="rect5196"
|
id="rect5196"
|
||||||
|
@ -5131,7 +5136,7 @@
|
||||||
<rect
|
<rect
|
||||||
rx="1"
|
rx="1"
|
||||||
y="156"
|
y="156"
|
||||||
x="276"
|
x="308"
|
||||||
height="2"
|
height="2"
|
||||||
width="2"
|
width="2"
|
||||||
id="rect5198"
|
id="rect5198"
|
||||||
|
@ -5140,7 +5145,7 @@
|
||||||
<rect
|
<rect
|
||||||
rx="1"
|
rx="1"
|
||||||
y="156"
|
y="156"
|
||||||
x="282"
|
x="314"
|
||||||
height="2"
|
height="2"
|
||||||
width="2"
|
width="2"
|
||||||
id="rect5200"
|
id="rect5200"
|
||||||
|
@ -5148,13 +5153,13 @@
|
||||||
ry="1" />
|
ry="1" />
|
||||||
<path
|
<path
|
||||||
style="fill:none;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
style="fill:none;stroke:#d4aa00;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
d="m 273.5,149.5 1,-1 11,0 1,1"
|
d="m 305.5,149.5 1,-1 11,0 1,1"
|
||||||
id="path5202"
|
id="path5202"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccc" />
|
sodipodi:nodetypes="cccc" />
|
||||||
<path
|
<path
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||||
d="m 274.34375,162 c -0.0741,0.0356 -0.13911,0.0898 -0.1875,0.15625 l -1,1 c -0.25698,0.15718 -0.30568,0.56716 -0.0927,0.78017 0.21301,0.21301 0.62299,0.16431 0.78017,-0.0927 L 274.6875,163 l 10.625,0 0.84375,0.84375 c 0.15718,0.25698 0.56716,0.30568 0.78017,0.0927 0.21301,-0.21301 0.16431,-0.62299 -0.0927,-0.78017 l -1,-1 C 285.75511,162.06243 285.62896,162.00509 285.5,162 l -11,0 c -0.0312,-0.003 -0.0626,-0.003 -0.0937,0 -0.0208,-0.001 -0.0417,-0.001 -0.0625,0 z m 4.46875,2 c -0.16087,0.0354 -0.31266,0.11129 -0.4375,0.21875 L 276.15625,166 275,166 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,0.84375 c 0.0743,-0.46957 0.52463,-0.84954 1,-0.84375 l 1.15625,0 2.21875,-1.78125 c 0.1508,-0.12243 0.33796,-0.1995 0.53125,-0.21875 0.0312,-0.001 0.0625,-0.001 0.0937,0 l 3,0 c 0.26406,-0.006 0.52897,0.0976 0.71875,0.28125 L 284.4375,167 285,167 c 0.49376,-0.002 0.95367,0.41467 1,0.90625 L 286,167 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 282.52897,164.09755 282.26406,163.99388 282,164 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z m 0.0937,3 c -0.19329,0.0192 -0.38045,0.0963 -0.53125,0.21875 L 276.15625,169 275,169 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,1 c 5e-5,0.52358 0.47642,0.99995 1,1 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 l 2,0 c 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-1 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 282.52897,167.09755 282.26406,166.99388 282,167 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z M 277,171 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z m 6,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"
|
d="m 306.34375,162 c -0.0741,0.0356 -0.13911,0.0898 -0.1875,0.15625 l -1,1 c -0.25698,0.15718 -0.30568,0.56716 -0.0927,0.78017 0.21301,0.21301 0.62299,0.16431 0.78017,-0.0927 L 306.6875,163 l 10.625,0 0.84375,0.84375 c 0.15718,0.25698 0.56716,0.30568 0.78017,0.0927 0.21301,-0.21301 0.16431,-0.62299 -0.0927,-0.78017 l -1,-1 C 317.75511,162.06243 317.62896,162.00509 317.5,162 l -11,0 c -0.0312,-0.003 -0.0626,-0.003 -0.0937,0 -0.0208,-0.001 -0.0417,-0.001 -0.0625,0 z m 4.46875,2 c -0.16087,0.0354 -0.31266,0.11129 -0.4375,0.21875 L 308.15625,166 307,166 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,0.84375 c 0.0743,-0.46957 0.52463,-0.84954 1,-0.84375 l 1.15625,0 2.21875,-1.78125 c 0.1508,-0.12243 0.33796,-0.1995 0.53125,-0.21875 0.0312,-0.001 0.0625,-0.001 0.0937,0 l 3,0 c 0.26406,-0.006 0.52897,0.0976 0.71875,0.28125 L 316.4375,167 317,167 c 0.49376,-0.002 0.95367,0.41467 1,0.90625 L 318,167 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 314.52897,164.09755 314.26406,163.99388 314,164 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z m 0.0937,3 c -0.19329,0.0192 -0.38045,0.0963 -0.53125,0.21875 L 308.15625,169 307,169 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,1 c 5e-5,0.52358 0.47642,0.99995 1,1 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 l 2,0 c 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-1 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 314.52897,167.09755 314.26406,166.99388 314,167 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z M 309,171 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z m 6,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"
|
||||||
id="garages"
|
id="garages"
|
||||||
inkscape:label="#path5208"
|
inkscape:label="#path5208"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
|
@ -5164,11 +5169,11 @@
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
inkscape:label="#path5208"
|
inkscape:label="#path5208"
|
||||||
id="garage"
|
id="garage"
|
||||||
d="m 290.34375,163 c -0.0741,0.0356 -0.13911,0.0898 -0.1875,0.15625 l -1,1 c -0.25698,0.15718 -0.30568,0.56716 -0.0927,0.78017 0.21301,0.21301 0.62299,0.16431 0.78017,-0.0927 L 290.6875,164 l 10.625,0 0.84375,0.84375 c 0.15718,0.25698 0.56716,0.30568 0.78017,0.0927 0.21301,-0.21301 0.16431,-0.62299 -0.0927,-0.78017 l -1,-1 C 301.75512,163.06238 301.62896,163.00509 301.5,163 l -11,0 c -0.0312,-0.003 -0.0626,-0.003 -0.0937,0 -0.0208,-0.001 -0.0417,-0.001 -0.0625,0 z m 4.56245,3 c -0.19329,0.0192 -0.38045,0.0963 -0.53125,0.21875 L 292.15625,168 291,168 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,1 c 5e-5,0.52358 0.47642,0.99995 1,1 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 l 2,0 c 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-1 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 298.52897,166.09755 298.26406,165.99388 298,166 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z M 293,170 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z m 6,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"
|
d="m 322.34375,163 c -0.0741,0.0356 -0.13911,0.0898 -0.1875,0.15625 l -1,1 c -0.25698,0.15718 -0.30568,0.56716 -0.0927,0.78017 0.21301,0.21301 0.62299,0.16431 0.78017,-0.0927 L 322.6875,164 l 10.625,0 0.84375,0.84375 c 0.15718,0.25698 0.56716,0.30568 0.78017,0.0927 0.21301,-0.21301 0.16431,-0.62299 -0.0927,-0.78017 l -1,-1 C 333.75512,163.06238 333.62896,163.00509 333.5,163 l -11,0 c -0.0312,-0.003 -0.0626,-0.003 -0.0937,0 -0.0208,-0.001 -0.0417,-0.001 -0.0625,0 z m 4.56245,3 c -0.19329,0.0192 -0.38045,0.0963 -0.53125,0.21875 L 324.15625,168 323,168 c -0.52358,5e-5 -0.99995,0.47642 -1,1 l 0,1 c 5e-5,0.52358 0.47642,0.99995 1,1 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 l 2,0 c 0,-1.108 0.892,-2 2,-2 1.108,0 2,0.892 2,2 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-1 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -0.5625,0 -1.71875,-1.71875 C 330.52897,166.09755 330.26406,165.99388 330,166 l -3,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z M 325,170 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z m 6,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="m 307,155 0,-1 9,0 0,1 -2,4 -5,0 z"
|
d="m 339,155 0,-1 9,0 0,1 -2,4 -5,0 z"
|
||||||
id="path5241"
|
id="path5241"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="ccccccc" />
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
@ -5177,7 +5182,7 @@
|
||||||
id="rect5245"
|
id="rect5245"
|
||||||
width="1"
|
width="1"
|
||||||
height="8"
|
height="8"
|
||||||
x="311"
|
x="343"
|
||||||
y="149"
|
y="149"
|
||||||
ry="0.5"
|
ry="0.5"
|
||||||
rx="0.5" />
|
rx="0.5" />
|
||||||
|
@ -5192,10 +5197,10 @@
|
||||||
d="m 313.26777,147.73223 a 2.5,2.5 0 1 1 -3.53554,0 L 311.5,149.5 z"
|
d="m 313.26777,147.73223 a 2.5,2.5 0 1 1 -3.53554,0 L 311.5,149.5 z"
|
||||||
sodipodi:start="5.4977871"
|
sodipodi:start="5.4977871"
|
||||||
sodipodi:end="10.210176"
|
sodipodi:end="10.210176"
|
||||||
transform="translate(0,-1.5)" />
|
transform="translate(32,-1.5)" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#000000;stroke:none"
|
||||||
d="m 307,158 1,1 7,0 1,-1 z"
|
d="m 339,158 1,1 7,0 1,-1 z"
|
||||||
id="path5251"
|
id="path5251"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="ccccc" />
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
@ -5204,15 +5209,42 @@
|
||||||
id="rect5253"
|
id="rect5253"
|
||||||
width="5"
|
width="5"
|
||||||
height="4"
|
height="4"
|
||||||
x="309"
|
x="341"
|
||||||
y="147"
|
y="147"
|
||||||
rx="2"
|
rx="2"
|
||||||
ry="2" />
|
ry="2" />
|
||||||
<path
|
<path
|
||||||
style="fill:#000000;stroke:none"
|
style="fill:#000000;stroke:none"
|
||||||
d="m 309,148 5,0 0,1 -5,0 z"
|
d="m 341,148 5,0 0,1 -5,0 z"
|
||||||
id="rect5255"
|
id="rect5255"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="ccccc" />
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<rect
|
||||||
|
style="fill:#808080;stroke:none"
|
||||||
|
id="rect3769"
|
||||||
|
width="1"
|
||||||
|
height="8"
|
||||||
|
x="163"
|
||||||
|
y="151"
|
||||||
|
rx="0.5"
|
||||||
|
ry="0.5" />
|
||||||
|
<path
|
||||||
|
style="fill:#808080;stroke:none"
|
||||||
|
d="m 161.5,147 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,5 c 0,0.277 0.223,0.5 0.5,0.5 l 4,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -4,0 z m 1,1 2,0 c 0.277,0 0.5,0.223 0.5,0.5 l 0,1 c 0,0.277 -0.223,0.5 -0.5,0.5 l -2,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-1 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
|
||||||
|
id="path3771"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<rect
|
||||||
|
ry="0.5"
|
||||||
|
rx="0.5"
|
||||||
|
y="158"
|
||||||
|
x="161"
|
||||||
|
height="1"
|
||||||
|
width="14"
|
||||||
|
id="rect3773"
|
||||||
|
style="fill:#808080;stroke:none" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:none"
|
||||||
|
d="m 161.5,174 13,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -13,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z"
|
||||||
|
id="platform" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 271 KiB After Width: | Height: | Size: 271 KiB |
Loading…
Add table
Add a link
Reference in a new issue