Hello, I recently updated to version 6.0.2 mapserver.

I have a mapfile that uses a file of symbols, which use a truetype font that
I have defined it.
In version 5.6 worked perfectly, but now I have this message: /msDrawMap ():
Image handling error. Failed to draw layer named 'airport'.
msLoadMSRasterBufferFromFile (): General error message. unable to open file
/var/www/ms/7383 for reading./

The airport layer definition is:

  CLASS
        NAME 'Airport'
         STYLE
           SYMBOL "7383"
           SIZE 16
           COLOR 110 110 110
           OUTLINECOLOR 255 0 0
         END
         LABEL
           FONT sans
           TYPE truetype
           SIZE 8
           COLOR 0 0 0
           ANGLE 0
           POSITION uc
           FORCE true
           AntiAlias ​​true
           # PARTIALS true
           # BackgroundColor 255 255 255
           OUTLINEWIDTH 5
           OUTLINECOLOR 255 255 255
           BUFFER 10
         END
     END

and the symbol 7383:

SYMBOL # Airport
   NAME "7383"
   TYPE TRUETYPE
   FONT "poi"
   CHARACTER "B"
   TRUE AntiAlias
END

The source truetype "poi" I have created myself and I have included in the
file fonts.
I thought it could be for OUTPUTFORMAT, I use 
DRIVER AGG / PNG
IMAGEMODE RGBA, but don't know.

Might miss some library?

Thanks for your help 
Pepe

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/msLoadMSRasterBufferFromFile-General-error-message-unable-to-open-file-tp4984932.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to