Skip to content

Instantly share code, notes, and snippets.

@Athantor
Created April 1, 2014 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Athantor/9907839 to your computer and use it in GitHub Desktop.
Save Athantor/9907839 to your computer and use it in GitHub Desktop.
<GDAL_WMS>
<Service name="WMS">
<Title>GeoPortal ORTO</Title>
<Version>1.1.1</Version>
<ServerUrl>http://sdi.geoportal.gov.pl/wms_orto/wmservice.aspx?</ServerUrl>
<SRS>EPSG:2180</SRS>
<ImageFormat>image/jpeg</ImageFormat>
<Layers>ORTOFOTO</Layers>
<Copyright>geoportal</Copyright>
</Service>
<DataWindow>
<UpperLeftX>153734.000000</UpperLeftX>
<UpperLeftY>817119.000000</UpperLeftY>
<LowerRightX>886825.000000</LowerRightX>
<LowerRightY>82717.000000</LowerRightY>
<SizeX>1585926</SizeX>
<SizeY>1700700</SizeY>
</DataWindow>
<Projection>EPSG:2180</Projection>
<BandsCount>3</BandsCount>
<Timeout>10</Timeout>
<BlockSizeX>512</BlockSizeX>
<BlockSizeY>512</BlockSizeY>
<Cache>
<Path>/tmp/</Path>
<Depth>8</Depth>
<Extension>.jpg</Extension>
</Cache>
<MaxConnections>16</MaxConnections>
<MaxZoomLevel>14</MaxZoomLevel>
<AdviseRead>true</AdviseRead>
<VerifyAdviseRead>true</VerifyAdviseRead>
<Timeout>30</Timeout>
</GDAL_WMS>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment