TileService
From World Wind Wiki
(Difference between revisions)
Revision as of 18:30, 25 August 2007 (edit) 83.14.155.195 (Talk) (New page: TileService is a bunch of PHP scripts used to serve image data to World Wind, GDAL and some other software. The request generally looks like '''http://''' ''server.name'' '''/getTile?inte...) ← Previous diff |
Current revision (18:30, 25 August 2007) (edit) (undo) 83.14.155.195 (Talk) (New page: TileService is a bunch of PHP scripts used to serve image data to World Wind, GDAL and some other software. The request generally looks like '''http://''' ''server.name'' '''/getTile?inte...) |
Current revision
TileService is a bunch of PHP scripts used to serve image data to World Wind, GDAL and some other software.
The request generally looks like http:// server.name /getTile?interface= interface name &version= interface version & interface specific arguments
There are a few interfaces currently defined:
worldwind (version 1)
- T= dataset name
- L= tile level
- X= tile x
- Y= tile y where y=0 is bottom tile
- firstLevel= value added to tile level, used to allow different level 0 resolutions
map (version 1)
- dataset= dataset name
- level= tile level
- x= tile x
- y= tile y where y=0 is top tile