Last active
August 29, 2015 14:13
-
-
Save rzymek/ff6c54d7c6aea52b557d to your computer and use it in GitHub Desktop.
Geoportal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ile zajmuje każda warstwa: | |
Założenie: kafel = 66.7652kb | |
0.00006 GB | |
0.00026 GB | |
0.00058 GB | |
0.00234 GB | |
0.00935 GB | |
0.03584 GB | |
0.22208 GB | |
0.88051 GB | |
3.50645 GB | |
21.82286 GB | |
87.21379 GB | |
544.79498 GB | |
2178.79162 GB | |
topo.tiles.EPSG_2180 | |
.map(function(a){ | |
return a.matrixSize.width * a.matrixSize.height*66.7652/1014/1014 | |
}).map(function(it){ | |
return it.toFixed(5) | |
}).join(' GB\n') | |
http://geowebcache.org/docs/1.5.1/configuration/layers/projections.html | |
The following is a short list of correct values of <metersPerUnit> for different units: | |
Unit Meters per unit | |
Degrees 111319.49079327358 | |
Feet 0.3048 | |
Inches 0.0254 | |
Meters 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment