mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
21 lines
759 B
Plaintext
21 lines
759 B
Plaintext
<GDAL_WMS>
|
|
<Service name="TMS">
|
|
<ServerUrl>http://planetarydev-1803629091.us-west-2.elb.amazonaws.com/Earth/Bmng/tile/1/${z}/${y}/${x}</ServerUrl>
|
|
</Service>
|
|
<DataWindow>
|
|
<UpperLeftX>-180.0</UpperLeftX>
|
|
<UpperLeftY>90.0</UpperLeftY>
|
|
<LowerRightX>180.0</LowerRightX>
|
|
<LowerRightY>-90.0</LowerRightY>
|
|
<SizeX>86400</SizeX>
|
|
<SizeY>43200</SizeY>
|
|
<TileLevel>8</TileLevel>
|
|
<YOrigin>top</YOrigin>
|
|
</DataWindow>
|
|
<Projection>EPSG:4326</Projection>
|
|
<BlockSizeX>240</BlockSizeX>
|
|
<BlockSizeY>240</BlockSizeY>
|
|
<BandsCount>3</BandsCount>
|
|
<MaxConnections>10</MaxConnections>
|
|
</GDAL_WMS>
|