Add hackerspace

Signed-off-by: Harry Bond <hrbond@pm.me>
This commit is contained in:
Harry Bond 2023-11-21 17:39:22 +00:00 committed by Viktor Govako
parent 49075df988
commit def90a8e55
9 changed files with 49 additions and 0 deletions

View file

@ -7793,6 +7793,22 @@ sw:Uwanja wa gofu|michezo
fa:زمین گلف
mr:गोल्फचे मैदान
leisure-hackerspace
en:4Hackerspace
ar:هاكرزبيس
be:Хакерская прастора
es-MX:Espacio hacker
fa:فضای هکرها
he:האקרספייס
ja:ハッカースペース
ko:해커스 스페이스
mr:हॅकरस्पेस
ru:Хакерспейс
th:แฮกเกอร์สเปซ
vi:Không gian tin tặc
zh-Hans:创客空间
zh-Hant:駭客空間
leisure-pitch
en:4Sports Ground|sport|U+26BD|U+26BE|U+1F3BE|U+1F3C0|U+1F3C8|U+1F3C9|U+1F3C3
ru:Спортплощадка|спорт|4спортивная площадка

View file

@ -1024,6 +1024,9 @@
<type id="shop-camera" group="shop">
<include group="poi_internet" />
</type>
<type id="leisure-hackerspace">
<include group="poi_internet" />
</type>
<!-- Uncomment this after our editor core supports complex types
<type id="amenity-vending_machine-cigarettes">
<tag k="amenity" v="vending_machine" />

View file

@ -1674,3 +1674,4 @@ amenity|parking|underground|private;[amenity=parking][location=underground][acce
amenity|parking|street_side|private;[amenity=parking][parking=street_side][access=private];;name;int_name;1590;
amenity|parking|lane|private;[amenity=parking][parking=lane][access=private];;name;int_name;1591;
amenity|compressed_air;1592;
leisure|hackerspace;1593;

Can't render this file because it contains an unexpected character in line 7 and column 16.

View file

@ -15826,6 +15826,24 @@
zh-Hans = 高尔夫球场
zh-Hant = 高爾夫球場
[type.leisure.hackerspace]
en = Hackerspace
ar = هاكرزبيس
be = Хакерская прастора
es-MX = Espacio hacker
fa = فضای هکرها
he = האקרספייס
hi = हैकर्सस्पेस
ja = ハッカースペース
ko = 해커스 스페이스
mr = हॅकरस्पेस
ru = Хакерспейс
th = แฮกเกอร์สเปซ
vi = Không gian tin tặc
zh-Hans = 创客空间
zh-Hant = 駭客空間
[type.leisure.ice_rink]
en = Ice Rink
af = Ysskaatsbaan

View file

@ -1266,6 +1266,9 @@ area|z17-[amenity=driving_school]
node|z17-[amenity=language_school],
area|z17-[amenity=language_school]
{icon-image: language_school-m.svg;}
node|z17-[leisure=hackerspace],
area|z17-[leisure=hackerspace]
{icon-image: hackerspace-m.svg;}
/* 5.3 Sport */

View file

@ -1149,6 +1149,7 @@ amenity-nursing_home # icon z17- (also has captio
amenity-payment_terminal # icon z17- (also has caption(optional) z17-)
leisure-fitness_centre # icon z17- (also has caption(optional) z17-)
leisure-fitness_station # icon z17- (also has caption(optional) z17-)
leisure-hackerspace # icon z17- (also has caption(optional) z17-)
leisure-ice_rink # icon z17- (also has caption(optional) z17-)
leisure-sauna # icon z17- (also has caption(optional) z17-)
leisure-sports_centre # icon z17- (also has caption(optional) z17-)
@ -2081,6 +2082,7 @@ amenity-parking_entrance-private # icon z19- (also has captio
# amenity-payment_terminal # caption(optional) z17- (also has icon z17-)
# leisure-fitness_centre # caption(optional) z17- (also has icon z17-)
# leisure-fitness_station # caption(optional) z17- (also has icon z17-)
# leisure-hackerspace # caption(optional) z17- (also has icon z17-)
# leisure-ice_rink # caption(optional) z17- (also has icon z17-)
# leisure-sauna # caption(optional) z17- (also has icon z17-)
# leisure-sports_centre # caption(optional) z17- (also has icon z17-)

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/><circle cx="12" cy="12" r="11" fill="#717065"/><g fill="none" stroke="#fff" stroke-width="1.2"><path d="m7.2852 5.5351h9.4289l1.7502 1.7502v9.4289l-1.7502 1.7502h-9.4289l-1.7502-1.7502v-9.4289z" stroke-linecap="round"/><path d="m10.011 15.179h5.9743" stroke-linejoin="bevel"/><path d="m8.0337 8.0337 2.4494 2.4494-2.4494 2.45" stroke-linecap="square"/></g></svg>

After

Width:  |  Height:  |  Size: 554 B

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="#000" opacity=".6"/><circle cx="12" cy="12" r="11" fill="#717065"/><g fill="none" stroke="#000" stroke-width="1.2"><path d="m7.2852 5.5351h9.4289l1.7502 1.7502v9.4289l-1.7502 1.7502h-9.4289l-1.7502-1.7502v-9.4289z" stroke-linecap="round"/><path d="m10.011 15.179h5.9743" stroke-linejoin="bevel"/><path d="m8.0337 8.0337 2.4494 2.4494-2.4494 2.45" stroke-linecap="square"/></g></svg>

After

Width:  |  Height:  |  Size: 554 B

View file

@ -1149,6 +1149,7 @@ amenity-nursing_home # icon z17- (also has captio
amenity-payment_terminal # icon z17- (also has caption(optional) z17-)
leisure-fitness_centre # icon z17- (also has caption(optional) z17-)
leisure-fitness_station # icon z17- (also has caption(optional) z17-)
leisure-hackerspace # icon z17- (also has caption(optional) z17-)
leisure-ice_rink # icon z17- (also has caption(optional) z17-)
leisure-sauna # icon z17- (also has caption(optional) z17-)
leisure-sports_centre # icon z17- (also has caption(optional) z17-)
@ -2083,6 +2084,7 @@ amenity-parking_entrance-private # icon z19- (also has captio
# amenity-payment_terminal # caption(optional) z17- (also has icon z17-)
# leisure-fitness_centre # caption(optional) z17- (also has icon z17-)
# leisure-fitness_station # caption(optional) z17- (also has icon z17-)
# leisure-hackerspace # caption(optional) z17- (also has icon z17-)
# leisure-ice_rink # caption(optional) z17- (also has icon z17-)
# leisure-sauna # caption(optional) z17- (also has icon z17-)
# leisure-sports_centre # caption(optional) z17- (also has icon z17-)