Changeset 18094 in josm


Ignore:
Timestamp:
2021-07-28T15:38:45+02:00 (3 years ago)
Author:
Klumbumbus
Message:

see #20835 - Add boundary=marker and amenity=events_venue (patch by skyper), icons derived from service/community_centre and landmark/boundary_stone, both PD and CC0 licensed, ignore boundary=local_authority for now

Location:
trunk/resources
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18093 r18094  
    37053705            <space />
    37063706            <key key="leisure" value="dog_park" />
    3707             <text key="name" text="Name" />
    3708             <reference ref="oh_wheelchair" />
     3707            <reference ref="name_oh_wheelchair" />
    37093708            <check key="lit" text="Lit" />
    37103709        </item> <!-- Dog Park -->
     
    38253824            <reference ref="link_contact_address" />
    38263825        </item> <!-- Hackerspace -->
     3826        <item name="Events Venue" icon="presets/service/events_venue.svg" type="node,closedway,multipolygon" preset_name_label="true">
     3827            <link wiki="Tag:amenity=events_venue" />
     3828            <space />
     3829            <key key="amenity" value="events_venue" />
     3830            <reference ref="name_operator_oh_wheelchair" />
     3831            <reference ref="link_contact_address" />
     3832            <preset_link preset_name="Building" />
     3833        </item> <!-- Events Venue -->
    38273834        <separator/>
    38283835        <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
     
    40244031            <space />
    40254032            <key key="amenity" value="arts_centre" />
    4026             <text key="name" text="Name" />
     4033            <reference ref="name_operator_oh_wheelchair" />
    40274034            <reference ref="link_contact_address_payment" />
    40284035            <preset_link preset_name="Building" />
     
    66006607            <space />
    66016608            <key key="historic" value="boundary_stone" />
    6602             <text key="name" text="Name" />
     6609            <optional>
     6610                <text key="name" text="Name" />
     6611                <text key="inscription" text="Inscription" />
     6612            </optional>
     6613            <preset_link preset_name="Boundary Marker" text="Similar but different tags:" />
    66036614        </item> <!-- Boundary Stone -->
    66046615        <item name="Milestone" icon="presets/landmark/milestone.svg" type="node" preset_name_label="true">
     
    66086619            <optional>
    66096620                <text key="name" text="Name" />
     6621                <text key="inscription" text="Inscription" />
    66106622            </optional>
    66116623        </item> <!-- Milestone -->
     
    79137925            <text key="name" text="Name" />
    79147926        </item> <!-- Maritime -->
     7927        <separator/>
     7928        <item name="Boundary Marker" icon="presets/landmark/boundary_marker.svg" type="node" preset_name_label="true">
     7929            <link wiki="Tag:boundary=marker" />
     7930            <space />
     7931            <key key="boundary" value="marker" />
     7932            <optional>
     7933                <reference ref="name_ref" />
     7934                <text key="inscription" text="Inscription" />
     7935                <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
     7936            </optional>
     7937            <preset_link preset_name="Boundary Stone" text="Similar but different tags:" />
     7938        </item> <!-- Boundary Marker -->
    79157939    </group> <!-- Boundaries -->
    79167940    <group name="Places" icon="presets/place/isolated_dwelling.svg">
  • trunk/resources/data/validator/ignoretags.cfg

    r18082 r18094  
    163163; Misc Tags
    164164;
     165K:​boundary=local_authority
    165166K:mofa=use_sidepath
    166167K:moped=use_sidepath
  • trunk/resources/styles/standard/elemstyles.mapcss

    r18092 r18094  
    30143014}
    30153015area[amenity=townhall],
     3016area[amenity=events_venue],
    30163017area[amenity=community_centre] {
    30173018    fill-color: amenity_light#f7efb7;
     
    30193020node[amenity=townhall] {
    30203021    icon-image: "presets/service/townhall.svg";
     3022    set icon_z17;
     3023}
     3024node[amenity=events_venue] {
     3025    icon-image: "presets/service/events_venue.svg";
    30213026    set icon_z17;
    30223027}
     
    51785183    width: 5;
    51795184}
     5185
     5186node[boundary=marker] {
     5187    icon-image: "presets/landmark/boundary_marker.svg";
     5188    set icon_z17;
     5189}
     5190
    51805191node[boundary=national],
    51815192node[boundary=administrative],
Note: See TracChangeset for help on using the changeset viewer.