hi, i looked at this only briefly, this is close to what you're doing but how about a check in imgOnLoad() like<br>
<br>
if(this.id==this.parentNode.parentNode.lastChild.lastChild.id &amp;&amp; this.src != this.kaMap.aPixel.src)<br>
<br>
i &nbsp; _think_ that might check if the current 'this' has the same id as the last tile image. <br>
<br><br><div><span class="gmail_quote">On 10/12/05, <b class="gmail_sendername">Peter Giencke</b> &lt;<a href="mailto:pgiencke@glc.org">pgiencke@glc.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Paul et al,<br><br>I've finally had some time to start working on this issue. My current course<br>of action is to keep track of the number of images set/created and compare<br>that by implementing a counter in imgOnLoad.
<br><br>The problem I'm running into is that the number of set/created images is<br>always lower than the actual number of images calling to the onload<br>function. Here's what ka_map is reporting for a simple ka_map instance:
<br><br>Not a_pixel images calling imgOnLoad: 98<br>a_pixels images calling to imgOnLoad: 210<br>Total number of calls to imgOnLoad: 308<br><br>setTile images set: 224<br>Created via createTile: 140<br><br>Am I missing something, or is there a better way to gauge the total number
<br>of pictures set/created to compare with the imgOnLoad counter...<br><br>-pete<br><br>Paul Spencer wrote:<br>&gt; Peter,<br>&gt;<br>&gt; there could be :)&nbsp;&nbsp;The way things are working right now (iirc) is<br>&gt; that each image on each layer has its src changed when something
<br>&gt; happens like a pan or a zoom.&nbsp;&nbsp;This *could* be tracked in kaMap by<br>&gt; incrementing a variable that indicates the number of tiles left to<br>&gt; load.&nbsp;&nbsp;Each image has an onload event that is triggered to make the
<br>&gt; image visible (it is set to not visible when the src is changed)<br>&gt; which could also decrement the tile count.<br>&gt;<br>&gt; We could add a new event to indicate the that load status has changed<br>&gt; but this may involve some thrashing if the images load quickly before
<br>&gt; the loop to set the src has finished (I don't even know if this is a<br>&gt; possible scenario).<br>&gt;<br>&gt; Another way would be to have your app set a timer to check the load<br>&gt; status every 100ms or so and see if the load count has hit zero ...
<br>&gt;<br>&gt; If you come up with a good way in your app, share it with me and I'll<br>&gt; put it in cvs as I think this is a generally useful function.<br>&gt;<br>&gt; Cheers<br>&gt;<br>&gt; Paul<br>&gt;<br>&gt; On 6-Oct-05, at 4:22 PM, Peter Giencke wrote:
<br>&gt;<br>&gt;&gt; Paul et al,<br>&gt;&gt;<br>&gt;&gt; Is there a lightweight way to determine when ka-map has finished<br>&gt;&gt; loading all layers for a particular view? I'm utilizing some WMS<br>&gt;&gt; layers for one particular ka-map instance, and would like to indicate
<br>&gt;&gt; (with an&nbsp;&nbsp;icon or<br>&gt;&gt; something) that the mapplication is actually doing something while<br>&gt;&gt; it's fetching/creating the tiles.<br>&gt;&gt;<br>&gt;&gt; -pete<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>
&gt; +-----------------------------------------------------------------+<br>&gt;
|Paul
Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&nbsp;&nbsp; |<br>&gt; +-----------------------------------------------------------------+<br>&gt;
|Applications &amp; Software
Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>&gt;
|DM Solutions Group
Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.dmsolutions.ca/|">http://www.dmsolutions.ca/|</a><br>&gt; +-----------------------------------------------------------------+<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; ka-Map-users mailing list<br>&gt; <a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a><br>&gt;<br><br>_______________________________________________<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">
http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br><br>_______________________________________________<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org
</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br></blockquote></div><br>