[mapserver-users] Serving tiled image sets with MapServer?
Rahkonen Jukka (Tike)
jukka.rahkonen at mmmtike.fi
Thu Feb 6 23:20:27 PST 2014
Hi,
It might be possible by reading the disk cache through GDAL WMS driver "TMS minidriver" http://www.gdal.org/frmt_wms.html. However, I do not know if it can be configured to read tiles from local file system. The place to do that would probably be the ServerUrl part.
<GDAL_WMS>
<Service name="TileService">
<Version>1</Version>
<ServerUrl>http://s0.tileservice.worldwindcentral.com/getTile?
</ServerUrl>
I would send a question to GDAL dev mailing list.
-Jukka Rahkonen-
James_in_Utah wrote:
> Hi,
> We have several imagery sets that are already tiled, in WorldWind format.
> They are mostly jpg images and the individual tiles are 512x512 pixels in size. It
> possible to serve that imagery to WMS clients using Mapserver? I would like to
> point a layer in my mapfile at the directory where the images are stored, and
> have Mapserver use the files directly, not have Mapserver make request to a tile
> server, if that's possible.
> Thanks,
> James
>
>
>
>
> --
> View this message in context: http://osgeo-org.1560.x6.nabble.com/Serving-
> tiled-image-sets-with-MapServer-tp5102393.html
> Sent from the Mapserver - User mailing list archive at Nabble.com.
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list