<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Here are some more details:<br>
Mapfile: ( Full mapfile can be found here:
<a class="moz-txt-link-freetext"
 href="http://mudlabs.homelinux.org:8181/mapserver_dev/Douglas.map">http://mudlabs.homelinux.org:8181/mapserver_dev/Douglas.map</a>
)<br>
----&gt;snip&lt;----<br>
&nbsp; LAYER<br>
&nbsp;&nbsp;&nbsp; NAME 'index'<br>
&nbsp;&nbsp;&nbsp; TYPE TILEINDEX<br>
&nbsp;&nbsp;&nbsp; DATA 'dougIndex_jp2.shp' # JPEG2000 Images in same folder as
Shapefiles (TESTING)<br>
&nbsp;&nbsp;&nbsp; #DATA 'dougIndex_ortho.shp' # TIFF Images in 'ortho' sub-folder
(WORKING)<br>
&nbsp;&nbsp;&nbsp; #DATA 'dougIndex.shp' # TIFF Images in same folder as Shapefiles
(WORKING)<br>
&nbsp; END<br>
<br>
&nbsp; LAYER<br>
&nbsp;&nbsp;&nbsp; NAME 'test_raster'<br>
&nbsp;&nbsp;&nbsp; STATUS OFF<br>
&nbsp;&nbsp;&nbsp; TYPE RASTER<br>
&nbsp;&nbsp;&nbsp; TILEINDEX 'index'<br>
&nbsp;&nbsp;&nbsp; TILEITEM 'PATH'<br>
&nbsp; END<br>
----&gt;snip&lt;----<br>
<br>
The 'tile index' layer was created via an ArcGIS extension written by
Mike Juvrud of Mud Labs. What it does is takes the Orthophoto/raster
image from a MrSID format, and chops it up into tiles, outputting the
tiles as TIFF formatted images (max 50MB per image). At the same time,
it generates the 'tile index' layer, filling in the corresponding
filename in an attribute named 'PATH'.<br>
<br>
After verifying this method worked using TIFF files, the 'PATH'
attribute was changed from a .tif extension to a .jp2 extension. So if
I had an image named '104.tif' the new name would be '104.jp2'<br>
<br>
I used the 'jasper' utility to convert the TIFF image to a JPEG2000
using the command: 'jasper -f 104.tif -t tif -F 104.jp2 -T jp2'<br>
<br>
Here is the output from ogrinfo of a TIFF version, and another of the
JPEG2000 version.<br>
<br>
==TIFF: (command used: 'ogrinfo dougIndex.shp dougIndex')<br>
INFO: Open of `dougIndex.shp'<br>
using driver `ESRI Shapefile' successful.<br>
&nbsp;<br>
Layer name: dougIndex<br>
Geometry: Polygon<br>
Feature Count: 7<br>
Extent: (285931.949063, 5109160.000042) - (289100.000009,
5109580.000043)<br>
Layer SRS WKT:<br>
(unknown)<br>
PATH: String (15.0)<br>
STATUS: Integer (4.0)<br>
IndexID: Integer (9.0)<br>
OGRFeature(dougIndex):0<br>
&nbsp; PATH (String) = 104.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 104<br>
&nbsp; POLYGON ((286040.000 5109160.000,285931.949 5109160.000,285945.481
5109580.000,286040.000 5109580.000,286040.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex):1<br>
&nbsp; PATH (String) = 105.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 105<br>
&nbsp; POLYGON ((286550.000 5109160.000,286040.000 5109160.000,286040.000
5109580.000,286550.000 5109580.000,286550.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex):2<br>
&nbsp; PATH (String) = 106.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 106<br>
&nbsp; POLYGON ((287060.000 5109160.000,286550.000 5109160.000,286550.000
5109580.000,287060.000 5109580.000,287060.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex):3<br>
&nbsp; PATH (String) = 107.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 107<br>
&nbsp; POLYGON ((287570.000 5109160.000,287060.000 5109160.000,287060.000
5109580.000,287570.000 5109580.000,287570.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex):4<br>
&nbsp; PATH (String) = 108.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 108<br>
&nbsp; POLYGON ((288080.000 5109160.000,287570.000 5109160.000,287570.000
5109580.000,288080.000 5109580.000,288080.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex):5<br>
&nbsp; PATH (String) = 109.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 109<br>
&nbsp; POLYGON ((288590.000 5109160.000,288080.000 5109160.000,288080.000
5109580.000,288590.000 5109580.000,288590.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex):6<br>
&nbsp; PATH (String) = 110.tif<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 110<br>
&nbsp; POLYGON ((289100.000 5109160.000,288590.000 5109160.000,288590.000
5109580.000,289100.000 5109580.000,289100.000 5109160.000))<br>
==========<br>
<br>
==JPEG2000: (command used: 'ogrinfo dougIndex_jp2.shp dougIndex_jp2')<br>
INFO: Open of `dougIndex_jp2.shp'<br>
using driver `ESRI Shapefile' successful.<br>
&nbsp;<br>
Layer name: dougIndex_jp2<br>
Geometry: Polygon<br>
Feature Count: 7<br>
Extent: (286040.000007, 5109160.000042) - (289100.000009,
5109580.000043)<br>
Layer SRS WKT:<br>
(unknown)<br>
PATH: String (15.0)<br>
STATUS: Integer (4.0)<br>
IndexID: Integer (9.0)<br>
OGRFeature(dougIndex):0<br>
&nbsp; PATH (String) = 104.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 104<br>
&nbsp; POLYGON ((286040.000 5109160.000,285931.949 5109160.000,285945.481
5109580.000,286040.000 5109580.000,286040.000 5109160.000))<br>
<br>
OGRFeature(dougIndex_jp2):1<br>
&nbsp; PATH (String) = 105.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 105<br>
&nbsp; POLYGON ((286550.000 5109160.000,286040.000 5109160.000,286040.000
5109580.000,286550.000 5109580.000,286550.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex_jp2):2<br>
&nbsp; PATH (String) = 106.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 106<br>
&nbsp; POLYGON ((287060.000 5109160.000,286550.000 5109160.000,286550.000
5109580.000,287060.000 5109580.000,287060.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex_jp2):3<br>
&nbsp; PATH (String) = 107.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 107<br>
&nbsp; POLYGON ((287570.000 5109160.000,287060.000 5109160.000,287060.000
5109580.000,287570.000 5109580.000,287570.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex_jp2):4<br>
&nbsp; PATH (String) = 108.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 108<br>
&nbsp; POLYGON ((288080.000 5109160.000,287570.000 5109160.000,287570.000
5109580.000,288080.000 5109580.000,288080.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex_jp2):5<br>
&nbsp; PATH (String) = 109.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 109<br>
&nbsp; POLYGON ((288590.000 5109160.000,288080.000 5109160.000,288080.000
5109580.000,288590.000 5109580.000,288590.000 5109160.000))<br>
&nbsp;<br>
OGRFeature(dougIndex_jp2):6<br>
&nbsp; PATH (String) = 110.jp2<br>
&nbsp; STATUS (Integer) = 1<br>
&nbsp; IndexID (Integer) = 110<br>
&nbsp; POLYGON ((289100.000 5109160.000,288590.000 5109160.000,288590.000
5109580.000,289100.000 5109580.000,289100.000 5109160.000))<br>
==========<br>
<br>
<br>
I hope I covered all the bases. If you need any more info, sling your
questions my way.<br>
<br>
<br>
Thank you,<br>
<br>
Brant Anderson<br>
<br>
<br>
<blockquote cite="mid412D85C5.3010203@mudlabs.com" type="cite">Ed
McNierney wrote:
  <blockquote
 cite="mid2A6FDD75AE04BE4A9E8C918D3C09FB0721CD22@ptolemy.topozone.com"
 type="cite">
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; ">
    <meta content="MSHTML 6.00.2800.1458" name="GENERATOR">
    <div align="left" dir="ltr"><span class="703202903-26082004"><font
 color="#0000ff" face="Arial" size="2">Brant -</font></span></div>
    <div align="left" dir="ltr"><span class="703202903-26082004"></span>&nbsp;</div>
    <div align="left" dir="ltr"><span class="703202903-26082004"><font
 color="#0000ff" face="Arial" size="2">You mentioned "tile", so I
assume you're using a TILEINDEX.&nbsp; You mention changing the PATH
attribute of the shapefile - could you be a little more specific?&nbsp;
Could you post the LAYER definition in your MAP file for this layer?&nbsp; I
would expect that you would use gdaltindex to create a new TILEINDEX
shapefile with the new filenames in it (remember that gdaltindex will
add to an existing file, so you'll want to create a new one).&nbsp; Then you
would change the TILEINDEX statement in your MAP file to refer to this
new shapefile.</font></span></div>
    <div align="left" dir="ltr"><span class="703202903-26082004"></span>&nbsp;</div>
    <div align="left" dir="ltr"><span class="703202903-26082004">&nbsp;&nbsp;&nbsp; <font
 color="#0000ff" face="Arial" size="2">- Ed</font></span></div>
    <div align="left" dir="ltr"><span class="703202903-26082004"><!-- Converted from text/plain format -->
    <p><font size="2">Ed McNierney<br>
President and Chief Mapmaker<br>
TopoZone.com / Maps a la carte, Inc.<br>
73 Princeton Street, Suite 305<br>
North Chelmsford, MA&nbsp; 01863<br>
Phone: +1 978 251-4242&nbsp;&nbsp; Fax: +1 978 251-1396 </font></p>
    </span></div>
    <br>
    <div class="OutlookMessageHeader" align="left" dir="ltr"
 lang="en-us">
    <hr tabindex="-1"><font face="Tahoma" size="2"><b>From:</b> UMN
MapServer Users List [<a class="moz-txt-link-freetext"
 href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU">mailto:MAPSERVER-USERS@LISTS.UMN.EDU</a>]
    <b>On
Behalf Of </b>Brant Anderson<br>
    <b>Sent:</b> Thursday, August 26, 2004 1:21 AM<br>
    <b>To:</b> <a class="moz-txt-link-abbreviated"
 href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU">MAPSERVER-USERS@LISTS.UMN.EDU</a><br>
    <b>Subject:</b> [UMN_MAPSERVER-USERS] JPEG 2000 format instead of
TIFF for a RASTER layer<br>
    </font><br>
    </div>
I am trying to tile ortho photos using the JPEG 2000 (jp2) format. I
have created a working tif version.<br>
    <br>
I converted the TIF images to JP2 files using jasper. Then I updated
the PATH attribute of the shapefile to reflect the new file extension.
This, however, created unexpected results. I am getting an Internal
Server Error.<br>
    <br>
Here is my MapServer output: (mapserv -v)<br>
MapServer version 4.2.2 OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF
SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER INPUT=EPPL7
INPUT=OGR <b>INPUT=GDAL</b> INPUT=SHAPEFILE<br>
    <br>
Here is my gdal-config output: (gdal-config --formats)<br>
gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem
jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk bsb <b>jpeg2000</b>
gif jpeg png grass<br>
    <br>
    <br>
Does anybody know if it is possible to use JPEG 2000 instead of TIFF
for this?<br>
    <br>
I would like to use this format if possible, as the file sizes are 2-3x
smaller than with the .tif, and the quality differences are
unnoticeable.<br>
    <br>
Any help/suggestions welcome.<br>
    <br>
    <br>
Thank you,<br>
    <br>
Brant Anderson<br>
  </blockquote>
  <br>
</blockquote>
<br>
</body>
</html>