<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Thanks for your coments Stephen.<div><br></div><div>This weekend i solved the problems.</div><div><br></div><div>My web aplication is ok.</div><div>I get a lot of velocity with the new changes.</div><div>And a user can change the maps and the system don't has any problem.</div><div><br></div><div>I get it.</div><div><br></div><div>You can prove my web in:</div><div><br></div><div>http://sig.betera.es</div><div><br></div><div>I have a lot of maps 33, and 150 layers in postgis.</div><div>And with the new changes i can create a lot of maps and layers and the system'll be run.</div><div><br></div><div>I have a system with users privilegious, and we can edit and add files to the objets, edit the atributes and delete the objects.</div><div><br></div><div>I'm very happy with my kamap system with my configuration.</div><div><div><br></div><div>Thanks for your comments.</div><div><br>Saludos,<div>------------------------------------</div><div>Antonio García Benlloch</div><div>@: angarben@hotmail.com</div><div><br></div><br><br><div>&gt; From: ka-map-users-request@lists.maptools.org<br>&gt; Subject: ka-Map-users Digest, Vol 83, Issue 1<br>&gt; To: ka-map-users@lists.maptools.org<br>&gt; Date: Sat, 19 Jul 2014 12:00:02 -0500<br>&gt; <br>&gt; Send ka-Map-users mailing list submissions to<br>&gt;         ka-map-users@lists.maptools.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://lists.maptools.org/mailman/listinfo/ka-map-users<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         ka-map-users-request@lists.maptools.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         ka-map-users-owner@lists.maptools.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of ka-Map-users digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Problema al cargar muchos mapas (Antonio Garc?a)<br>&gt;    2. Problems with config.php with very maps (Antonio Garc?a)<br>&gt;    3. Re: Problems with config.php with very maps (Stephen Woodbridge)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Fri, 18 Jul 2014 18:05:43 +0000<br>&gt; From: Antonio Garc?a &lt;angarben@hotmail.com&gt;<br>&gt; Subject: [ka-Map-users] Problema al cargar muchos mapas<br>&gt; To: "ka-map-users@lists.maptools.org"<br>&gt;         &lt;ka-map-users@lists.maptools.org&gt;<br>&gt; Message-ID: &lt;DUB130-W95750C0BF33AF713ECBF10DDF50@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Buenas, soy Antonio Garc?a de B?tera, Valencia (Spain).<br>&gt; Llevo desde el 2007 con ka-map y la verdad es que estoy muy contento.<br>&gt; Actualmente el proyecto ha crecido espectacularmente y tengo m?s de 33 mapas. Unos ocultos mediante autentificaci?n de usuario y otros p?blicos 8 o 9.<br>&gt; El caso es que ... conforme ha crecido el n?mero de mapas en el fichero config.php el visor tarda m?s en cargar el mapa y la leyenda al inicio.-----------------------------------------------------------------------Y si cargo los 33 mapas en el fichero config.php <br>&gt; $aszMapFiles = array( 'gmap' =&gt; $aszGCallejero, 'gmap1' =&gt; $mapa1, 'gmap2' =&gt; $mapa2,...'gmap33' =&gt; $mapa33,<br>&gt;  que actualmente est?n configurados tarda en torno a 40 segundos en cargar el mapa y la leyenda.se puede ver en:<br>&gt; http://sig.betera.es/visor------------------------------------------------------------------------Si la variable $aszMapFiles tiene 15 gmaps el visor tarda en cargar como 20 segundos.<br>&gt; $aszMapFiles = array( 'gmap' =&gt; $aszGCallejero, 'gmap1' =&gt; $mapa1, 'gmap2' =&gt; $mapa2,...'gmap15' =&gt; $mapa15,<br>&gt; Se puede ver en:<br>&gt; http://sig.betera.es/visor102------------------------------------------------------------------------Y si s?lo cargo un mapa por cada config.php el visor se carga muy r?pido en 7 segundos.<br>&gt; $aszMapFiles = array( 'gmap' =&gt; $aszGCallejero,  se puede ver este caso en:<br>&gt; http://sig.betera.es/visor1<br>&gt; ---------------------------------------------------------------------------?Podr?ais decirme que puedo hacer? En realidad s?lo deber?a de leer todas las capas del currentmap ?no? deber?a almacenar el array de los mapas posibles pero s?lo trabajar con el currentmap.<br>&gt; Si no es as?, tendr? que hacer algo para pasar de un gmap a otro volviendo a cargar el visor entero y configurando muchos config.php<br>&gt; Si se os ocurre otra cosa o hab?ais visto el problema antes por favor agradecer?a vuestra ayuda.<br>&gt; Saludos,------------------------------------Antonio Garc?a BenllochIngeniero T?cnico en Topograf?aIngeniero en Geodesia y Cartograf?ahttp://sig.betera.es@: angarben@hotmail.comTelf: 658081447<br>&gt;                                                <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20140718/7a7adb58/attachment.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Fri, 18 Jul 2014 18:34:12 +0000<br>&gt; From: Antonio Garc?a &lt;angarben@hotmail.com&gt;<br>&gt; Subject: [ka-Map-users] Problems with config.php with very maps<br>&gt; To: "ka-map-users@lists.maptools.org"<br>&gt;         &lt;ka-map-users@lists.maptools.org&gt;<br>&gt; Message-ID: &lt;DUB130-W16D7637848A6DC07CCD9ABDDF50@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Hi, <br>&gt; I'm Antonio Garc?a from B?tera, Valencia (Spain).<br>&gt; I'm working with KA-MAP from 2007 and I am very happy with my project. <br>&gt; http://sig.betera.es<br>&gt; But actually my project is very big. I have more than 33 maps.When I run my project, the user only can see the maps if the user have privileges,  and it's beautifull.I have 8 free maps and 33 total maps.<br>&gt; Then the project is less run if i have 33 maps in the config.php file.And the map get load in 40 seconds.If i have 15 maps in the config.php file it run in 20 seconds and  If i have only 1-2 maps it run in 7 seconds. It's the best.<br>&gt; -----------------------------------------------------------------------I have 33 maps in the file config.php <br>&gt; $aszMapFiles = array( 'gmap' =&gt; $aszGCallejero, 'gmap1' =&gt; $mapa1, 'gmap2' =&gt; $mapa2,...'gmap33' =&gt; $mapa33,<br>&gt; It run in 40 seconds on load the map and the legend.Can you see it:<br>&gt; http://sig.betera.es/visor------------------------------------------------------------------------If the variable $aszMapFiles have 15 gmaps the KAMAP run in 20 seconds.<br>&gt; $aszMapFiles = array( 'gmap' =&gt; $aszGCallejero, 'gmap1' =&gt; $mapa1, 'gmap2' =&gt; $mapa2,...'gmap15' =&gt; $mapa15,<br>&gt; Can you see it:<br>&gt; http://sig.betera.es/visor102------------------------------------------------------------------------And If i have one o two maps on the file config.php It's load very fast in 7 seconds.<br>&gt; $aszMapFiles = array( 'gmap' =&gt; $aszGCallejero,  Can you see it:<br>&gt; http://sig.betera.es/visor1---------------------------------------------------------------------------Can you help me?I think that kamap only must read the variable maps but only work with the current map.<br>&gt; I don't know that can i do for save the project with a lot of maps. I would like get any help.<br>&gt; Thanks.------------------------------------Antonio Garc?a BenllochIngeniero T?cnico en Topograf?aIngeniero en Geodesia y Cartograf?ahttp://sig.betera.es@: angarben@hotmail.comTelf: 658081447<br>&gt;                                                <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20140718/33491bec/attachment-0001.htm <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Fri, 18 Jul 2014 14:52:01 -0400<br>&gt; From: Stephen Woodbridge &lt;woodbri@swoodbridge.com&gt;<br>&gt; Subject: Re: [ka-Map-users] Problems with config.php with very maps<br>&gt; To: ka-map-users@lists.maptools.org<br>&gt; Message-ID: &lt;53C96CD1.3020805@swoodbridge.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>&gt; <br>&gt; Hello Antonio,<br>&gt; <br>&gt; ka-map has be pretty much dead for a few years now. I strongly recommend <br>&gt; that you go through the planning and effort to migrate your project over <br>&gt; to OpenLayers or Leaflet for the Javascript API and mapserver/mapcache <br>&gt; for the tiling support.<br>&gt; <br>&gt; I do not think anyone has be supporting this for quite some time now.<br>&gt; <br>&gt; I know it is easy for me to say move your application, and that it <br>&gt; probably means a lot of work learning new tools and rewriting your <br>&gt; applications to the new tools, but this really makes the most sense for <br>&gt; the longer term. It was painful for me to do this but I'm now much <br>&gt; happier because the code is better and may applications are much faster.<br>&gt; <br>&gt; Best regards,<br>&gt;    -Steve<br>&gt; <br>&gt; On 7/18/2014 2:34 PM, Antonio Garc?a wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; I'm Antonio Garc?a from B?tera, Valencia (Spain).<br>&gt; &gt;<br>&gt; &gt; I'm working with KA-MAP from 2007 and I am very happy with my project.<br>&gt; &gt;<br>&gt; &gt; http://sig.betera.es<br>&gt; &gt;<br>&gt; &gt; But actually my project is very big. I have more than 33 maps.<br>&gt; &gt; When I run my project, the user only can see the maps if the user have<br>&gt; &gt; privileges,  and it's beautifull.<br>&gt; &gt; I have 8 free maps and 33 total maps.<br>&gt; &gt;<br>&gt; &gt; Then the project is less run if i have 33 maps in the config.php file.<br>&gt; &gt; And the map get load in 40 seconds.<br>&gt; &gt; If i have 15 maps in the config.php file it run in 20 seconds and<br>&gt; &gt; If i have only 1-2 maps it run in 7 seconds. It's the best.<br>&gt; &gt;<br>&gt; &gt; -----------------------------------------------------------------------<br>&gt; &gt; I have 33 maps in the file config.php<br>&gt; &gt;<br>&gt; &gt; $aszMapFiles = array(<br>&gt; &gt;   'gmap' =&gt; $aszGCallejero,<br>&gt; &gt; 'gmap1' =&gt; $mapa1,<br>&gt; &gt; 'gmap2' =&gt; $mapa2,<br>&gt; &gt; ...<br>&gt; &gt; 'gmap33' =&gt; $mapa33,<br>&gt; &gt;<br>&gt; &gt; It run in 40 seconds on load the map and the legend.<br>&gt; &gt; Can you see it:<br>&gt; &gt;<br>&gt; &gt; http://sig.betera.es/visor<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; If the variable $aszMapFiles have 15 gmaps the KAMAP run in 20 seconds.<br>&gt; &gt;<br>&gt; &gt; $aszMapFiles = array(<br>&gt; &gt;   'gmap' =&gt; $aszGCallejero,<br>&gt; &gt; 'gmap1' =&gt; $mapa1,<br>&gt; &gt; 'gmap2' =&gt; $mapa2,<br>&gt; &gt; ...<br>&gt; &gt; 'gmap15' =&gt; $mapa15,<br>&gt; &gt;<br>&gt; &gt; Can you see it:<br>&gt; &gt;<br>&gt; &gt; http://sig.betera.es/visor102<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; And If i have one o two maps on the file config.php It's load very fast<br>&gt; &gt; in 7 seconds.<br>&gt; &gt;<br>&gt; &gt; $aszMapFiles = array(<br>&gt; &gt;   'gmap' =&gt; $aszGCallejero,<br>&gt; &gt; Can you see it:<br>&gt; &gt;<br>&gt; &gt; http://sig.betera.es/visor1<br>&gt; &gt; ---------------------------------------------------------------------------<br>&gt; &gt; Can you help me?<br>&gt; &gt; I think that kamap only must read the variable maps but only work with<br>&gt; &gt; the current map.<br>&gt; &gt;<br>&gt; &gt; I don't know that can i do for save the project with a lot of maps.<br>&gt; &gt; I would like get any help.<br>&gt; &gt;<br>&gt; &gt; Thanks.<br>&gt; &gt; ------------------------------------<br>&gt; &gt; Antonio Garc?a Benlloch<br>&gt; &gt; Ingeniero T?cnico en Topograf?a<br>&gt; &gt; Ingeniero en Geodesia y Cartograf?a<br>&gt; &gt; http://sig.betera.es<br>&gt; &gt; @: angarben@hotmail.com<br>&gt; &gt; Telf: 658081447<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; ka-Map-users mailing list<br>&gt; &gt; ka-Map-users@lists.maptools.org<br>&gt; &gt; http://lists.maptools.org/mailman/listinfo/ka-map-users<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; ka-Map-users mailing list<br>&gt; ka-Map-users@lists.maptools.org<br>&gt; http://lists.maptools.org/mailman/listinfo/ka-map-users<br>&gt; <br>&gt; <br>&gt; End of ka-Map-users Digest, Vol 83, Issue 1<br>&gt; *******************************************<br></div></div></div>                                               </div></body>
</html>