Skip to content

Commit

Permalink
fix tile matrix for ddv layers for overzoom
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Aug 7, 2023
1 parent 5198071 commit 14f90d5
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 239 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projections": {
"geographic": {
"source": "DDV",
"matrixSet": "2km"
"matrixSet": "31.25m"
}
}
}
Expand Down
227 changes: 0 additions & 227 deletions config/default/release/config/wv.json/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,169 +24,6 @@
"DDV": {
"url": "https://kv9drwgv6l.execute-api.us-west-2.amazonaws.com/",
"matrixSets": {
"2km": {
"id": "2km",
"maxResolution": 0.5625,
"resolutions": [
0.5625, 0.28125, 0.140625, 0.0703125, 0.03515625, 0.017578125
],
"tileSize": [512, 512],
"tileMatrices": [
{
"matrixWidth": 2,
"matrixHeight": 1
},
{
"matrixWidth": 3,
"matrixHeight": 2
},
{
"matrixWidth": 5,
"matrixHeight": 3
},
{
"matrixWidth": 10,
"matrixHeight": 5
},
{
"matrixWidth": 20,
"matrixHeight": 10
},
{
"matrixWidth": 40,
"matrixHeight": 20
}
]
},
"1km": {
"id": "1km",
"maxResolution": 0.5625,
"resolutions": [
0.5625, 0.28125, 0.140625, 0.0703125, 0.03515625, 0.017578125,
0.0087890625
],
"tileSize": [512, 512],
"tileMatrices": [
{
"matrixWidth": 2,
"matrixHeight": 1
},
{
"matrixWidth": 3,
"matrixHeight": 2
},
{
"matrixWidth": 5,
"matrixHeight": 3
},
{
"matrixWidth": 10,
"matrixHeight": 5
},
{
"matrixWidth": 20,
"matrixHeight": 10
},
{
"matrixWidth": 40,
"matrixHeight": 20
},
{
"matrixWidth": 80,
"matrixHeight": 40
}
]
},
"500m": {
"id": "500m",
"maxResolution": 0.5625,
"resolutions": [
0.5625, 0.28125, 0.140625, 0.0703125, 0.03515625, 0.017578125,
0.0087890625, 0.00439453125
],
"tileSize": [512, 512],
"tileMatrices": [
{
"matrixWidth": 2,
"matrixHeight": 1
},
{
"matrixWidth": 3,
"matrixHeight": 2
},
{
"matrixWidth": 5,
"matrixHeight": 3
},
{
"matrixWidth": 10,
"matrixHeight": 5
},
{
"matrixWidth": 20,
"matrixHeight": 10
},
{
"matrixWidth": 40,
"matrixHeight": 20
},
{
"matrixWidth": 80,
"matrixHeight": 40
},
{
"matrixWidth": 160,
"matrixHeight": 80
}
]
},
"250m": {
"id": "250m",
"maxResolution": 0.5625,
"resolutions": [
0.5625, 0.28125, 0.140625, 0.0703125, 0.03515625, 0.017578125,
0.0087890625, 0.00439453125, 0.002197265625
],
"tileSize": [512, 512],
"tileMatrices": [
{
"matrixWidth": 2,
"matrixHeight": 1
},
{
"matrixWidth": 3,
"matrixHeight": 2
},
{
"matrixWidth": 5,
"matrixHeight": 3
},
{
"matrixWidth": 10,
"matrixHeight": 5
},
{
"matrixWidth": 20,
"matrixHeight": 10
},
{
"matrixWidth": 40,
"matrixHeight": 20
},
{
"matrixWidth": 80,
"matrixHeight": 40
},
{
"matrixWidth": 160,
"matrixHeight": 80
},
{
"matrixWidth": 320,
"matrixHeight": 160
}
]
},
"31.25m": {
"id": "31.25m",
"maxResolution": 0.5625,
Expand Down Expand Up @@ -246,70 +83,6 @@
"matrixHeight": 1280
}
]
},
"15.625m": {
"id": "15.625m",
"maxResolution": 0.5625,
"resolutions": [
0.5625, 0.28125, 0.140625, 0.0703125, 0.03515625, 0.017578125,
0.0087890625, 0.00439453125, 0.002197265625, 0.0010986328125,
0.00054931640625, 0.000274658203125, 0.0001373291015625
],
"tileSize": [512, 512],
"tileMatrices": [
{
"matrixWidth": 2,
"matrixHeight": 1
},
{
"matrixWidth": 3,
"matrixHeight": 2
},
{
"matrixWidth": 5,
"matrixHeight": 3
},
{
"matrixWidth": 10,
"matrixHeight": 5
},
{
"matrixWidth": 20,
"matrixHeight": 10
},
{
"matrixWidth": 40,
"matrixHeight": 20
},
{
"matrixWidth": 80,
"matrixHeight": 40
},
{
"matrixWidth": 160,
"matrixHeight": 80
},
{
"matrixWidth": 320,
"matrixHeight": 160
},
{
"matrixWidth": 640,
"matrixHeight": 320
},
{
"matrixWidth": 1280,
"matrixHeight": 640
},
{
"matrixWidth": 2560,
"matrixHeight": 1280
},
{
"matrixWidth": 5120,
"matrixHeight": 2560
}
]
}
}
}
Expand Down

0 comments on commit 14f90d5

Please sign in to comment.