[Mapserver-users] output format with mapserver3.7

Stepan Kafka stepan.kafka at centrum.cz
Tue Feb 18 08:41:35 EST 2003


This is a multi-part message in MIME format.

------=_NextPart_000_0029_01C2D75B.D61C2640
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

You need GD 2.x to compile with mapserver to enable RGB output mode.

Stepan Kafka
Help Service Remote Sensing
tel: +420-327514118
mailto:kafka at email.cz
http://www.bnhelp.cz

  -----Puvodní zpráva-----
  Od: mapserver-users-admin at lists.gis.umn.edu
[mailto:mapserver-users-admin at lists.gis.umn.edu]za uživatele fx gamoy
  Odesláno: 18. února 2003 14:38
  Komu: mapserver-users at lists.gis.umn.edu
  Predmet: [Mapserver-users] output format with mapserver3.7


  hi
  i tried to make mapserver3.7 cooperate with the output format.
  i am running a self compiled Mapscript3.7-dev release 1.115 on a RH7.2
linux plateform with gd1.8.4-4 php4.2.2 with ming
  but apache logs return me:
  'call to undefined function : selectoutputformat()'
  i am running a self compiled Mapscript3.7-dev release 1.115

  The ouput format defined in my map file is
  IMAGETYPE jpeg
  OUTPUTFORMAT
   NAME jpeg
   MIMETYPE "image/jpeg"
   DRIVER "GD/JPEG"
   IMAGEMODE RGB
   FORMATOPTION "QUALITY=80"
   TRANSPARENT OFF
  END

  In the php file i have written
  $map->selectOutputFormat("jpeg");
  $map->draw();

  i wish to use SWF format in just one layer in order to use a flash front
end interface.

  any suggestions???
  thanks a lot
  fx gamoy
  http://www.mapxplore.com/



------=_NextPart_000_0029_01C2D75B.D61C2640
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><SPAN class=3D96583913-18022003><FONT face=3DArial color=3D#0000ff =
size=3D2>You=20
need GD 2.x to compile with mapserver to enable RGB output=20
mode.</FONT></SPAN></DIV>
<DIV><SPAN class=3D96583913-18022003><FONT face=3DArial color=3D#0000ff=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D96583913-18022003>
<P><FONT size=3D2><SPAN =
class=3D96583913-18022003>Stepan</SPAN>&nbsp;Kafka<BR>Help=20
Service Remote Sensing<BR>tel: +420-327514118<BR></FONT><A=20
href=3D"mailto:kafka at email.cz" target=3D_blank><FONT=20
size=3D2>mailto:kafka at email.cz</FONT></A><BR><A =
href=3D"http://www.bnhelp.cz/"=20
target=3D_blank><FONT size=3D2>http://www.bnhelp.cz</FONT></A><FONT =
size=3D2>=20
</FONT></P></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV class=3DOutlookMessageHeader><FONT size=3D2>-----P&#367;vodn=ED=20
  zpr=E1va-----<BR><B>Od:</B> mapserver-users-admin at lists.gis.umn.edu=20
  [mailto:mapserver-users-admin at lists.gis.umn.edu]<B>za u=9Eivatele</B> =
fx=20
  gamoy<BR><B>Odesl=E1no:</B> 18. =FAnora 2003 14:38<BR><B>Komu:</B>=20
  mapserver-users at lists.gis.umn.edu<BR><B>P&#345;edm&#283;t:</B> =
[Mapserver-users] output=20
  format with mapserver3.7<BR><BR></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman"=20
  size=3D3>hi</FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>i&nbsp;tried=20
  to make mapserver3.7 cooperate with the output =
format.</FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>i am running=20
  a self compiled Mapscript3.7-dev release 1.115 on a RH7.2 linux =
plateform with=20
  gd1.8.4-4 php4.2.2 with ming</FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>but apache=20
  logs return me:<BR>'call to undefined function : =
selectoutputformat()'<BR>i am=20
  running a self compiled Mapscript3.7-dev release =
1.115</FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3><BR>The ouput=20
  format defined in my map file is<BR>IMAGETYPE=20
  jpeg<BR>OUTPUTFORMAT<BR>&nbsp;NAME jpeg<BR>&nbsp;MIMETYPE=20
  "image/jpeg"<BR>&nbsp;DRIVER "GD/JPEG"<BR>&nbsp;IMAGEMODE=20
  RGB<BR>&nbsp;FORMATOPTION "QUALITY=3D80"<BR>&nbsp;TRANSPARENT=20
  OFF<BR>END<BR></DIV></FONT></FONT>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>In the php=20
  file i have=20
  =
written<BR>$map-&gt;selectOutputFormat("jpeg");<BR>$map-&gt;draw();<BR></=
FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>i wish to use=20
  SWF format in just one layer in order to use&nbsp;a flash front end=20
  interface.<BR><BR>any suggestions???<BR>thanks a lot<BR>fx=20
  gamoy</FONT></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3><A=20
  =
href=3D"http://www.mapxplore.com/">http://www.mapxplore.com/</A></FONT></=
FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman"=20
  size=3D3></FONT><BR>&nbsp;</DIV></BLOCKQUOTE></FONT></BODY></HTML>

------=_NextPart_000_0029_01C2D75B.D61C2640--




More information about the mapserver-users mailing list