Skip to content

Commit

Permalink
Implement special tags to cleanup absent OSM-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
RZR-UA committed Nov 26, 2024
1 parent 3ccbcc5 commit 200fbfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions poi/poi_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5391,7 +5391,11 @@
<poi_additional name="gpx_coloring_type" tag="gpx_coloring_type" type="text"/>
<poi_additional name="gpx_color" tag="gpx_color" type="text"/>
<poi_additional name="gpx_width" tag="gpx_width" type="text"/>
<!-- OBF-GPX track: special extension tags -->
<poi_additional name="gpx_osmand:activity" tag="gpx_osmand:activity" type="text"/> <!-- osmand:activity placed in the metadata -->
<poi_additional name="gpx_osm_ref_present" tag="gpx_osm_ref_present" type="text"/>
<poi_additional name="gpx_osm_name_present" tag="gpx_osm_name_present" type="text"/>
<poi_additional name="gpx_osm_description_present" tag="gpx_osm_description_present" type="text"/>
<!-- OBF-GPX track: osmand:points_groups list by tags -->
<poi_additional name="points_groups_names" tag="points_groups_names" type="text"/>
<poi_additional name="points_groups_icons" tag="points_groups_icons" type="text"/>
Expand All @@ -5403,6 +5407,7 @@
<poi_additional name="shield_fg_2" tag="shield_fg_2" type="text"/>
<poi_additional name="shield_text" tag="shield_text" type="text"/>
<poi_additional name="shield_textcolor" tag="shield_textcolor" type="text"/>
<poi_additional name="shield_waycolor" tag="shield_waycolor" type="text"/> <!-- special to restore as GPX tag -->
</poi_type>
<poi_type name="route_track_point" tag="route_type" value="track_point">
<!-- OBF-GPX point: icon extensions -->
Expand Down

0 comments on commit 200fbfd

Please sign in to comment.