Skip to content

Commit

Permalink
Removed "shop=petfood", no longer in the data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Townsend committed Nov 5, 2024
1 parent b5b34bb commit fbd0ad7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion style.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions taginfo.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit fbd0ad7

Please sign in to comment.