Hola, No me refería a ese código que ya es el parche, me refería a donde defines el mapa y las capas, a ver si es que hay alguna opción rara o algo.
Como ya te digo: no es normal y probablemente significa que por detrás hay algo más fallando que te puede traer problemas más adelante. On Thu, Mar 13, 2014 at 4:27 PM, martinmaximilianoflores <[email protected]> wrote: > simple: > > this.verOcultarCapa = > function(checkbox,layer) > { > if (checkbox.checked) > { > layer.setVisibility(true); > layer.redraw(true); > } > else > { > layer.setVisibility(false); > }; > }; > > Sin la modificacion no vuelve a dibujar la capa, pero si en chrome o en > firefox 25. > > redraw(...) hace un nuevo http request con lo cual genera trafijo, pero no > encontre otra solucion y antes funcionaba correctamente. > > saludos. > > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/Openlayers-2-y-Firefox-27-tp5128578p5128820.html > Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com. > _______________________________________________ > Spanish mailing list > http://lists.osgeo.org/mailman/listinfo/spanish > http://es.osgeo.org > http://twitter.com/osgeoes _______________________________________________ Spanish mailing list http://lists.osgeo.org/mailman/listinfo/spanish http://es.osgeo.org http://twitter.com/osgeoes
