<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>if the zoom or pan function dont work, then you have some
major issue with your project, as this should always work. This is usualy a
effect of a total failing of the javascript framework.</FONT></DIV>
<DIV><FONT size=2>I would strongly suggest starting anew with the template of a
working project.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>as for query, if you added the correct metadata in the
corresponding layer in the mapfile, it should return by default all the data
associated with the selected features, as explained in the
documentation.</FONT></DIV>
<DIV><FONT size=2>you can interact with the query result in several way:
specifying query_returned_attributes in the layer metadata, modifying the
"table" coreplugin template, or adding a new "tablerules" plugin (see chapter 9
of <A
href="http://cartoweb.org/doc/foss4g06/CartoWeb_GettingStarted.pdf">http://cartoweb.org/doc/foss4g06/CartoWeb_GettingStarted.pdf</A>)
and more generaly <A
href="http://www.cartoweb.org/cwiki/Foss4g06Workshops">http://www.cartoweb.org/cwiki/Foss4g06Workshops</A></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=natashachatterjee02@yahoo.co.in
href="mailto:natashachatterjee02@yahoo.co.in">natasha chatterjee</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=oliver.christen@camptocamp.com
href="mailto:oliver.christen@camptocamp.com">Oliver Christen</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, November 23, 2007 6:59
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Problem with toolbar
buttons</DIV>
<DIV><BR></DIV>
<DIV>Hello </DIV>
<DIV> Thanks a lot for all the
details now many things are clear to me .</DIV>
<DIV> I am able to load
the new data aswell but the zoomin,zoomout and other</DIV>
<DIV> functionalities
are not working(when I am applying any operation on the </DIV>
<DIV> map like
zoomin, zoomout etc. its not reflecting),though i have tried and </DIV>
<DIV> still in the
process, please tell me which files are associated with the </DIV>
<DIV> working of
these buttons.(zoomin,zoomout,panning,full extent etc.)</DIV>
<DIV> </DIV>
<DIV> In the same way I wanted
to know in which files coding for the map </DIV>
<DIV> querying is done
,whenver we fire query then changes in which file </DIV>
<DIV> 'll effect the results
?</DIV>
<DIV> </DIV>
<DIV> Looking forward
to your reply.</DIV>
<DIV> </DIV>
<DIV>Regards</DIV>
<DIV>Natasha</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> <BR><BR><B><I>Oliver
Christen <oliver.christen@camptocamp.com></I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR>
<STYLE></STYLE>
<DIV><FONT size=2>Hi</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>1) thats a bit too vague, can you be more
precise?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>2) <A
href="http://www.cartoweb.org/doc/cw3.4/xhtml/image/intro/images/schema_flux.png">http://www.cartoweb.org/doc/cw3.4/xhtml/image/intro/images/schema_flux.png</A></FONT></DIV>
<DIV><FONT size=2>and <A
href="http://www.cartoweb.org/doc/cw3.4/xhtml/intro.archi.html">http://www.cartoweb.org/doc/cw3.4/xhtml/intro.archi.html</A></FONT></DIV>
<DIV><FONT size=2>Cartoweb has two parts, Cartoclient and Cartoserver. The
Cartoserver interact with mapserver via mapscript (<A
href="http://mapserver.gis.umn.edu/docs/reference/phpmapscript-class">http://mapserver.gis.umn.edu/docs/reference/phpmapscript-class</A>)</FONT></DIV>
<DIV><FONT size=2>The generated data (map image, ...) are then then
transfered to the Cartoclient which build the web page layout and the page
is sent to the user browser. Once the page is displayed in the user browser,
all actions are handled with javascript (zoom, pan, selection, ...) and the
html form is sent back to the Cartoclient which process the action and
transfert it to the Cartoserver (if needed) and the cycle start
back.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>3) Templates are based on SMARTY syntax. See smarty
documentation (<A
href="http://smarty.php.net/docs.php">http://smarty.php.net/docs.php</A>)
and there is plenty of tutorials (<A
href="http://smarty.php.net/crashcourse.php">http://smarty.php.net/crashcourse.php</A>)</FONT></DIV>
<DIV><FONT size=2>As for Cartoweb specificities, there is no documentation
listing all the variable used in the templates. </FONT></DIV>
<DIV><FONT size=2>But usually all plugin and coreplugin have their own small
templates files containing the related variables.</FONT></DIV>
<DIV><FONT size=2>As for the main cartoclient.tpl file, experiement with the
demo templates to get familiar with the various elements.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=natashachatterjee02@yahoo.co.in
href="mailto:natashachatterjee02@yahoo.co.in">natasha chatterjee</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=oliver.christen@camptocamp.com
href="mailto:oliver.christen@camptocamp.com">oliver</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 22, 2007
9:39 AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> few queries</DIV>
<DIV><BR></DIV>
<DIV>Hello</DIV>
<DIV> 1) how does the
query option works in Cartoweb? (please mention the </DIV>
<DIV>
files)</DIV>
<DIV> </DIV>
<DIV> 2) which
technology(as java applet is used in many cases what in case </DIV>
<DIV> of
cartoweb?) is used behind the running of the main map </DIV>
<DIV> displayed
at the front end in case of cartoweb. I basically want to </DIV>
<DIV>
know the process of working of mapserver in case of cartoweb </DIV>
<DIV>
specially.Is there any block diagram of process flow available?</DIV>
<DIV> </DIV>
<DIV> 3) Can you please
send me the documentation of templates( in order to </DIV>
<DIV>
know the basic syntax of the template files used in cartoweb so that
</DIV>
<DIV>
modifications can be done in a proper manner as still there are few </DIV>
<DIV> syntax
I am not familiar with .If its for beginners then good for me)</DIV>
<DIV> </DIV>
<DIV> Looking
forward to your mail.</DIV>
<DIV> </DIV>
<DIV> Regards</DIV>
<DIV> Natasha</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><!--4-->
<HR SIZE=1>
</HR>5, 50, 500, 5000 - Store N number of mails in your inbox. <A
href="http://in.rd.yahoo.com/tagline_mail_4/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/">Click
here.</A></DIV></BLOCKQUOTE></BLOCKQUOTE><BR>
<P><!--4-->
<HR SIZE=1>
</HR>5, 50, 500, 5000 - Store N number of mails in your inbox. <A
href="http://in.rd.yahoo.com/tagline_mail_4/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/">Click
here.</A></BLOCKQUOTE></BODY></HTML>