Skip to content

Commit

Permalink
Corrected indentation and bounds
Browse files Browse the repository at this point in the history
* Changed tabs to spaces.
* Transformed projected bounds to WGS84 bounds.
  • Loading branch information
pthorin committed Apr 19, 2017
1 parent 2bb1de9 commit 8ee9ba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/local-projection-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ var osmTileJSON = {
"projection": "+proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs ",
"transform": [1, 0, -1, 0],
"resolutions": [
8192, 4096, 2048, 1024, 512, 256, 128,
64, 32, 16, 8, 4, 2, 1, 0.5
],
8192, 4096, 2048, 1024, 512, 256, 128,
64, 32, 16, 8, 4, 2, 1, 0.5
],
"origin": [0, 0],
"bounds": [218128.7031, 6126002.9379, 1083427.2970, 7692850.9468],
"bounds": [10.570, 55.200, 29.522, 68.723],
"center": [ 11.9, 57.7, 8 ]
};

Expand Down

0 comments on commit 8ee9ba6

Please sign in to comment.