Skip to content

Commit

Permalink
Fix missing text attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Apr 20, 2024
1 parent 4569cab commit 7b03f37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

ext {
version = '5.51.0'
version = '5.51.1'
preset_file = 'master_preset.xml'
mapped_josm_preset_file = 'mapped_josm_preset.xml'
mapped_vespucci_preset_file = 'mapped_vespucci_preset.xml'
Expand Down
22 changes: 11 additions & 11 deletions master_preset.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<presets version="5.51.0" xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" shortdescription="Default OpenStreetMap Preset for Vespucci and JOSM"
<presets version="5.51.1" xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" shortdescription="Default OpenStreetMap Preset for Vespucci and JOSM"
description="General purpose OpenStreetMap preset for Vespucci and JOSM, based on the original JOSM version"
object_keys="advertising,attraction,area:highway,building:part,cemetery,club,departures_board,disc_golf,disused:amenity,disused:leisure,disused:man_made,disused:shop,golf,ford,harbour,hazard,noexit,indoor,playground,pipeline,piste:type,police,public_transport,seamark:type,traffic_calming,traffic_sign,traffic_sign:backward,traffic_sign:forward,marker,mountain_pass,telecom">
<!--
Expand Down Expand Up @@ -7023,41 +7023,41 @@
<item name="Regional cycle network junction" icon="${tourist_regional_cycle_network_junction}" type="node" preset_name_label="true">
<link wiki="Tag:network:type=node_network"/>
<key key="network:type" value="node_network" object="true"/>
<text key="rcn_ref" match="key"/>
<text key="rcn_ref" text="Reference" match="key"/>
<optional>
<text key="expected_rcn_route_relations" match="none" value_type="integer"/>
<text key="expected_rcn_route_relations" text="Expected route count" match="none" value_type="integer"/>
</optional>
</item>
<item name="Local cycle network junction" icon="${tourist_local_cycle_network_junction}" type="node" preset_name_label="true">
<link wiki="Tag:network:type=node_network"/>
<key key="network:type" value="node_network" object="true"/>
<text key="lcn_ref" match="key"/>
<text key="lcn_ref" text="Reference" match="key"/>
<optional>
<text key="expected_lcn_route_relations" match="none" value_type="integer"/>
<text key="expected_lcn_route_relations" text="Expected route count" match="none" value_type="integer"/>
</optional>
</item>
<item name="Regional walking network junction" icon="${tourist_regional_walking_network_junction}" type="node" preset_name_label="true">
<link wiki="Tag:network:type=node_network"/>
<key key="network:type" value="node_network" object="true"/>
<text key="rwn_ref" match="key"/>
<text key="rwn_ref" text="Reference" match="key"/>
<optional>
<text key="expected_rwn_route_relations" match="none" value_type="integer"/>
<text key="expected_rwn_route_relations" text="Expected route count" match="none" value_type="integer"/>
</optional>
</item>
<item name="Local walking network junction" icon="${tourist_regional_walking_network_junction}" type="node" preset_name_label="true">
<link wiki="Tag:network:type=node_network"/>
<key key="network:type" value="node_network" object="true"/>
<text key="lwn_ref" match="key"/>
<text key="lwn_ref" text="Reference" match="key"/>
<optional>
<text key="expected_lwn_route_relations" match="none" value_type="integer"/>
<text key="expected_lwn_route_relations" text="Expected route count" match="none" value_type="integer"/>
</optional>
</item>
<item name="Regional hiking network junction" icon="${tourist_regional_hiking_network_junction}" type="node" preset_name_label="true">
<link wiki="Tag:network:type=node_network"/>
<key key="network:type" value="node_network" object="true"/>
<text key="rhn_ref" match="key"/>
<text key="rhn_ref" text="Reference" match="key"/>
<optional>
<text key="expected_rhn_route_relations" match="none" value_type="integer"/>
<text key="expected_rhn_route_relations" text="Expected route count" match="none" value_type="integer"/>
</optional>
</item>
</group> <!-- Node network junctions -->
Expand Down

0 comments on commit 7b03f37

Please sign in to comment.