bugs : msDBFGetItemIndex(): DBASE file error. Item not found

Fabio D'Ovidio dovidio at PLANETEK.IT
Thu Sep 28 09:06:33 PDT 2006


http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=674 

Is this bug solved ? I am using mapserver 4.8.3 on Windows 

Please I am trying to do this but I am not able to query the JOIN table or display my 
classification on "LIVELLO" item . Please HELP !  :

LAYER
  NAME "pug_iffi"
  TYPE POINT
  STATUS ON
  TEMPLATE  "query.html"
  DATA "puglia/pug_iffi.shp"
  TOLERANCEUNITS  PIXELS
  TOLERANCE 1000
  
  JOIN 

    TYPE     single
    TABLE "./data/puglia/jointab.dbf"
    TO "IDFRANA"
    NAME "jointab"
    FROM "IDFRANA"
  END
  
  
  CLASSITEM  LIVELLO
  CLASS
  NAME "Pug1_iffi"
  
    
    
    EXPRESSION ([LIVELLO] eq 1)
    STYLE
    SYMBOL  "circlefd"
    SIZE 7
    COLOR  127 255 0  
    OUTLINECOLOR 0 0 0
   END
  END
  
  CLASS
  NAME "Pug2_iffi"
  
    
    
    EXPRESSION ([LIVELLO] eq 2)
    STYLE
    SYMBOL  "circlefd"
    SIZE 7
    COLOR  255 255 255 
    OUTLINECOLOR 0 0 0
   END
  END
  
  
    CLASS
  NAME "Pug3_iffi"
  
    
    
    EXPRESSION ([LIVELLO] eq 3)
    STYLE
    SYMBOL  "circlefd"
    SIZE 7
    COLOR  0 0 0  
    OUTLINECOLOR 0 0 0
   END
  END
  
  
  PROJECTION
		#Lat/Lon
		"init=EPSG:32633"
	END
	
END
********************************************************************************************


 Ing. Fabio D'Ovidio
 WebGIS Staff
 Planetek Italia Srl
 via Massaua, 12 - 70123 Bari - Italy
 web : http ://www.planetek.it
 e-mail : dovidio at planetek.it

********************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060928/a1cb324d/attachment.htm>
-------------- next part --------------
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any other MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- File information -----------
     File:  planetek.gif
     Date:  28 Feb 2006, 16:15
     Size:  1899 bytes.
     Type:  Unknown
-------------- next part --------------
A non-text attachment was scrubbed...
Name: planetek.gif
Type: application/octet-stream
Size: 1899 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060928/a1cb324d/attachment.obj>


More information about the MapServer-users mailing list