ÿþ<html> <head> <title>RASTER_TOPO_L4X5-33Y30-5 on-line</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body { font-family: Tahoma, Verdana, Sans; color: #000; font-size: .85em; margin: 0; } </style> <body> <script type="text/javascript"> var x1=5, y1=30, x2=33, y2=5; var x,y; function dw(a) { return document.write(a); } { dw('<table cellspacing="0" cellpadding="0">'); for(y=y1; y>=y2; y--) { dw('<tr>'); for(x=x1; x<=x2; x++) { dw('<td>'); if (x==0) { dw('<img src="http://ars.geoportal.gov.pl/ARS/getTile.aspx?service=RASTER_TOPO&cs=EPSG2180&fileIDX=L4X'+ x +'Y'+ y +'.jpg" alt='+ x +'-'+ y +'" title="'+ x +'-'+ y +'" />'); } else { dw('<img class="d" src="http://ars.geoportal.gov.pl/ARS/getTile.aspx?service=RASTER_TOPO&cs=EPSG2180&fileIDX=L4X'+ x +'Y'+ y +'.jpg" alt='+ x +'-'+ y +'" title="'+ x +'-'+ y +'" />'); } dw('</td>'); } dw('</tr>'); } dw('</table>'); } // </script> </body> </html>