That really helps. I've tried it, and I must be missing part of GDAL. Gdalinfo returns info about my xml file, but when I try to access that xml file from my mapfile layer, I don't get an image. In the access log there is a bunch of errors that say "PHP Warning: PHP Startup: unable to load dynamic library" and says that php_pqsql.dll could not be found. I've searched and that file doesn't exist. So was this just left out of this version of MS4W? Is there some way to add that capability into this build? Thanks, James
-----Original Message----- From: Rahkonen Jukka (Tike) [mailto:[email protected]] Sent: Monday, February 10, 2014 10:54 PM To: EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE; '[email protected]' Subject: Re: [mapserver-users] Serving tiled image sets with MapServer? Hi, First step is to follow the GDAL WMS driver page examples and write a XML configuration file for your tile service. Let's call it my_service.xml. You can test if the file is correct with GDAL utility programs. If "gdalinfo my_service.xml" is listing info about your service and "gdal_translate -of GTiff -srcwin 0 0 1000 1000" my_service.xml test_out.tif" writes out a small image you are ready to use your service with Mapserver. After that you should be ready to use your tile data with Mapserver as LAYER NAME "Layer from tiles" DATA "my_service.xml" TYPE RASTER STATUS ON ... -Jukka Rahkonen- James_in_Utah wrote: > > Hi Jukka, > Thanks for the reply. I just had a chance to look it over tonight. I > followed the link to the gdal site, and it does indicate that the > GDAL_WMS driver can access a WorldWind style tile server, which we do > have. Beyond that, I'm not following your suggestion. Does the > snippet you provided go in my Mapfile? I'm not familiar with that. I > am running MapCache, but it doesn't really look like a grid or source definition. Where would I use that snippet? > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/Serving- > tiled-image-sets-with-MapServer-tp5102393p5103088.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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
