fixing config for tap water sources

Signed-off-by: nq <nq>
This commit is contained in:
nq
2026-05-03 16:25:29 +03:00
parent f56776c88b
commit 481bc2b690
2 changed files with 7 additions and 12 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,3 @@
stage-4-osm-convention/OsmAnd* stage-4-osm-convention/*
parsed-landmarkjs/osm/* parsed-landmarkjs/osm/*
/home/nethq/programming-environment/garmin-converter-2026-04-14/stage-4-osm-conversion/*

View File

@@ -180,11 +180,6 @@
"0x64:0x14" "0x64:0x14"
], ],
"semantic_required_any": [ "semantic_required_any": [
{
"man_made":"water_tap",
"amenity":"drinking_water",
"drinking_water":"yes"
}
], ],
"semantic_preferred_any": [], "semantic_preferred_any": [],
"gpxsee_classes_any": [ "gpxsee_classes_any": [
@@ -194,7 +189,7 @@
"has_image": null "has_image": null
}, },
"display": { "display": {
"label": "Извори / питейна вода", "label": "Вода / Чешма",
"color": "#1E88E5", "color": "#1E88E5",
"icon": "water_drop", "icon": "water_drop",
"background": "circle" "background": "circle"
@@ -209,8 +204,8 @@
"postprocess": { "postprocess": {
"add_tags": { "add_tags": {
"man_made":"water_tap", "man_made":"water_tap",
"amenity":"drinking_water", "amenity":"drinking_water",
"drinking_water":"yes" "drinking_water":"yes"
}, },
"remove_tags": [] "remove_tags": []
}, },
@@ -262,8 +257,8 @@
"point_group_key": "raw:0x64:0x14", "point_group_key": "raw:0x64:0x14",
"semantic_tags": { "semantic_tags": {
"man_made":"water_tap", "man_made":"water_tap",
"amenity":"drinking_water", "amenity":"drinking_water",
"drinking_water":"yes" "drinking_water":"yes"
}, },
"gpxsee_classes": [ "gpxsee_classes": [
"poi" "poi"