Skip to content

Commit 0107255

Browse files
committed
feat(vector): Test ocean data
1 parent b2bb503 commit 0107255

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

config/style/topographic-v2.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
"id": "Background",
77
"layout": { "visibility": "visible" },
88
"minzoom": 0,
9-
"paint": { "background-color": "rgba(184, 220, 242, 1)" },
9+
"paint": {
10+
"fill-antialias": true,
11+
"fill-color": {
12+
"stops": [
13+
[1, "rgba(228, 234, 228, 1)"],
14+
[10, "rgba(232, 232, 232, 1)"],
15+
[20, "rgba(232, 232, 232, 1)"]
16+
]
17+
}
18+
},
1019
"type": "background"
1120
},
1221
{
@@ -41,21 +50,12 @@
4150
},
4251
{
4352
"filter": ["all"],
44-
"id": "Coastline2",
53+
"id": "Ocean",
4554
"layout": { "visibility": "visible" },
4655
"minzoom": 0,
47-
"paint": {
48-
"fill-antialias": true,
49-
"fill-color": {
50-
"stops": [
51-
[1, "rgba(228, 234, 228, 1)"],
52-
[10, "rgba(232, 232, 232, 1)"],
53-
[20, "rgba(232, 232, 232, 1)"]
54-
]
55-
}
56-
},
56+
"paint": { "background-color": "rgba(184, 220, 242, 1)" },
5757
"source": "LINZ Basemaps",
58-
"source-layer": "boundaries",
58+
"source-layer": "ocean",
5959
"type": "fill"
6060
},
6161
{

config/style/topolite-v2.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
"id": "Background",
77
"layout": { "visibility": "visible" },
88
"minzoom": 0,
9-
"paint": { "background-color": "rgba(184, 220, 242, 1)" },
9+
"paint": {
10+
"fill-antialias": true,
11+
"fill-color": {
12+
"stops": [
13+
[1, "rgba(234, 233, 229, 1)"],
14+
[10, "#FCFBF7"]
15+
]
16+
},
17+
"fill-translate-anchor": "map"
18+
},
1019
"type": "background"
1120
},
1221
{
@@ -31,21 +40,12 @@
3140
},
3241
{
3342
"filter": ["all"],
34-
"id": "Coastline2",
43+
"id": "Ocean",
3544
"layout": { "visibility": "visible" },
3645
"minzoom": 0,
37-
"paint": {
38-
"fill-antialias": true,
39-
"fill-color": {
40-
"stops": [
41-
[1, "rgba(234, 233, 229, 1)"],
42-
[10, "#FCFBF7"]
43-
]
44-
},
45-
"fill-translate-anchor": "map"
46-
},
46+
"paint": { "background-color": "rgba(184, 220, 242, 1)" },
4747
"source": "LINZ Basemaps",
48-
"source-layer": "boundaries",
48+
"source-layer": "ocean",
4949
"type": "fill"
5050
},
5151
{

config/tileset/topographic-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"format": "pbf",
77
"layers": [
88
{
9-
"3857": "s3://linz-basemaps/vector/3857/topographic/01JP1H9Z44EX3TPRJD6GNZBV58/topographic.tar.co",
9+
"3857": "s3://linz-basemaps-staging/vector/3857/topographic/01JPRPJ4VV2Q2KDXA59N3KT57G/topographic.tar.co",
1010
"name": "topographic-v2",
1111
"title": "Topographic V2"
1212
}

0 commit comments

Comments
 (0)