[mapserver-users] Serving tiled image sets with MapServer?

James_in_Utah James.Evans at hill.af.mil
Wed Feb 12 19:34:41 PST 2014


Apparently with the WorldWind minidriver, the tileset is designated with the
<Layer> tag, so update the xml above with:

  <Service name="WorldWind"> 
    <Version>1</Version> 
    <ServerUrl>http://localhost/tile.aspx?</ServerUrl> 
    <Layer>BMNG_04.2004</Layer> 
  </Service> 

and the .aspx above with :

$X = $_GET['X']; 
$Y = $_GET['Y']; 
$L = $_GET['L']; 
$T = $_GET['T']; 




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Serving-tiled-image-sets-with-MapServer-tp5102393p5103495.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list