Win32 builds with OGR, PHP3, and PHP4

Matt.Wilkie Matt.Wilkie at gov.yk.ca
Tue Jan 16 10:29:16 PST 2001


There are two win32 packagings of Mapserver (assuming you are using the
binaries from http://mapserver.gis.umn.edu/win32binaries.html
<http://mapserver.gis.umn.edu/win32binaries.html> ), one with GIF support,
and one with PNG support.
 
The demo is setup for GIF support, if you have the PNG version of Mapserver
you will get errors like you describe. So you can either: 1) download the
GIF version of Mapserver or 2) change the Demo to work with PNGs.
 
2) Download "gif2png.exe" from http://exe2bin.com/gif2png-win32/
<http://exe2bin.com/gif2png-win32/> .
-Put gif2png.exe in a directory searched by %path%
-change to the ms_demo directory (cd d:\maps\ms_demo)
-batch convert all GIFs to PNG from a command shell (may only work in NT):
    d:\maps\ms_demo> for /r %a in (*.gif)  do gif2png -Op %a
-replace all refences to .GIF to .PNG in the following files: *.html,
demo.map, symbols\*.sym

-----Original Message-----
From: Deni Suwardhi [mailto:deni at gd.itb.ac.id]
Sent: Saturday, January 13, 2001 12:54 AM
To: mapserver-users at lists.gis.umn.edu
Subject: Re: Win32 builds with OGR, PHP3, and PHP4


Hi, i'm new comers for this list. my name Deni Suwardhi. I use mapserv.exe
for the demo, but it doesn't work. The message "Unknown identifier
(SHADESET)" appears on my explorer. Can you help me to solve this problem ?

Deni Suwardhi







More information about the MapServer-users mailing list