mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-04 20:01:53 +02:00
Electricity icon.
This commit is contained in:
parent
c60b1ce59a
commit
96a2609a67
5 changed files with 15 additions and 6 deletions
|
@ -104,6 +104,8 @@ tags:
|
||||||
|
|
||||||
# Other buildings
|
# Other buildings
|
||||||
|
|
||||||
|
- tags: {building: service, power: substation}
|
||||||
|
icon: [electricity]
|
||||||
- tags: {building: apartments}
|
- tags: {building: apartments}
|
||||||
icon: [apartments]
|
icon: [apartments]
|
||||||
- tags: {tourism: hotel}
|
- tags: {tourism: hotel}
|
||||||
|
|
BIN
doc/grid.png
BIN
doc/grid.png
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
|
@ -46,7 +46,7 @@ wood_color = 'B8CC84'
|
||||||
icons_file_name = '../icons/icons.svg'
|
icons_file_name = '../icons/icons.svg'
|
||||||
tags_file_name = '../data/tags.yml'
|
tags_file_name = '../data/tags.yml'
|
||||||
colors_file_name = '../data/colors.yml'
|
colors_file_name = '../data/colors.yml'
|
||||||
missed_tags_file_name = '../missed_tags_file_name.yml'
|
missed_tags_file_name = '../missed_tags.yml'
|
||||||
|
|
||||||
tags_to_write = set(['operator', 'opening_hours', 'cuisine', 'network',
|
tags_to_write = set(['operator', 'opening_hours', 'cuisine', 'network',
|
||||||
'website', 'website_2', 'STIF:zone', 'opening_hours:url',
|
'website', 'website_2', 'STIF:zone', 'opening_hours:url',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.path.append('lib')
|
sys.path.append('../lib')
|
||||||
|
|
||||||
import network
|
import network
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="32"
|
inkscape:zoom="32"
|
||||||
inkscape:cx="24.460024"
|
inkscape:cx="105.71002"
|
||||||
inkscape:cy="271.77596"
|
inkscape:cy="394.27596"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
inkscape:snap-bbox="true"
|
inkscape:snap-bbox="true"
|
||||||
inkscape:window-width="1425"
|
inkscape:window-width="1425"
|
||||||
inkscape:window-height="995"
|
inkscape:window-height="995"
|
||||||
inkscape:window-x="54"
|
inkscape:window-x="67"
|
||||||
inkscape:window-y="28"
|
inkscape:window-y="18"
|
||||||
inkscape:window-maximized="0">
|
inkscape:window-maximized="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
|
@ -4698,5 +4698,12 @@
|
||||||
id="night_club"
|
id="night_club"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
inkscape:label="#path4864" />
|
inkscape:label="#path4864" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:none"
|
||||||
|
d="m 105,193 -5,8 5,0 -2,6 5,-8 -5,0 z"
|
||||||
|
id="electricity"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccc"
|
||||||
|
inkscape:label="#path4874" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 244 KiB |
Loading…
Add table
Add a link
Reference in a new issue