hi!
i define several presents with my own icons and they will show when poi will be insert.
now i define
<item name="Rolli-Parkplatz" icon="rolli.png">
<key key="amenity" value="parking_space"/>
<key key="parking_space" value="disabled"/>
<combo key="capacity"
text="Anzahl Stellplätze"
de.text="Anzahl Stellplätze"
values="1,2,3,4,5,6"
display_values="1,2,3,4,5,6"
default=""
delete_if_empty="true" />
<combo key="access"
text="Access"
de.text="Art des Zugangs"
values="customers,public,private"
display_values="Kunden, Öffentlich,Private"
default=""
delete_if_empty="true" />
<combo key="parking"
text="Art des Stellplatzes"
de.text="Art des Stellplatzes"
values="surface,multi-storey,underground,rooftop,sheds,carports,garage_boxes"
display_values="Standard (Ebene),Parkhaus,Tiefgarage,Dach,private Bauten,Carport,Garage"
default="surface"
delete_if_empty="true" />
<text key="ref" text="Nummer zugewiesen" default="" delete_if_empty="true"/>
<text key="parking:condition:maxstay" text="max. Verweildauer [min]" default="" delete_if_empty="true"/>
<text key="parking:condition:time_interval" text="Rolli in der Zeit von ..." default="" delete_if_empty="true"/>
</item>
but this poi will not show with my icon - it used the icon or parking_space.
is it possible to define a way to show the rolli.png - icon?
regards Jan
gerne auch Antworten in deutsch