[Mapserver-users] Adding feature

jan.espenlaub at uuc.de jan.espenlaub at uuc.de
Wed Sep 17 05:17:29 EDT 2003


Dear Mapservers!

After searching the archives without much success I have to ask the 
community for help: I am trying to add features to a Map. Regardless of 
the method I am using 
(CGI-Variable a la: 
"http://server/scripts/version40/mapserv.exe?map=c:/inetpub/wwwroot/
workshop/workshop.map&mode=map&layer=Map1&map_Map1_Featur
e_new..." 
or inline in the Mapfile:   
LAYER
  NAME Map2
  TYPE point
  STATUS ON
  DATA "c:\inetpub\wwwroot\workshop\data\demo.shp"
  DEBUG ON
  FEATURE 
  	POINTS 110840 414533 END 
  END
  
  CLASSITEM 'id'
  CLASS
    NAME "Brunnen"
    EXPRESSION /./
    SYMBOL 'star'
    SIZE 10
    COLOR 255 125 1 
    TEMPLATE "queries/point.htm"
  END)
All I get is the following 
message :
"CGI Timeout
The specified CGI application exceeded the allowed time for 
processing. The server has deleted the process."

The Webserver (IIS 5) logs a 502-Error (i.e Bad Gateway request)

Any Ideas? 
I have tried the same thing on different servers (IIS 4) on our 
network with the same "success". The mapfile without 
FEATURE works fine. So do the CGI-Variables without  
"feaure_new".

Thanks in advance

Jan Espenlaub

PS Is there any help to be expected from the different DEBUG-
Flags  in the Mapfile? The log looks just the same with or without 
them.



More information about the mapserver-users mailing list