[mapserver-users] Point layers and php_mapscript 3.5

Vinko Vrsalovic B. v at w.cl
Wed Jul 25 22:18:19 EDT 2001


Last message of the night:

I have this layer on my map file:

 LAYER
    NAME clicks
    TYPE POINT
    STATUS OFF
    CLASS
      SYMBOL circle
      SIZE 1
    END
  END

All the other functionality works, except when I turn on this layer, either
via 

$l_clicks=$map->getLayerByName("clicks");
$l_clicks->set("status",1)

or via putting STATUS ON on the map file.

When I activate it, it crashes and a 'can't display page' page appears.

It worked on perl mapscript 3.4 (I couldn't compile php_mapscript 3.4 because
of a sed unterminated 's' command on conftest.s1 line 74)

Any help is really appreciated.
-- 
V. <v at w.cl>



More information about the mapserver-users mailing list