Skip to content

Commit 3a84eeb

Browse files
committed
Upgrade to pinhead 15.23.0
1 parent ec0df55 commit 3a84eeb

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

data/presets/amenity/fast_food/chicken.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"grill",
2121
"lunch",
2222
"table"
23-
]
23+
],
24+
"icon": "poultry_drumstick"
2425
}

data/presets/natural/water/lake.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "lake",
33
"plural": "lakes",
4-
"autoTheme": false,
54
"tags": {
65
"natural": "water",
76
"water": "lake"
@@ -17,5 +16,6 @@
1716
"lakelet",
1817
"loch",
1918
"mere"
20-
]
19+
],
20+
"icon": "waters"
2121
}

data/presets/natural/water/pond.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "pond",
33
"plural": "ponds",
4-
"autoTheme": false,
54
"tags": {
65
"natural": "water",
76
"water": "pond"
@@ -19,5 +18,6 @@
1918
"millpond",
2019
"pool",
2120
"tarn"
22-
]
21+
],
22+
"icon": "waters"
2323
}

data/presets/natural/water/reservoir.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
},
1212
"geometry": [
1313
"area"
14-
]
14+
],
15+
"icon": "waters"
1516
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build_icons": "cp -rf node_modules/@waysidemapping/pinhead/dist/icons dist/icons"
1010
},
1111
"dependencies": {
12-
"@waysidemapping/pinhead": "~15.21.0",
12+
"@waysidemapping/pinhead": "~15.23.0",
1313
"chroma-js": "^3.2.0",
1414
"maplibre-gl": "~5.24.0",
1515
"potpack": "~2.1.0"

0 commit comments

Comments
 (0)