Fixed map doctest.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"projection": "mercator",
|
||||
"type": "deepzoom",
|
||||
"tiles": {
|
||||
"tileSize": 256,
|
||||
"format": "png",
|
||||
"overlap": 0,
|
||||
"type": "map",
|
||||
"height": 1024,
|
||||
"width": 1024,
|
||||
"path": "../../examples/osm",
|
||||
"urlTileTemplate": "{path}/{level}/{row}/{column}.{format}"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"clip": {
|
||||
"min": {
|
||||
"x": 32.863294,
|
||||
"y": -18.58
|
||||
},
|
||||
"max": {
|
||||
"x": 57.467973,
|
||||
"y": 44.277158
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user