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.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to