mirror of https://github.com/CesiumGS/cesium.git
13 lines
453 B
JSON
13 lines
453 B
JSON
{
|
|
"tilejson": "2.1.0",
|
|
"format" : "heightmap-1.0",
|
|
"version" : "1.0.0",
|
|
"scheme" : "tms",
|
|
"tiles" : [
|
|
"../Heightmap/11_3027_1342.terrain?v={version}&x={x}&y={y}&z={z}&foo=0",
|
|
"../Heightmap/11_3027_1342.terrain?v={version}&x={x}&y={y}&z={z}&foo=1",
|
|
"../Heightmap/11_3027_1342.terrain?v={version}&x={x}&y={y}&z={z}&foo=2",
|
|
"../Heightmap/11_3027_1342.terrain?v={version}&x={x}&y={y}&z={z}&foo=3"
|
|
]
|
|
}
|