This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://mt.google.com/vt/lyrs=s&x=%2&y=%3&z=%1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TMS> | |
<Title>Bing</Title> | |
<Layer idx="0"> | |
<Script><![CDATA[ | |
( | |
function convert(z1, x1, y1) | |
{ | |
serverpart = 0 | |
serverpart = (serverpart + 1) % 4; | |
function encodeQuadTree(zoom, tilex, tiley) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<GDAL_WMS> | |
<AdviseRead>true</AdviseRead> | |
<BlockSizeX>400</BlockSizeX> | |
<BlockSizeY>400</BlockSizeY> | |
<Cache> | |
<Depth>2</Depth> | |
<Extension>.jpeg</Extension> | |
<Path>/tmp/gdalwmscache-orto2</Path> | |
</Cache> | |
<ClampRequests>true</ClampRequests> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
rsync -ErivhazPtu --stats --timeout=35 rsync://ump.waw.pl/ump/latest-ni.txt ./ | |
rsync -ErivhazPtu --stats --timeout=35 rsync://ump.waw.pl/ump/`cat latest-ni.txt`/* ./ | |
cp -avf skorki/*.typ . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
rsync -ErivhazPtu --stats --timeout=35 rsync://ump.waw.pl/ump/latest-to.txt ./ | |
rsync -ErivhazPtu --stats --timeout=35 rsync://ump.waw.pl/ump/`cat latest-to.txt`/* ./ | |
cp -avf skorki/*.typ . |