Commit da4f0d0852fdcd34258ed4d8819977ef517d02f1
1 parent
99e4de4c
Exists in
master
and in
7 other branches
Testes de uso da gdal 1.9
Showing
3 changed files
with
47 additions
and
0 deletions
Show diff stats
| @@ -0,0 +1,20 @@ | @@ -0,0 +1,20 @@ | ||
| 1 | +<GDAL_WMS> | ||
| 2 | + <Service name="TileService"> | ||
| 3 | + <Version>1</Version> | ||
| 4 | + <ServerUrl>http://s0.tileservice.worldwindcentral.com/getTile?</ServerUrl> | ||
| 5 | + <Dataset>bmng.topo.bathy.200401</Dataset> | ||
| 6 | + </Service> | ||
| 7 | + <DataWindow> | ||
| 8 | + <UpperLeftX>-180.0</UpperLeftX> | ||
| 9 | + <UpperLeftY>90.0</UpperLeftY> | ||
| 10 | + <LowerRightX>180.0</LowerRightX> | ||
| 11 | + <LowerRightY>-90.0</LowerRightY> | ||
| 12 | + <SizeX>65536</SizeX> | ||
| 13 | + <SizeY>32768</SizeY> | ||
| 14 | + <TileLevel>7</TileLevel> | ||
| 15 | + </DataWindow> | ||
| 16 | + <Projection>EPSG:4326</Projection> | ||
| 17 | + <BlockSizeX>512</BlockSizeX> | ||
| 18 | + <BlockSizeY>512</BlockSizeY> | ||
| 19 | + <BandsCount>3</BandsCount> | ||
| 20 | +</GDAL_WMS> | ||
| 0 | \ No newline at end of file | 21 | \ No newline at end of file |
| @@ -0,0 +1,21 @@ | @@ -0,0 +1,21 @@ | ||
| 1 | +MAP | ||
| 2 | + FONTSET "/var/www/i3geo/symbols/fontes.txt" | ||
| 3 | + SYMBOLSET "/var/www/i3geo/symbols/simbolosv6.sym" | ||
| 4 | +LAYER | ||
| 5 | + NAME testegdal | ||
| 6 | + DATA "/var/www/i3geo/temas/gdalsrtm.xml" | ||
| 7 | + OFFSITE 255 255 255 | ||
| 8 | +PROJECTION | ||
| 9 | + "proj=latlong" | ||
| 10 | + "ellps=GRS80" | ||
| 11 | +END | ||
| 12 | + METADATA | ||
| 13 | + "TEMA" "teste gdal" | ||
| 14 | + END | ||
| 15 | + TYPE raster | ||
| 16 | + STATUS off | ||
| 17 | + CLASS | ||
| 18 | + name "-" | ||
| 19 | + END | ||
| 20 | + END | ||
| 21 | +END | ||
| 0 | \ No newline at end of file | 22 | \ No newline at end of file |