Hi guys,<BR>I want to advise that if the map you import is small, and If you have copied the default setting, the zoom tools could not work fine. The solution consists on changing the scale parametres in location.ini file. Hope this could help you.<BR><BR>bye Giuseppe<BR><BR><BR>
<BLOCKQUOTE dir=ltr 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 --------<BR>Da: giuseppe.derossi@email.it<BR>To: "cartoweb-users@lists.maptools.org" &lt;cartoweb-users@lists.maptools.org&gt;<BR>Oggetto: Re: [Cartoweb-users] ghost layer SOLVED, pdf &amp; login SOLVED, no zoom<BR>Data: 09/02/06 03:38<BR><BR>Well done.The patch&nbsp;is good:&nbsp;now the login works fine too.&nbsp;<BR><BR>For printing in pdf, just a 'memento' for those&nbsp;fools like me :&nbsp;&nbsp; if you are importing a map file, automagically created by other applications, &nbsp;be sure that the OUTPUTFORMAT&nbsp;is&nbsp;&nbsp;egual to the file&nbsp;in demo project&nbsp;that is Formatoption = off .<BR>Before fixing my map file, after the right login I got &nbsp;: FPDF error: Interlacing not supported ...<BR><BR>Hope tomorrow to solve the zoom .<BR><BR>Bye, Giuseppe<BR><BR><BR><BR>
<BLOCKQUOTE dir=ltr 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 --------<BR>Da: "Frédéric Junod" &lt;frederic.junod@camptocamp.com&gt;<BR>To: <BR>Cc: cartoweb-users@lists.maptools.org<BR>Oggetto: Re: [Cartoweb-users] ghost layer SOLVED, but no pdf, no zoom<BR>Data: 08/02/06 13:39<BR><BR><FONT face="Courier New" size=2><BR><BR>Hello Giuseppe,<BR><BR>This bug is corrected in the CVS version of cartoweb.<BR><BR>As a quick and dirty fix is to replace the original __construct code<BR>(CartoserverService.php line 39) by the CVS one:<BR><BR>public function __construct(SoapFault $fault) {<BR>if (!isset($fault-&gt;faultcode))<BR>$fault-&gt;faultcode = -1;<BR>parent::__construct($fault-&gt;faultcode, $fault-&gt;faultstring);<BR>}<BR>NOT TESTED !!<BR><BR><BR>A cleaner solution is to wait the next release (3.2.0) (we are working<BR>on ...)<BR><BR>Regards,<BR><BR>Fréd<BR><BR><BR>Le mercredi 08 février 2006 à 10:29 +0100, <A class=autolink
href="mailto:giuseppe.derossi@email.it">giuseppe.derossi@email.it</A> a<BR>écrit :<BR>&gt; Hi Oliver,<BR>&gt; thank'you for your suggestion, yestarday I've used the --clean option<BR>&gt; and after that I was able to display my map by recalling my project in<BR>&gt; the url ( http:\\localhost ...client.php?project=Italy_1 ).<BR>&gt; <BR>&gt; Unfortunately I cant' zoom and if I try to print the pdf, on pushing<BR>&gt; Login word I get a full errors page:<BR>&gt; <BR>&gt; class: CartocommonException<BR>&gt; message: Error [8, Undefined property: SoapFault::$faultcode, c:<BR>&gt; \wamp\www\cartoweb3\client\CartoserverService.php, 40]<BR>&gt; <BR>&gt; There should be somthing wrong regarding the old .ini files, they are<BR>&gt; not always over written , aren't thay ?<BR>&gt; ( I confess you that I've not yet read the handbook .)<BR>&gt; <BR>&gt; Best regards <BR>&gt; <BR>&gt; Giuseppe<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; --------- Original Message --------<BR>&gt; Da: "oli
  ver"
&lt;oliver.christen@camptocamp.com&gt;<BR>&gt; To: "cartoweb-users@lists.maptools.org"<BR>&gt; &lt;cartoweb-users@lists.maptools.org&gt;<BR>&gt; Oggetto: Re: [Cartoweb-users] ghost layer<BR>&gt; Data: 06/02/06 11:59<BR>&gt; <BR>&gt; Hi Giuseppe, <BR>&gt; <BR>&gt; be careful to clean all unused .ini files of the demo<BR>&gt; projects, as several activated functionnalities use layers<BR>&gt; name references. <BR>&gt; see <A class=autolink href="http://www.cartoweb.org/cwiki/HowToCreateANewProject" target=_blank>http://www.cartoweb.org/cwiki/HowToCreateANewProject</A> for<BR>&gt; more details about the files to clean <BR>&gt; <BR>&gt; Regards, <BR>&gt; <BR>&gt; Oliver Christen <BR>&gt; Camptocamp SA <BR>&gt; ----- Original Message ----- <BR>&gt; From: <A class=autolink href="mailto:giuseppe.derossi@email.it">giuseppe.derossi@email.it</A> <BR>&gt; To: <A class=autolink href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</A> <BR>&gt; Sent: Monday, Feb
  ruary
06, 2006 12:52 AM <BR>&gt; Subject: [Cartoweb-users] ghost layer <BR>&gt; <BR>&gt; <BR>&gt; Hi,<BR>&gt; I've installed Cartoweb3 and the demo on WinXp by<BR>&gt; using the installer. The demo works fine, then,to keep<BR>&gt; it simple, I've changed the demo project and I've<BR>&gt; semplified the layout in order to obtain only a plain<BR>&gt; list of simple layers: one root and 6 children. This<BR>&gt; project works fine. too.<BR>&gt; At this point, I'd like to import my data in this new<BR>&gt; project so :<BR>&gt; I've imported my data (shp shx ...), I've updated the<BR>&gt; files in server_conf and client_conf folder,and I've<BR>&gt; changed the old layers by the new ones, I've changed<BR>&gt; the names of the files. <BR>&gt; Then, I've used the command php cw3setup.php<BR>&gt; --install --base-url<BR>&gt; <A class=autolink href="http://localhost/cartoweb3/htdocs." target=_blank>http://localhost/cartoweb3/htdocs.</A><BR>&gt; <BR>&gt; On running the project I get the msg : 
 "can't
find<BR>&gt; layer iceland". "Iceland" was one of the old layer of<BR>&gt; demo project but I've delete all them: there 's no<BR>&gt; "iceland" word in the folder server_comnf of my new<BR>&gt; project. The .map and data files seem to be good b<BR>&gt; ecause I use them in another mapserver distribution. <BR>&gt; <BR>&gt; Is there anybody who can help me ?<BR>&gt; <BR>&gt; I saw that in the Po folder there are files which have<BR>&gt; the settings of old project, is it ok ?<BR>&gt; <BR>&gt; Thanks in advantage<BR>&gt; <BR>&gt; <BR>&gt; ----<BR>&gt; Email.it, the professional e-mail, gratis per te:<BR>&gt; clicca qui <BR>&gt; <BR>&gt; Sponsor:<BR>&gt; I migliori software per tutti i cellulari da Jamba!<BR>&gt; Clicca qui <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ______________________________________________________<BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Cartoweb-users mailing list<BR>&gt; <A class=autolink
href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</A><BR>&gt; <A class=autolink href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" target=_blank>http://lists.maptools.org/mailman/listinfo/cartoweb-users</A> <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ----<BR>&gt; Email.it, the professional e-mail, gratis per te: clicca qui <BR>&gt; <BR>&gt; Sponsor:<BR>&gt; DA NON PERDERE: Prova gratis per 15 giorni DVDNet Rent e ricevi a casa<BR>&gt; tua i migliori film! <BR>&gt; Clicca qui <BR>&gt; <BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Cartoweb-users mailing list<BR>&gt; <A class=autolink href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</A><BR>&gt; <A class=autolink href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" target=_blank>http://lists.maptools.org/mailman/listinfo/cartoweb-users</A><BR><BR></FONT></DIV></BLOCKQUOTE><BR>
<P><FONT face=Verdana,Arial size=2>----<BR>Email.it, the professional e-mail, gratis per te: <A href="http://www.email.it/cgi-bin/start?sid=3" target=_blank>clicca qui</A> <BR><BR>Sponsor:<BR>Cerchi l’amore? Allora iscriviti gratis a Meetic: troverai migliaia di single in linea e potrai chattare con loro.<BR><A href="http://adv.email.it/cgi-bin/foclick.cgi?mid=4049&amp;d=20060209" target=_blank>Clicca qui</A> </FONT><BR><BR><BR>
<HR>
<BR><FONT face="Courier New" size=2>_______________________________________________<BR>Cartoweb-users mailing list<BR><A class=autolink href="mailto:Cartoweb-users@lists.maptools.org">Cartoweb-users@lists.maptools.org</A><BR><A class=autolink href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" target=_blank>http://lists.maptools.org/mailman/listinfo/cartoweb-users</A><BR></FONT></DIV></BLOCKQUOTE><br><p><font face=Verdana,Arial size=2>----<br>
 Email.it, the professional e-mail, gratis per te: <a href="http://www.email.it/cgi-bin/start?sid=3" 
 target="_blank" >clicca qui</a> <br>
 <br>
 Sponsor:<br>
 Novità per telefonare risparmiando: Email.it Phone Card, clicca e scopri i vantaggi<br>
 <a href="http://adv.email.it/cgi-bin/foclick.cgi?mid=2689&d=20060209" target="_blank" >Clicca qui</a> </font><br>