From fbd0ad7503436cd6032cbe9548727fd2491512cd Mon Sep 17 00:00:00 2001 From: Andy Townsend Date: Tue, 5 Nov 2024 11:32:14 +0000 Subject: [PATCH] Removed "shop=petfood", no longer in the data. --- changelog.md | 1 + style.lua | 1 - taginfo.json | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 68ba014..f3f58cb 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,7 @@ Added more shops from the "long tail", mostly as nonspecific shops, health place Show grass aeroway=taxiway as "pathwide" (which "track" gets changed to) rather than brown. Fix the appending of brands and operators to names so that it handles odd characters in names, brands and operators. Remove the name from the area component of linear water bodies to add to river (such as canal, stream, etc.) +Removed "shop=petfood", no longer in the data. ## 22/10/2024 Fixed bug where some cemeteries weren't shown. diff --git a/style.lua b/style.lua index fecd7fa..ca91733 100644 --- a/style.lua +++ b/style.lua @@ -8312,7 +8312,6 @@ function filter_tags_generic(keyvalues, nokeys) ( keyvalues["shop"] == "pet_supplies" ) or ( keyvalues["shop"] == "pet_care" ) or ( keyvalues["shop"] == "pet_food" ) or - ( keyvalues["shop"] == "petfood" ) or ( keyvalues["shop"] == "animal_feed" )) then keyvalues["landuse"] = "unnamedcommercial" keyvalues["shop"] = "pet_food" diff --git a/taginfo.json b/taginfo.json index ae3209f..4e0c8a7 100644 --- a/taginfo.json +++ b/taginfo.json @@ -1,7 +1,7 @@ { "data_format": 1, "data_url": "https://raw.githubusercontent.com/SomeoneElseOSM/SomeoneElse-style/master/taginfo.json", - "data_updated": "20241031T121600Z", + "data_updated": "20241105T112600Z", "project": { "name": "SomeoneElse: Rural pedestrian CartoCSS maps", "description": "This map style is designed for England and Wales-based rural pedestrians. It shows public rights of way and long distance paths.", @@ -2966,7 +2966,6 @@ { "key": "shop", "value": "pet_food", "description": "Various shops shown" }, { "key": "shop", "value": "pet_grooming", "description": "Various shops shown" }, { "key": "shop", "value": "pet_supplies", "description": "Various shops shown" }, - { "key": "shop", "value": "petfood", "description": "Various shops shown" }, { "key": "shop", "value": "pharmacy", "description": "If not already an 'amenity=pharmacy', process as one" }, { "key": "shop", "value": "phone", "description": "Various shops shown" }, { "key": "shop", "value": "phone_repair", "description": "Various shops shown" },