Skip to content

Commit b751586

Browse files
author
Andy Townsend
committed
Removed shop=hats; no longer in the data.
1 parent 3105c54 commit b751586

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes made to this rendering
22
This page describes changes made in these projects: [SomeoneElse-style](https://github.com/SomeoneElseOSM/SomeoneElse-style), [SomeoneElse-style-legend](https://github.com/SomeoneElseOSM/SomeoneElse-style-legend) and [openstreetmap-carto-AJT](https://github.com/SomeoneElseOSM/openstreetmap-carto-AJT), and visible [on this site](//map.atownsend.org.uk/maps/map/map.html). Since 2025 this also includes changes to lua code shared between raster and vector processing - hence the notes below about which a particular change applies to. See [this changelog](https://github.com/SomeoneElseOSM/SomeoneElse-vector-extract/blob/main/resources/changelog_sve01.md) for where changes here affect the vector schema, and also other vector-only ones.
33

4-
## As yet unreleased
4+
## 04/12/2025
55
(raster, vector) Append `maxheight` to height restrictors.
66
(raster, vector) Show a few more vending machine labels.
77
(raster, vector) Show historic mineshafts tagged with `historic=yes; type=mine_shaft`.
@@ -10,6 +10,7 @@ This page describes changes made in these projects: [SomeoneElse-style](https://
1010
(raster, vector) Treat `shop=fan` as `shop=clothes` (as mainly replica kits).
1111
(raster, vector) Treat `shop=country_store` etc. as `shop=pet_food` (a better match than the previous `furniture`).
1212
(raster, vector) Treat `shop=cleaning_supplies` as a nonspecific shop.
13+
(raster, vector) Removed `shop=hats`; no longer in the data.
1314

1415
## 29/11/2025
1516
(raster, vector) Show `amenity=weighbridge`.

shared_lua.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9124,7 +9124,6 @@ function consolidate_lua_04_t( passedt )
91249124
( passedt.shop == "dance" ) or
91259125
( passedt.shop == "clothes_hire" ) or
91269126
( passedt.shop == "hat" ) or
9127-
( passedt.shop == "hats" ) or
91289127
( passedt.shop == "wigs" ) or
91299128
( passedt.shop == "fan" )) then
91309129
passedt.shop = "clothes"

taginfo.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,7 +3215,6 @@
32153215
{ "key": "shop", "value": "hardware", "description": "Various shops shown" },
32163216
{ "key": "shop", "value": "hardware_rental", "description": "Various shops shown" },
32173217
{ "key": "shop", "value": "hat", "description": "Various shops shown" },
3218-
{ "key": "shop", "value": "hats", "description": "Various shops shown" },
32193218
{ "key": "shop", "value": "headshop", "description": "Shown as nonspecific shop" },
32203219
{ "key": "shop", "value": "health", "description": "Various shops shown" },
32213220
{ "key": "shop", "value": "health_and_beauty", "description": "Various shops shown" },

0 commit comments

Comments
 (0)