Skip to content

Commit 6f570f9

Browse files
author
Andy Townsend
committed
(raster, vector) Removed information=leaflet_board.
No longer in the data.
1 parent 7e74f12 commit 6f570f9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This page describes changes made in these projects: [SomeoneElse-style](https://
66
(raster, vector) Removed `gate=kissing`. No longer in the data.
77
(raster, vector) Append "£" to toll roads and paths as if it was an official ref.
88
(raster, vector) Extract the `website` along with the `name` on `amenity=charging_station`. The raster rendering code can render `ele` on nodes only currently, but the vector rendering code can also show `ele` (at high zooms) on (multi)polygons.
9+
(raster, vector) Removed `information=leaflet_board`. No longer in the data.
910

1011
## Vector 26/03/2025, Raster as yet unreleased
1112
(raster) Show `highway=elevator` nodes and ways, with a name if present, and show in legend.

shared_lua.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6775,7 +6775,6 @@ function consolidate_lua_03_t( passedt )
67756775
( passedt.information == "information_board" ) or
67766776
( passedt.information == "interpretation" ) or
67776777
( passedt.information == "interpretive_board" ) or
6778-
( passedt.information == "leaflet_board" ) or
67796778
( passedt.information == "leaflets" ) or
67806779
( passedt.information == "map and posters" ) or
67816780
( passedt.information == "map" ) or

taginfo.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data_format": 1,
33
"data_url": "https://raw.githubusercontent.com/SomeoneElseOSM/SomeoneElse-style/master/taginfo.json",
4-
"data_updated": "20250328T105001Z",
4+
"data_updated": "20250330T111501Z",
55
"project": {
66
"name": "SomeoneElse: Rural pedestrian CartoCSS maps",
77
"description": "This map style is designed for England and Wales-based rural pedestrians. It shows public rights of way and long distance paths.",
@@ -1650,7 +1650,6 @@
16501650
{ "key": "information", "value": "interpretation", "description": "Shown as information board" },
16511651
{ "key": "information", "value": "interpretive_board", "description": "Shown as information board" },
16521652
{ "key": "information", "value": "kiosk", "description": "Shown as information office" },
1653-
{ "key": "information", "value": "leaflet_board", "description": "Shown as information board" },
16541653
{ "key": "information", "value": "leaflets", "description": "Shown as information board" },
16551654
{ "key": "information", "value": "map and posters", "description": "Shown as information board" },
16561655
{ "key": "information", "value": "map", "description": "Shown as information board" },

0 commit comments

Comments
 (0)