TileService

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search

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...)
Next diff →

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
Personal tools