Hi Gerd > Index: LayerFilterChain.java > =================================================================== > --- LayerFilterChain.java (revision 2474) > +++ LayerFilterChain.java (working copy) > @@ -55,17 +55,10 @@ > > MapFilter f = filters.get(position++); > f.doFilter(element, this); > + // maintain chain position for repeated calls in the split > filters > + position--; > }
Ingenious! Looks good to me. ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
