[Mapserver-users] Truetype font support

Steve Lime steve.lime at dnr.state.mn.us
Wed Jul 30 15:16:57 EDT 2003


For the record, 4.0 supports GD versions 2.0.12 and higher, which in
turn only support Freetype 2. So all you'll ever see is the
SUPPORTS=FREETYPE anymore.

Steve

>>> Randy James <rjames57 at yahoo.com> 07/30/03 12:52PM >>>
Hi

Yes looks like your build supports version 2.xx if it was
version 1.xx i believe you would get SUPPORTS=TRUETYPE.

someone on the list, please correct me if i am wrong

Cheers
Randy
--- Zamil Murji <Zamil.Murji at divestco.com> wrote:
> After compiling mapserv on a unix platform, I get the
> following:
> [root at SDB2 mapserver-4.0-beta2]# ./mapserv -v
> MapServer version 4.0-beta2 OUTPUT=GIF OUTPUT=PNG
> OUTPUT=JPEG OUTPUT=WBMP SUPPORTS=FREETYPE INPUT=TIFF
> INPUT=EPPL7 INPUT=JPEG INPUT=SHAPEFILE
> 
> Does this mean it supports Truetype fonts or not?
> Thanks
> Zamil
> 
> -----Original Message-----
> From: Gabriel Vieira Ferrari
> [mailto:gabriel at ciasc.gov.br] 
> Sent: Wednesday, July 23, 2003 1:22 PM
> To: Zamil Murji; mapserver-users at lists.gis.umn.edu 
> Subject: Re: [Mapserver-users] Error message using
> PostGis
> 
> 
> Hi listers.
> 
> With ours information and others from MS homepage we are
> able to use
> PostGis.
> 
> Thanks to all.
> 
> ----- Original Message ----- 
> From: "Zamil Murji" <Zamil.Murji at divestco.com>
> To: "Gabriel Vieira Ferrari" <gabriel at ciasc.gov.br>;
> <mapserver-users at lists.gis.umn.edu>
> Sent: Tuesday, July 22, 2003 5:58 PM
> Subject: RE: [Mapserver-users] Error message using
> PostGis
> 
> 
> I wonder if it is a connection issue? Are you getting any
> connection errors
> on your postgis layers. One thing I found was that if my
> mapserver server ip
> wasn't in the pg_hba.conf file then the postgis layer
> would refuse a
> connection to it. More info might be available in your
> web server's error
> logs because for a while mapserver was eating up the
> error messages that
> might occure below what you read on the screen.
> 
> Zamil
> 
> -----Original Message-----
> From: Gabriel Vieira Ferrari
> [mailto:gabriel at ciasc.gov.br] 
> Sent: Tuesday, July 22, 2003 3:09 PM
> To: Zamil Murji; mapserver-users at lists.gis.umn.edu 
> Subject: Re: [Mapserver-users] Error message using
> PostGis
> 
> 
> Hi Zamil.
> 
> I included the line and returned the same message.
> 
> ===>> DATA "the_geom from cidade_p using srid = -1"
> 
> Thanks.
> 
> ----- Original Message ----- 
> From: "Zamil Murji" <Zamil.Murji at divestco.com>
> To: "Gabriel Vieira Ferrari" <gabriel at ciasc.gov.br>;
> <mapserver-users at lists.gis.umn.edu>
> Sent: Tuesday, July 22, 2003 12:11 PM
> Subject: RE: [Mapserver-users] Error message using
> PostGis
> 
> 
> Hi Gabriel,
> 
> I had a similar problem not to long ago. You need to be
> add USING SRID = -1
> to the end of your DATA tag. I'm not to sure if it will
> accept -1 so you
> might have to update the SRID field for every geom to a
> valid one. Hope this
> helps.
> 
> Thanks
> Zamil
> 
> -----Original Message-----
> From: Gabriel Vieira Ferrari
> [mailto:gabriel at ciasc.gov.br] 
> Sent: Tuesday, July 22, 2003 8:36 AM
> To: mapserver-users at lists.gis.umn.edu 
> Subject: [Mapserver-users] Error message using PostGis
> 
> 
> Hi listers.
> 
> Is the first time I'm use Postgres/Posgis with MapServer
> and receive this
> error MSG:
> 
> ==>>       msDrawMap(): Image handling error. Failed to
> draw layer named
> 'cidadept0'.
> 
> But the original shp file are read without error.
> 
> Complementary information:
> 
> Postgres/Postgis is: VERSION: 0.7.5 (2003/04/08)
> 
> MapServer is:
> MapServer version 4.0-beta1 OUTPUT=GIF OUTPUT=PNG
> OUTPUT=JPEG OUTPUT=WBMP
> SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER
> INPUT=TIFF INPUT=EPPL7
> INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL
> INPUT=SHAPEFILE
> 
> MAP file:
>  CONNECTION "user=postgres password=xxx dbname=mapserver
> host=xxxx"
>  DATA "the_geom from cidade_p"
> 
> 
> I import shp files with:
> $ shp2pgsql -d ../mapserver/data/cidade_p cidade_p
> mapserver|psql -d
> mapserver (point data)
> $ shp2pgsql ../mapserver/data/politico2001 sc2001
> mapserver |psql -d
> mapserver (polygon data)
> $ shp2pgsql -d ../mapserver/data/politico2001 sc2001
> mapserver |psql -d
> mapserver (polygon data)
> 
> mapserver=# \dt
>               List of relations
>  Schema |       Name       | Type  |  Owner
> --------+------------------+-------+----------
>  public | cidade_p         | table | postgres
>  public | geometry_columns | table | postgres
>  public | politicotable    | table | postgres
>  public | sc2001           | table | postgres
>  public | sc97             | table | postgres
>  public | spatial_ref_sys  | table | postgres
> (6 rows)
> 
> mapserver-# \d cidade_p
>          Table "public.cidade_p"
>   Column  |       Type        | Modifiers
> ----------+-------------------+-----------
>  gid              | integer                  |
>  id                | integer                  |
>  nm_munic | character varying |
>  munic_02  | character varying |
>  ptot2001   | bigint                    |
>  the_geom  | geometry              |
> Check constraints: "$1" (srid(the_geom) = -1)
>                                "$2"
> ((geometrytype(the_geom) =
> 'POINT'::text) OR (the_geom IS NULL))
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu 
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users 
> 
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu 
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com 
_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu 
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list