Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 117 additions & 11 deletions dist/historical/historical.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,6 @@
[
"literal",
[
"grave_yard",
"picnic_site",
"camp_site",
"playground",
Expand Down Expand Up @@ -873,8 +872,6 @@
"get",
"type"
],
"grave_yard",
"rgba(214, 222, 210, 1)",
"picnic_site",
"rgba(208, 220, 174, 1)",
"camp_site",
Expand Down Expand Up @@ -914,6 +911,34 @@
]
}
},
{
"id": "landuse_areas_cemetery_pattern",
"type": "fill",
"source": "ohm",
"source-layer": "landuse_areas",
"minzoom": 11,
"maxzoom": 24,
"filter": [
"in",
[
"get",
"type"
],
[
"literal",
[
"cemetery"
]
]
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-pattern": "cross_space_18px",
"fill-opacity": 0.3
}
},
{
"id": "parking_lots",
"type": "fill",
Expand Down Expand Up @@ -1094,15 +1119,48 @@
"literal",
[
"school",
"university"
"university",
"grave_yard"
]
]
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "rgba(226, 214, 205, 1)"
"fill-color": [
"match",
[
"get",
"type"
],
"grave_yard",
"rgba(214, 222, 210, 1)",
"rgba(226, 214, 205, 1)"
]
}
},
{
"id": "amenity_areas_grave_yard_pattern",
"type": "fill",
"source": "ohm",
"source-layer": "amenity_areas",
"minzoom": 11,
"maxzoom": 24,
"filter": [
"==",
[
"get",
"type"
],
"grave_yard"
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-pattern": "grave_yard_space_18px",
"fill-opacity": 0.3
}
},
{
Expand Down Expand Up @@ -12409,21 +12467,69 @@
],
"layout": {
"icon-image": "airport-18",
"icon-size": [
"icon-offset": [
-1,
0
],
"text-font": [
"OpenHistorical"
],
"text-field": [
"coalesce",
[
"get",
"iata"
],
[
"get",
"icao"
]
],
"text-size": [
"interpolate",
[
"linear"
],
[
"zoom"
],
10,
1.2,
11.99,
12,
13,
14,
1.5
14,
14,
14.01,
0
],
"text-font": [
"OpenHistorical"
"text-anchor": "left",
"text-offset": [
1,
0
],
"visibility": "visible"
},
"paint": {
"text-color": "rgba(80, 80, 80, 1)",
"text-halo-color": "rgba(255, 255, 255, 1)",
"text-halo-width": 0.5,
"text-halo-blur": 1,
"text-opacity": [
"interpolate",
[
"linear"
],
[
"zoom"
],
11.99,
0,
12,
0.8,
14,
0.8,
14.01,
0
]
}
},
Expand Down
14 changes: 14 additions & 0 deletions dist/historical/historical_spritesheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,13 @@
"x": 48,
"y": 166
},
"cross_space_18px": {
"height": 18,
"pixelRatio": 1,
"width": 18,
"x": 0,
"y": 256
},
"dentist-18": {
"height": 17,
"pixelRatio": 1,
Expand Down Expand Up @@ -559,6 +566,13 @@
"x": 33,
"y": 130
},
"grave_yard_space_18px": {
"height": 18,
"pixelRatio": 1,
"width": 18,
"x": 18,
"y": 256
},
"grocery-18": {
"height": 15,
"pixelRatio": 1,
Expand Down
Binary file modified dist/historical/historical_spritesheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions dist/historical/historical_spritesheet@2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,13 @@
"x": 48,
"y": 166
},
"cross_space_18px": {
"height": 18,
"pixelRatio": 1,
"width": 18,
"x": 0,
"y": 256
},
"dentist-18": {
"height": 17,
"pixelRatio": 1,
Expand Down Expand Up @@ -559,6 +566,13 @@
"x": 33,
"y": 130
},
"grave_yard_space_18px": {
"height": 18,
"pixelRatio": 1,
"width": 18,
"x": 18,
"y": 256
},
"grocery-18": {
"height": 15,
"pixelRatio": 1,
Expand Down
Binary file modified dist/historical/historical_spritesheet@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading