[editor] Remove ability to add attraction and remove name field for charging station

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
Co-authored-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
Co-committed-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-12-10 20:52:16 +01:00
committed by x7z4w
parent 3fabbae3f7
commit 7b5878b010

View File

@@ -519,7 +519,6 @@
<include group="poi_internet" /> <include group="poi_internet" />
</type> </type>
<type id="amenity-charging_station"> <type id="amenity-charging_station">
<include field="name" />
<include group="charge_sockets" /> <include group="charge_sockets" />
<include field="opening_hours" /> <include field="opening_hours" />
<include field="operator" /> <include field="operator" />
@@ -1116,7 +1115,7 @@
<type id="tourism-artwork"> <type id="tourism-artwork">
<include field="name" /> <include field="name" />
</type> </type>
<type id="tourism-attraction"> <type id="tourism-attraction" can_add="no">
<include group="poi_internet" /> <include group="poi_internet" />
<!-- <include field="wikipedia" />--> <!-- <include field="wikipedia" />-->
</type> </type>