<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
to manage map layers, you need to modify the following files (according
you're working on sampleProject):<br>
- /projects/sampleProject/server_conf/sampleProject.map<br>
- /projects/sampleProject/server_conf/layers.ini<br>
<br>
See:<br>
- How to setup layers:
<a class="moz-txt-link-freetext" href="http://cartoweb.org/doc/cw3.3/xhtml/user.layers.html">http://cartoweb.org/doc/cw3.3/xhtml/user.layers.html</a><br>
- Mapfile reference: <a class="moz-txt-link-freetext" href="http://mapserver.gis.umn.edu/docs/reference/mapfile">http://mapserver.gis.umn.edu/docs/reference/mapfile</a><br>
<br>
Regards,<br>
Damien<br>
<br>
<br>
andreas mutota wrote:
<blockquote cite="mid38081.51297.qm@web52209.mail.re2.yahoo.com"
 type="cite">
  <div class="MsoNormal">Hi list!</div>
  <br>
  <div class="MsoNormal"><br>
  </div>
  <div class="MsoNormal">I am looking for help on how to make mainmap
displayed.<br>
  </div>
  <div class="MsoNormal">As I have been fixing my first mapping
application so far I managed to add some layers to the sampleProject
but there is still a tricky connection I am failing to corner them up.</div>
  <div class="MsoNormal">The reference map is up but the main-Map is
still fianc&eacute;, which I want remove and put mine. I am trying to use a
quite deferent map as reference one but only the fianc&eacute; map is still
navigated instead.</div>
  <div class="MsoNormal">I am seeing that there is a communication
between mainmap.tpl and cartoclient.tpl where the mainmap.tpl kind of
submitting the information to cartoclient.tpl by using {include
file="mainmap.tpl"} thus the francs map comes up.</div>
  <div class="MsoNormal">Could someone pleasse help me out? How do I
change francs map to my own mainmap in this application? </div>
  <div class="MsoNormal">I read through the cartoweb.manual (pdf) but I
do not real see a page where it explains much regarding this matter.</div>
  <div class="MsoNormal">Best regards</div>
  <div class="MsoNormal">Andreas mutota.</div>
<!--[if !supportEmptyParas]--><!--[endif]--><o:p></o:p><br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <b><i><a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users-request@lists.maptools.org">cartoweb-users-request@lists.maptools.org</a></i></b> wrote:
  <blockquote class="replbq"
 style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">
Send Cartoweb-users mailing list submissions to<br>
<a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</a><br>
    <br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users-request@lists.maptools.org">cartoweb-users-request@lists.maptools.org</a><br>
    <br>
You can reach the person managing the list at<br>
<a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users-owner@lists.maptools.org">cartoweb-users-owner@lists.maptools.org</a><br>
    <br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Cartoweb-users digest..."<br>
    <br>
    <br>
Today's Topics:<br>
    <br>
1. RE: mapquery issue (zze-SIGALE PORTANERI F ext RD-BIZZ-SOP)<br>
2. Re: mapOverlay cartoweb (Oliver Christen)<br>
3. Help (MUTOTA)<br>
4. IE problems and cms (Lauber Christoph)<br>
5. Re: IE problems and cms (Oliver Christen)<br>
6. Re: Help (Oliver Christen)<br>
    <br>
    <br>
----------------------------------------------------------------------<br>
    <br>
Message: 1<br>
Date: Thu, 22 Mar 2007 18:43:36 +0100<br>
From: "zze-SIGALE PORTANERI F ext RD-BIZZ-SOP"<br>
    <fportaneri.ext@orange-ftgroup.com><br>
Subject: [Cartoweb-users] RE: mapquery issue<br>
To: <cartoweb-users@lists.maptools.org><br>
Message-ID:<br>
    <D4EF10CCEB2CE742BEEA9838C590B0E807782D85@FTRDMEL2.rd.francetelecom.fr><br>
    <br>
Content-Type: text/plain; charset="iso-8859-1"<br>
    <br>
Just to add some new stuff here:<br>
    <br>
The mapfile layer definition defines :<br>
    <br>
METADATA<br>
"id_attribute_string" "idcapt|string"<br>
END<br>
    <br>
The Postgresql table is defined as follow:<br>
    <br>
CREATE TABLE capteurs<br>
(<br>
idcapt varchar NOT NULL,<br>
geom geometry,<br>
"type" varchar,<br>
CONSTRAINT capteurs_pkey PRIMARY KEY (idcapt),<br>
CONSTRAINT "SRID_GEOM_RULE" CHECK (srid(geom) = -1),<br>
CONSTRAINT "TYPE_GEOM_RULE" CHECK (geometrytype(geom) = 'POINT'::text
OR geom IS NULL)<br>
) <br>
WITH OIDS;<br>
    <br>
I notice that for capteurs element where the field "idcapt" is a
numeric value ('1', '400'...) , everything is OK<br>
BUT if some alphanumeric apears in that field ('3F', 'F40'..), the
mapquery getShapes() query fails as described...<br>
    <br>
Any reason?<br>
    <br>
Franck <br>
    <br>
&gt; _____________________________________________ <br>
&gt; De : zze-SIGALE PORTANERI F ext RD-BIZZ-SOP <br>
&gt; Envoy&eacute; : jeudi 22 mars 2007 17:12<br>
&gt; &Agrave; : '<a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</a>'<br>
&gt; Cc : 'Sylvain Pasche'<br>
&gt; Objet : mapquery issue<br>
&gt; <br>
&gt; <br>
&gt; Hi,<br>
&gt; <br>
&gt; I have a mapquery plugin issue: While doing a queryByBbox()
request on a area where one element must be found, the cartoclient
display the following error: <br>
&gt; <br>
&gt; class CartocommonException { protected $message = 'Error [8,
Trying to get property of non-object,
/exec/applis/sglpgo/G01R00C02/cartoweb3/coreplugins/query/server/ServerQuery.php,
122] Backtrace: file: 200 -
/exec/applis/sglpgo/G01R00C02/cartoweb3/common/Common.php call:
Common::cartowebErrorHandler() file: 122 -
/exec/applis/sglpgo/G01R00C02/cartoweb3/coreplugins/query/server/ServerQuery.php
call: Common::cartowebErrorHandler() file: 122 -
/exec/applis/sglpgo/G01R00C02/cartoweb3/coreplugins/query/server/ServerQuery.php
call: ServerQuery::resultToTable() file: 227 -<br>
&gt; ...<br>
&gt; <br>
&gt; Adding traces to the log and trying to analyse it, it looks like
the serveurMapquery plugin found one element and the extractResults
$msLayer-&gt;getResult($i) return an object as follow:<br>
&gt; <br>
&gt; Thu Mar 22 16:25:22 2007,703 [30941] DEBUG ServerMapquery - class
stdClass {<br>
&gt; public $shapeindex = 1841530366;<br>
&gt; public $tileindex = -1;<br>
&gt; public $classindex = 6;<br>
&gt; }<br>
&gt; <br>
&gt; Which is return a shape to the ServerQuery plugin as follow:<br>
&gt; <br>
&gt; Thu Mar 22 16:25:22 2007,704 [30941] DEBUG ServerQuery -
resultshape=<br>
&gt; Thu Mar 22 16:25:22 2007,705 [30941] DEBUG ServerQuery - array (<br>
&gt; 0 =&gt; false,<br>
&gt; )<br>
&gt; <br>
&gt; Any clue?<br>
&gt; <br>
&gt; <br>
&gt; Thanks in advance,<br>
&gt; Franck<br>
&gt; <br>
&gt; <br>
&gt; <br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL:
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/pipermail/cartoweb-users/attachments/20070322/0f5802fa/attachment-0001.html">http://lists.maptools.org/pipermail/cartoweb-users/attachments/20070322/0f5802fa/attachment-0001.html</a><br>
    <br>
------------------------------<br>
    <br>
Message: 2<br>
Date: Fri, 23 Mar 2007 07:27:53 +0100<br>
From: "Oliver Christen" <oliver.christen@camptocamp.com><br>
Subject: Re: [Cartoweb-users] mapOverlay cartoweb<br>
To: "Luigi.marotta" <luigi.marotta@email.it>,<br>
    <cartoweb-users@lists.maptools.org><br>
Message-ID: &lt;020901c76d14$6808d010$15e3a8c0@maunakea&gt;<br>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";<br>
reply-type=original<br>
    <br>
Hi Luigi,<br>
    <br>
the error is certainly not in your client side.<br>
see the last part of the error stack:<br>
    <br>
message: Error [8, Trying to get property of non-object,<br>
C:\wamp\www\cartoweb3\server\Cartoserver.php, 229]<br>
    <br>
the problem happens on the server side.<br>
    <br>
now, to know what happen, you must try to see if the events in the
chain <br>
happen correcty one after another.<br>
    <br>
put some print(); (<a class="moz-txt-link-freetext" href="http://ch2.php.net/manual/en/function.print.php">http://ch2.php.net/manual/en/function.print.php</a>) or <br>
print_r(); (<a class="moz-txt-link-freetext" href="http://ch2.php.net/manual/en/function.print-r.php">http://ch2.php.net/manual/en/function.print-r.php</a>) at each <br>
steps: in handleHttpPostRequest, buildRequest, initializeRequest and <br>
handlePreDrawing until you find exactly where the problem is.<br>
    <br>
regards<br>
Oliver<br>
    <br>
&gt;<br>
&gt; This erore is originated in:<br>
&gt;<br>
&gt; public function handleHttpPostRequest($request) {<br>
&gt; if (isset($request['specialactiontrigger'])) {<br>
&gt; $this-&gt;specialactiontrigger = true;<br>
&gt; }<br>
&gt; else {<br>
&gt; $this-&gt;specialactiontrigger = false;<br>
&gt; }<br>
&gt; }<br>
&gt;<br>
&gt; in Client part of my plugin, I suppose. You Can halp me again?<br>
&gt; Thanks<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --------- Original Message --------<br>
&gt; Da: Oliver Christen <oliver.christen@camptocamp.com><br>
&gt; To: <a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</a> <cartoweb-users@lists.maptools.org><br>
&gt; Oggetto: Re: [Cartoweb-users] mapOverlay cartoweb<br>
&gt; Data: 22/03/07 14:05<br>
&gt;<br>
&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; hi Luigi<br>
&gt;&gt;<br>
&gt;&gt; first you need to recover the submit action. a simple <input><br>
&gt;&gt; type="submit"<br>
&gt;<br>
&gt;&gt; value="ok" /&gt; as you set in your template will simply post
the form but<br>
&gt;&gt; initiate no action.<br>
&gt;&gt; give a name to you input <input name="specialactiontrigger"
 type="submit"><br>
&gt;&gt; value="ok" /&gt;<br>
&gt;&gt; if you dont give a name to your input they are simply ignored.<br>
&gt;&gt;<br>
&gt;&gt; next step is to recover the "specialactiontrigger" in the
client part<br>
&gt;&gt;<br>
&gt;&gt; declare the variable at the beginning of the plugin:<br>
&gt;&gt;<br>
&gt;&gt; protected $specialactiontrigger;<br>
&gt;&gt;<br>
&gt;&gt; to do so use the handleHttpPostRequest($request) function,
like this:<br>
&gt;&gt;<br>
&gt;&gt; handleHttpPostRequest($request) {<br>
&gt;&gt; if (isset($request['specialactiontrigger']) {<br>
&gt;&gt; $this-&gt;specialactiontrigger = true;<br>
&gt;&gt; } else {<br>
&gt;&gt; $this-&gt;specialactiontrigger = false;<br>
&gt;&gt; }<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; you need to put something in the buildRequest() { } function,
otherwise<br>
&gt; the<br>
&gt;&gt; server part will not be called<br>
&gt;&gt; something like :<br>
&gt;&gt;<br>
&gt;&gt; public function buildRequest() {<br>
&gt;&gt; if ($this-&gt;specialactiontrigger) {<br>
&gt;&gt; return $this-&gt;specialactiontrigger;<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; then, on the server part:<br>
&gt;&gt;<br>
&gt;&gt; protected $specialactiontrigger;<br>
&gt;&gt;<br>
&gt;&gt; public function initializeRequest($requ) {<br>
&gt;&gt; if ($requ) {<br>
&gt;&gt; $this-&gt;specialactiontrigger = $requ;<br>
&gt;&gt; }<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; and finally<br>
&gt;&gt;<br>
&gt;&gt; public function handlePreDrawing($request){<br>
&gt;&gt; if (isset($this-&gt;specialactiontrigger ) {<br>
&gt;&gt; $msMapObj = $this-&gt;serverContext-&gt;getMapObj();<br>
&gt;&gt; $layer = new LayerOverlay();<br>
&gt;&gt; $layer-&gt;action = BasicOverlay::ACTION_INSERT;<br>
&gt;&gt; $layer-&gt;name = "mappa";<br>
&gt;&gt; $layer-&gt;data = "images/cc_20050603.tif";<br>
&gt;&gt; $mapOverlay =
$this-&gt;serverContext-&gt;getPluginManager()-&gt;mapOverlay;<br>
&gt;&gt; $mapOverlay = updateMap($layer);<br>
&gt;&gt; $this-&gt;serverContext-&gt;getMapObj()-&gt;save('debug.map');<br>
&gt;&gt; }<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt; you notice its like a chain of events:<br>
&gt;&gt;<br>
&gt;
input-&gt;handleHttpPostRequest-&gt;buildRequest-&gt;//-&gt;initializeRequest-&gt;handlePreDrawing<br>
&gt;&gt;<br>
&gt;&gt; see <a class="moz-txt-link-freetext" href="http://www.cartoweb.org/doc/misc/plugins_diagram.pdf">http://www.cartoweb.org/doc/misc/plugins_diagram.pdf</a> to
understand <br>
&gt;&gt; the<br>
&gt;<br>
&gt;&gt; flow of events in Cartoweb<br>
&gt;&gt;<br>
&gt;&gt; Regards<br>
&gt;&gt; Oliver<br>
&gt;&gt;<br>
&gt;&gt; ----- Original Message ----- <br>
&gt;&gt; From: "Luigi.marotta" <luigi.marotta@email.it><br>
&gt;&gt; To: <cartoweb-users@lists.maptools.org><br>
&gt;&gt; Sent: Thursday, March 22, 2007 8:04 AM<br>
&gt;&gt; Subject: [Cartoweb-users] mapOverlay cartoweb<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Salve a tutti,<br>
&gt;&gt; &gt; sto usando CartoWeb ed ho la necessit&agrave; di rendere<br>
&gt;&gt; &gt; modificabile, al volo, un raster. Ho implementato un
plugin per<br>
&gt; modificare<br>
&gt;&gt; &gt; il campo "data" di un raster.<br>
&gt;&gt; &gt; Client:<br>
&gt;&gt; &gt; &gt;&gt; &gt; /**<br>
&gt;&gt; &gt; * ClientDataMappa.php<br>
&gt;&gt; &gt; */<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; class ClientDataMappa extends ClientPlugin<br>
&gt;&gt; &gt; implements GuiProvider, serverCaller {<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; /**<br>
&gt;&gt; &gt; * GuiProvider methods<br>
&gt;&gt; &gt; */<br>
&gt;&gt; &gt; public function handleHttpPostRequest($request) {}<br>
&gt;&gt; &gt; public function handleHttpGetRequest($request) {}<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; public function buildRequest() {}<br>
&gt;&gt; &gt; //public function renderForm(Smarty $template) {}<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; protected function drawUserForm() {<br>
&gt;&gt; &gt; $smarty = new Smarty_Plugin($this-&gt;getCartoclient(),
$this);<br>
&gt;&gt; &gt; return $smarty-&gt;fetch('dataInput.tpl');<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; public function renderForm(Smarty $template) {<br>
&gt;&gt; &gt; $template-&gt;assign('dataInput',
$this-&gt;drawUserForm());<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; public function initializeResult ($request){}<br>
&gt;&gt; &gt; public function handleResult($request){}<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt; ?&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Template:<br>
&gt;&gt; &gt;<!-- dataInput.tpl --> <br>
&gt;&gt; &gt; <input value="ok" type="submit"><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Server:<br>
&gt;&gt; &gt; &gt;&gt; &gt; class ServerDataMappa extends
ClientResponderAdapter {<br>
&gt;&gt; &gt; //public function updateMap(BasicOverlay $overlay){<br>
&gt;&gt; &gt; public function handlePreDrawing($request){<br>
&gt;&gt; &gt; $msMapObj = $this-&gt;serverContext-&gt;getMapObj();<br>
&gt;&gt; &gt; $layer = new LayerOverlay();<br>
&gt;&gt; &gt; $layer-&gt;action = BasicOverlay::ACTION_INSERT;<br>
&gt;&gt; &gt; $layer-&gt;name = "mappa";<br>
&gt;&gt; &gt; $layer-&gt;data = "images/cc_20050603.tif";<br>
&gt;&gt; &gt; $mapOverlay =
$this-&gt;serverContext-&gt;getPluginManager()-&gt;mapOverlay;<br>
&gt;&gt; &gt; $mapOverlay = updateMap($layer);<br>
&gt;&gt; &gt;
$this-&gt;serverContext-&gt;getMapObj()-&gt;save('debug.map');<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt; ?&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Il template presenta solo un pulsante che dovrebbe
richiamare la parte<br>
&gt;&gt; &gt; server per modificare il raster ma non funziona ed anche
se lascio il<br>
&gt;&gt; &gt; campo<br>
&gt;&gt; &gt; data vuoto o vi inserisco un indirizzo inesistente non
ottengo nessun<br>
&gt;&gt; &gt; cambiamente. Dove sbaglio!<br>
&gt;&gt; &gt; Grazie a tutti anticipatamente<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Luigi<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Email.it, the professional e-mail, gratis per te:
<a class="moz-txt-link-freetext" href="http://www.email.it/f">http://www.email.it/f</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Sponsor:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Clicca qui:
<a class="moz-txt-link-freetext" href="http://adv.email.it/cgi-bin/foclick.cgi?mid=6119&d=20070322">http://adv.email.it/cgi-bin/foclick.cgi?mid=6119&amp;d=20070322</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Cartoweb-users mailing list<br>
&gt;&gt; &gt; <a class="moz-txt-link-abbreviated" href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br>
&gt;&gt; &gt; <a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; --<br>
&gt; Email.it, the professional e-mail, gratis per te:
<a class="moz-txt-link-freetext" href="http://www.email.it/f">http://www.email.it/f</a><br>
&gt;<br>
&gt; Sponsor:<br>
&gt; CD-DVD Vergini. Ampia scelta tra le migliori marche: Verbatim,
Sony, Benq.<br>
&gt; Prezzi sotto costo, visita il sito<br>
&gt; Clicca qui:
<a class="moz-txt-link-freetext" href="http://adv.email.it/cgi-bin/foclick.cgi?mid=6120&d=20070322">http://adv.email.it/cgi-bin/foclick.cgi?mid=6120&amp;d=20070322</a><br>
&gt;<br>
&gt;<br>
&gt; <br>
    <br>
    <br>
    <br>
------------------------------<br>
    <br>
Message: 3<br>
Date: Fri, 23 Mar 2007 11:33:03 +0100<br>
From: "MUTOTA" <s9911197@students.polytechnic.edu.na><br>
Subject: [Cartoweb-users] Help<br>
To: <a class="moz-txt-link-abbreviated" href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</a><br>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:20070323102408.M69952@students.polytechnic.edu.na">&lt;20070323102408.M69952@students.polytechnic.edu.na&gt;</a><br>
Content-Type: text/plain; charset=iso-8859-1<br>
    <br>
Hi list!<br>
    <br>
I got the far bellow information from Oliver christen but it<br>
is uncclear enough.<br>
    <br>
I can get hold of christen or subscribing striaght to the list member. <br>
    <br>
In the bellow info, there is talking about templates ,client and server<br>
should be edited at least. I want to fix my application as well but
those <br>
files (templates ,client and server )are not real specified.<br>
Please i fan idea direct me so that I will be able to display my
mainmap which<br>
is refusing to show up.<br>
    <br>
(1) Which files do I have to edit to make my mainmap displayed?<br>
(2) In which file as well I can edit <input type="submit"><br>
value="ok" /&gt; TO <input type="submit"><br>
name="specialactiontrigger" value="ok" /&gt; ? <br>
    <br>
    <br>
Thank you very much for your help<br>
    <br>
Andreas Mutota<br>
    <br>
    <br>
    <br>
&gt; first you need to <br>
&gt;recover the submit action. a simple <input> type="submit" <br>
&gt; value="ok" /&gt; as you set in your template will simply &gt; post
the <br>
&gt; form but initiate no action. give a name to you input &gt; <input><br>
&gt; type="submit" name="specialactiontrigger" value="ok" /&gt; if &gt;
you <br>
&gt; dont give a name to your input they are simply ignored. &gt; &gt; <br>
&gt; next step is to recover the "specialactiontrigger" in the client <br>
&gt; part &gt;<br>
&gt; <br>
&gt; - Ignored:<br>
&gt; &gt; declare the variable at the beginning of the plugin:<br>
&gt; &gt; <br>
&gt; &gt; protected $specialactiontrigger;<br>
&gt; &gt; <br>
&gt; &gt; to do so use the handleHttpPostRequest($request) function, <br>
&gt; like this: &gt; &gt; handleHttpPostRequest($request) { &gt; if <br>
&gt; (isset($request['specialactiontrigger']) { &gt; $this-<br>
&gt; &gt;specialactiontrigger = true; &gt; } else { &gt; $this-<br>
&gt; &gt;specialactiontrigger = false; &gt; } &gt; } &gt; &gt; you need
    <br>
&gt; to put something in the buildRequest() { } function, &gt;
otherwise <br>
&gt; the server part will not be called something like : &gt; &gt; <br>
&gt; public function buildRequest() { &gt; if ($this-<br>
&gt; &gt;specialactiontrigger) { &gt; return
$this-&gt;specialactiontrigger;<br>
&gt; &gt; }<br>
&gt; &gt; <br>
&gt; &gt; }<br>
&gt; &gt; <br>
&gt; &gt; then, on the server part:<br>
&gt; &gt;<br>
    <br>
    <br>
    <br>
    <br>
------------------------------<br>
    <br>
Message: 4<br>
Date: Fri, 23 Mar 2007 12:02:43 +0100<br>
From: "Lauber Christoph" <ch.lauber@geo-thun.ch><br>
Subject: [Cartoweb-users] IE problems and cms<br>
To: <cartoweb-users@lists.maptools.org><br>
Message-ID: <C223632939B30945911B6F66B958B88058C257@beoappl1.bdat.ch><br>
Content-Type: text/plain; charset="us-ascii"<br>
    <br>
Hi<br>
    <br>
Two of our clients got problems with the IE browser.<br>
One got a bluescreen (not the systemcrash bluescreen) instead of the<br>
image. He sees the map apearing, but then it is covered by the blue<br>
image.<br>
The other is automaticly loged out with the first action after the login<br>
(zoom, pan, search, etc.).<br>
Both have none of these problems with Firefox!<br>
Does anybody knows a solution? Some settings in the Internet Options of<br>
IE?<br>
    <br>
An other question concerns the graphical manipulation of CartoWeb.<br>
Exists something like a content management system for CartoWeb? Or does<br>
anybody works with a graphical edittool for the mapfiles? I read<br>
something about MapEdit of MapLab. Are there other recommendations?<br>
Thanks for your hints.<br>
    <br>
    <br>
    <br>
Best regards<br>
    <br>
    <br>
Christoph Lauber<br>
    <br>
    <br>
    <br>
------------------------------<br>
    <br>
Message: 5<br>
Date: Fri, 23 Mar 2007 12:23:48 +0100<br>
From: "Oliver Christen" <oliver.christen@camptocamp.com><br>
Subject: Re: [Cartoweb-users] IE problems and cms<br>
To: "Lauber Christoph" <ch.lauber@geo-thun.ch>,<br>
    <cartoweb-users@lists.maptools.org><br>
Message-ID: &lt;022501c76d3d$bc1eb470$15e3a8c0@maunakea&gt;<br>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";<br>
reply-type=original<br>
    <br>
Hi Christoph<br>
    <br>
the problems with IE are most certainly caused by a level of security
set <br>
too high, which will prevent some parameter to be stored in cookies and
    <br>
other effects like thats.<br>
tell your client to try to lower the security level (Internet Options, <br>
security) and test again.<br>
If that solve the problem, maybe it would be then better to use the
Custom <br>
Level and try to pinpoint exactly which settings should be changed.<br>
    <br>
About mapfile edition, maplab is a good tool, but it only work with
php4.<br>
There are a few other work-in-progess project, like mapstorer, but none
that <br>
are really useable sadely.<br>
we have a project like that, that would be integrating Cartoweb but we
lack <br>
funding for this and hence it's not a priority so dont expect anything
soon.<br>
    <br>
regards<br>
Oliver<br>
    <br>
&gt; Hi<br>
&gt;<br>
&gt; Two of our clients got problems with the IE browser.<br>
&gt; One got a bluescreen (not the systemcrash bluescreen) instead of
the<br>
&gt; image. He sees the map apearing, but then it is covered by the blue<br>
&gt; image.<br>
&gt; The other is automaticly loged out with the first action after the
login<br>
&gt; (zoom, pan, search, etc.).<br>
&gt; Both have none of these problems with Firefox!<br>
&gt; Does anybody knows a solution? Some settings in the Internet
Options of<br>
&gt; IE?<br>
&gt;<br>
&gt; An other question concerns the graphical manipulation of CartoWeb.<br>
&gt; Exists something like a content management system for CartoWeb? Or
does<br>
&gt; anybody works with a graphical edittool for the mapfiles? I read<br>
&gt; something about MapEdit of MapLab. Are there other recommendations?<br>
&gt; Thanks for your hints.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Best regards<br>
&gt;<br>
&gt;<br>
&gt; Christoph Lauber<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Cartoweb-users mailing list<br>
&gt; <a class="moz-txt-link-abbreviated" href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br>
&gt; <a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
&gt; <br>
    <br>
    <br>
    <br>
------------------------------<br>
    <br>
Message: 6<br>
Date: Fri, 23 Mar 2007 12:37:01 +0100<br>
From: "Oliver Christen" <oliver.christen@camptocamp.com><br>
Subject: Re: [Cartoweb-users] Help<br>
To: "MUTOTA" <s9911197@students.polytechnic.edu.na>,<br>
    <cartoweb-users@lists.maptools.org><br>
Message-ID: &lt;024501c76d3f$93d0f260$15e3a8c0@maunakea&gt;<br>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";<br>
reply-type=original<br>
    <br>
Hi Andreas<br>
    <br>
the texte you replied to was a response to Luigi Marotta question. Do
you<br>
work with him?<br>
if yes, you can see the answer there<br>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/pipermail/cartoweb-users/2007-March/002239.html">http://lists.maptools.org/pipermail/cartoweb-users/2007-March/002239.html</a><br>
    <br>
otherwise I suppose I never received your question and some mix-up
happened<br>
with your emails<br>
    <br>
regards<br>
Oliver<br>
    <br>
    <br>
    <br>
----- Original Message ----- <br>
From: "MUTOTA" <s9911197@students.polytechnic.edu.na><br>
To: <cartoweb-users@lists.maptools.org><br>
Sent: Friday, March 23, 2007 11:33 AM<br>
Subject: [Cartoweb-users] Help<br>
    <br>
    <br>
&gt; Hi list!<br>
&gt;<br>
&gt; I got the far bellow information from Oliver christen but it<br>
&gt; is uncclear enough.<br>
&gt;<br>
&gt; I can get hold of christen or subscribing striaght to the list
member.<br>
&gt;<br>
&gt; In the bellow info, there is talking about templates ,client and
server<br>
&gt; should be edited at least. I want to fix my application as well
but those<br>
&gt; files (templates ,client and server )are not real specified.<br>
&gt; Please i fan idea direct me so that I will be able to display my
mainmap<br>
&gt; which<br>
&gt; is refusing to show up.<br>
&gt;<br>
&gt; (1) Which files do I have to edit to make my mainmap displayed?<br>
&gt; (2) In which file as well I can edit <input type="submit"><br>
&gt; value="ok" /&gt; TO <input type="submit"><br>
&gt; name="specialactiontrigger" value="ok" /&gt; ?<br>
&gt;<br>
&gt;<br>
&gt; Thank you very much for your help<br>
&gt;<br>
&gt; Andreas Mutota<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; first you need to<br>
&gt;&gt;recover the submit action. a simple <input> type="submit"<br>
&gt;&gt; value="ok" /&gt; as you set in your template will simply &gt;
post the<br>
&gt;&gt; form but initiate no action. give a name to you input &gt; <input><br>
&gt;&gt; type="submit" name="specialactiontrigger" value="ok" /&gt; if
&gt; you<br>
&gt;&gt; dont give a name to your input they are simply ignored. &gt;
&gt;<br>
&gt;&gt; next step is to recover the "specialactiontrigger" in the
client<br>
&gt;&gt; part &gt;<br>
&gt;&gt;<br>
&gt;&gt; - Ignored:<br>
&gt;&gt; &gt; declare the variable at the beginning of the plugin:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; protected $specialactiontrigger;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; to do so use the handleHttpPostRequest($request) function,<br>
&gt;&gt; like this: &gt; &gt; handleHttpPostRequest($request) { &gt; if<br>
&gt;&gt; (isset($request['specialactiontrigger']) { &gt; $this-<br>
&gt;&gt; &gt;specialactiontrigger = true; &gt; } else { &gt; $this-<br>
&gt;&gt; &gt;specialactiontrigger = false; &gt; } &gt; } &gt; &gt; you
need<br>
&gt;&gt; to put something in the buildRequest() { } function, &gt;
otherwise<br>
&gt;&gt; the server part will not be called something like : &gt; &gt;<br>
&gt;&gt; public function buildRequest() { &gt; if ($this-<br>
&gt;&gt; &gt;specialactiontrigger) { &gt; return<br>
&gt;&gt; &gt;$this-&gt;specialactiontrigger;<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; then, on the server part:<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Cartoweb-users mailing list<br>
&gt; <a class="moz-txt-link-abbreviated" href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br>
&gt; <a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
&gt;<br>
    <br>
    <br>
    <br>
------------------------------<br>
    <br>
_______________________________________________<br>
Cartoweb-users mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a><br>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
    <br>
    <br>
End of Cartoweb-users Digest, Vol 23, Issue 20<br>
**********************************************<br>
    </cartoweb-users@lists.maptools.org></s9911197@students.polytechnic.edu.na></cartoweb-users@lists.maptools.org></s9911197@students.polytechnic.edu.na></oliver.christen@camptocamp.com></cartoweb-users@lists.maptools.org></ch.lauber@geo-thun.ch></oliver.christen@camptocamp.com></C223632939B30945911B6F66B958B88058C257@beoappl1.bdat.ch></cartoweb-users@lists.maptools.org></ch.lauber@geo-thun.ch></s9911197@students.polytechnic.edu.na></cartoweb-users@lists.maptools.org></luigi.marotta@email.it></cartoweb-users@lists.maptools.org></oliver.christen@camptocamp.com></cartoweb-users@lists.maptools.org></luigi.marotta@email.it></oliver.christen@camptocamp.com></D4EF10CCEB2CE742BEEA9838C590B0E807782D85@FTRDMEL2.rd.francetelecom.fr></cartoweb-users@lists.maptools.org></fportaneri.ext@orange-ftgroup.com></blockquote>
  <br>
  <p> </p>
  <hr size="1">It's here! Your new message!<br>
Get
  <a
 href="http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/">
new email alerts</a> with the free <a
 href="http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/">Yahoo!
Toolbar.</a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Cartoweb-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</a>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a>
  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<style>
<!--
.signature {
  font-family:verdana,helvetica,sans-serif;
  font-size:0.8em;
  line-height: 1.25em;
  color: #9999BB;
  width: 27em;
}

.signature div {
  padding: 0.22em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  border-bottom: 1px dotted lightgray;
  background-color: #FCFCFF;
}

.signature .attention {
  background-color: #FFFAFA;
  color: #FFBBBB;
  font-size: 0.8em;
  font-weight: bold;
}

.header {
}
-->
</style>
<div class="signature">
<div> <span style="font-weight: bold;">Camptocamp SA</span><br>
Damien Corpataux<br>
PSE A<br>
CH-1015 Lausanne<br>
</div>
<div> +41 21 619 10 22 <span class="header">(Direct)</span><br>
+41 21 619 10 10 <span class="header">(Centrale)</span><br>
+41 21 619 10 00 <span class="header">(Fax)</span><br>
</div>
<div style="color: rgb(102, 204, 102);"> <span
 style="position: relative; top: -3px; font-family: Webdings; font-size: 24pt;">P</span>
<span style="">Please consider the environment <br>
Do you really need to print this email?</span>
</div>
</div>
</div>
</body>
</html>