<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm working a mobile application that runs on a android 4.2.2 device.</div><div><br></div><div>My problem occurs with the Android default browser and with Apache Cordova if i make and installable version of application.</div>

<div>With Chrome, no problem.</div><div><br></div><div>I have OpenLayers.Layer.Vector and before to add a feature first i do</div><div><br></div><div>VISOR.capesvectorials.ressaltats.removeAllFeatures();</div><div><br></div>

<div>and then </div><div><br></div><div>VISOR.capesvectorials.ressaltats.addFeatures( format.read(res.data) );</div><div><br></div><div>The problem is that openLayers sometimes leave partial parts of old geometries or the complet geometry.</div>

<div><br></div><div>The old geometries are erased if I move the map.</div><div><br></div><div>What I can do? </div><div><br></div><div>Thanks.</div></div>