<div dir="ltr">Hi,<div><br></div><div>thanks for the response.</div><div>The situation is a bit different.</div><div><br></div><div>The feature are already loaded into layer and visible onto map. Now I have a combo control by which I modified SR onto map.</div><div>With this operation raster layers are reprojected correctly.</div><div>For raster layers what I have to do? I have to remove and re-add features on vector layer?</div><div><br></div><div>Thanks.</div><div><br></div><div>Giuseppe</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-24 14:13 GMT+02:00 pra shant <span dir="ltr"><<a href="mailto:prashu84k@gmail.com" target="_blank">prashu84k@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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"><div><div class="h5">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></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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><font color="#888888"><div><br></div><div>Giuseppe</div><div><br></div><div><br><div><br></div></div></font></span></div>
<br></div></div>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org" target="_blank">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/openlayers-users</a><br></blockquote></div><br></div>
</blockquote></div><br></div>