Here are my outline layers in my mapfile:<br><br> LAYER<br> NAME "cartoweb_point_outline"<br> TYPE POINT<br> CLASS<br> STYLE<br> SYMBOL "circle"<br> COLOR 0 0 205<br> SIZE 10
<br> END<br> LABEL<br> TYPE TRUETYPE<br> FONT "Vera"<br> SIZE 7<br> COLOR 0 0 0<br> OUTLINECOLOR 255 255 255<br> POSITION lc<br> END<br> END<br> END<br>
<br> LAYER<br> NAME "cartoweb_line_outline"<br> TYPE LINE<br> TRANSPARENCY 100<br> CLASS<br> STYLE<br> OUTLINECOLOR 255 0 0<br> SYMBOL "line-dashed"<br> SIZE 3<br>
END<br> LABEL<br> TYPE TRUETYPE<br> FONT "Vera"<br> SIZE 7<br> COLOR 0 0 0<br> OUTLINECOLOR 255 255 255<br> ANGLE auto<br> POSITION uc<br> END<br>
END<br> END<br><br> LAYER<br> NAME "cartoweb_polygon_outline"<br> TYPE POLYGON<br> TRANSPARENCY 60<br> CLASS<br> STYLE<br> COLOR 255 153 0<br> OUTLINECOLOR 0 0 0<br> END
<br> LABEL<br> TYPE TRUETYPE<br> FONT "Vera"<br> SIZE 7<br> OUTLINECOLOR 255 255 255<br> COLOR 0 0 0<br> POSITION cc<br> END<br> END<br> END<br> <br><br>
<br> I think there's no problem with that.<br><br><div><span class="gmail_quote">2006/8/11, Jacolin Yves <<a href="mailto:yjacolin@free.fr">yjacolin@free.fr</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>Are you sure your outline layers in the mapfile is correct ?<br><br>Regards,<br><br>Y.<br>Le Vendredi 11 Août 2006 11:00, Thibaut Le Pape a écrit:<br>> Hello everyone,<br>><br>> I tried to add the outline plugin in my project and I had the following
<br>> error:<br>><br>> Failure<br>><br>> class: CartocommonException<br>> message: Error [8, Undefined property: stdClass::$color,<br>> C:\wamp\www\cartoweb3\plugins\outline\client\ClientOutline.php, 217]
<br>> Backtrace:<br>><br>> file: 217 - C:\wamp\www\cartoweb3\plugins\outline\client\ClientOutline.php<br>> call: Common::cartowebErrorHandler(8, "Undefined property:<br>> stdClass::$color",<br>> "C:\wamp\www\cartoweb3\plugins\outline\client\ClientOutline.php", 217,
<br>> Array(2))<br>><br>> file: UNKNOWN - UNKNOWN<br>> call: ClientOutline->handleHttpPostRequest(Array(21))<br>><br>> file: 270 - C:\wamp\www\cartoweb3\common\PluginManager.php<br>> call: call_user_func_array(Array(2), Array(1))
<br>><br>> file: 285 - C:\wamp\www\cartoweb3\common\PluginManager.php<br>> call: PluginManager->callPluginImplementing(Object(ClientOutline),<br>> "GuiProvider", "handleHttpPostRequest", Array(1))
<br>><br>> file: 574 - C:\wamp\www\cartoweb3\client\Cartoclient.php<br>> call: PluginManager->callPluginsImplementing("GuiProvider",<br>> "handleHttpPostRequest", Array(1))<br>><br>> file: 850 - C:\wamp\www\cartoweb3\client\Cartoclient.php
<br>> call: Cartoclient->callPluginsImplementing("GuiProvider",<br>> "handleHttpPostRequest", Array(21))<br>><br>> file: 1027 - C:\wamp\www\cartoweb3\client\Cartoclient.php<br>> call: Cartoclient->doMain()
<br>><br>> file: 38 - C:\wamp\www\cartoweb3\htdocs\client.php<br>> call: Cartoclient->main()<br>><br>> file: 3 - C:\wamp\www\cartoweb3\htdocs\geobis.php<br>> call: require_once("C:\wamp\www\cartoweb3\htdocs\client.php")
<br>><br>><br>><br>> I don't find a solution to that problem. If someone know what happens...<br>><br>><br>> thanks in advance<br>><br>><br>> Thibaut<br><br>--<br>Yves Jacolin<br><a href="http://yjacolin.gloobe.org">
http://yjacolin.gloobe.org</a><br>----<br>Stagiaire Conservatoire Régional des Espaces Naturels de la région Centre<br><a href="http://cahiersnaturalistes.free.fr/cpnrc/">http://cahiersnaturalistes.free.fr/cpnrc/</a><br>----
<br>- Qu'est-ce que cela peut faire que je lutte pour la mauvaise cause<br>puisque je suis de bonne foi?<br>- Et qu'est-ce que ça peut faire que je sois de mauvaise foi<br>puisque c'est pour la bonne cause. (Jacques Prévert)
<br><br>_______________________________________________<br>Cartoweb-users mailing list<br><a href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">
http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br></blockquote></div><br>