mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-16 18:40:35 -05:00
21 lines
907 B
Plaintext
21 lines
907 B
Plaintext
<GDAL_WMS>
|
|
<Service name="TMS">
|
|
<ServerUrl>http://planetarydev-1803629091.us-west-2.elb.amazonaws.com/Moon/ClemUvvis/tile/${z}/${y}/${x}</ServerUrl>
|
|
</Service>
|
|
<DataWindow>
|
|
<UpperLeftX>-180.0</UpperLeftX>
|
|
<UpperLeftY>90.0</UpperLeftY>
|
|
<LowerRightX>180.0</LowerRightX>
|
|
<LowerRightY>-90.0</LowerRightY>
|
|
<SizeX>92160</SizeX>
|
|
<SizeY>46080</SizeY>
|
|
<TileLevel>7</TileLevel>
|
|
<YOrigin>top</YOrigin>
|
|
</DataWindow>
|
|
<Projection>GEOGCS["GCS_Moon_2000",DATUM["D_Moon_2000",SPHEROID["Moon_2000_IAU_IAG",1737400.0,0.0]],PRIMEM["Reference_Meridian",0.0],UNIT["Degree",0.0174532925199433]]</Projection>
|
|
<BlockSizeX>360</BlockSizeX>
|
|
<BlockSizeY>360</BlockSizeY>
|
|
<BandsCount>1</BandsCount>
|
|
<MaxConnections>10</MaxConnections>
|
|
</GDAL_WMS>
|