Created
October 11, 2017 09:31
-
-
Save r03ert0/431ba2cef9502f85c4d0af750b807f7c to your computer and use it in GitHub Desktop.
This file contains 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
f({ | |
"tileSources": [ | |
{ | |
"width": 6572, | |
"tileSize": 256, | |
"getTileUrl": "function(level,x,y){ return \"ftp://bigbrain.loris.ca/BigBrainRelease.2015/2D_Final_Sections/Coronal/Dzi/pm2886o_files/\"+level+\"/\"+x+\"_\"+y+\".png\"}", | |
"tileOverlap": 0, | |
"height": 5711 | |
} | |
], | |
"pixelsPerMeter": 50000 | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment