<div dir="ltr">Hi,<div><br></div><div>Try to transform all features using below code and then add features to vector layer.</div><div>Initialize and add all layers while map loading and then perform transformation operation on every feature.</div><div><br></div><div>geometry.transform(4326,3857);<br></div><div>feature.setGeometry(geometry);<br></div><div><br></div><div>vectorlayer.add(feature);</div><div><br></div><div>Regards,</div><div>Prashant Kirpan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 24, 2016 at 4:19 PM, Giuseppe Falcone <span dir="ltr"><<a href="mailto:falcone.giuseppe@gmail.com" target="_blank">falcone.giuseppe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I have a problem with vector layer reprojection.</div><div>I have implemented a map viewer where is possible to change reference system.</div><div><br></div><div>If I load vector layer after that I have changed SR, this is correctly loaded. If i load vector layer and then I change SR, the raster layers are reprojected correctly, but the vector layer disappear.</div><div>Any idea?</div><div><br></div><div>Thanks a lot.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Giuseppe</div><div><br></div><div><br><div><br></div></div></font></span></div>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/openlayers-<wbr>users</a><br></blockquote></div><br></div>