Skip to content

Commit

Permalink
fix(examples): change Ortho tile matrix set limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Aug 8, 2019
1 parent 8935ec9 commit 1438399
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/layers/JSONLayers/Ortho.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@
"maxTileCol": 253366
},
"19": {
"minTileRow": 175302,
"maxTileRow": 294060,
"minTileCol": 170159,
"maxTileCol": 343473
"minTileRow": 175296,
"maxTileRow": 294063,
"minTileCol": 170144,
"maxTileCol": 343487
},
"20": {
"minTileRow": 376733,
"maxTileRow": 384679,
"minTileCol": 530773,
"maxTileCol": 540914
"minTileRow": 357008,
"maxTileRow": 384687,
"minTileCol": 524400,
"maxTileCol": 540927
}
}
}
Expand Down

0 comments on commit 1438399

Please sign in to comment.