Re: [OpenLayers-Users] Marker and projection

2009-11-04 Thread Roald de Wit
Daniel, It is better to use Layer.Vector instead. You can style vector layers to have icons too. If you manually add points to a Vector layer, you'd still need to reproject yourself (IIRC). Regards, Roald Daniel Degasperi wrote: > Hi, > is there any plan to integrate the reprojection in "Marke

Re: [OpenLayers-Users] Marker and projection

2009-11-04 Thread Christopher Schmidt
On Wed, Nov 04, 2009 at 01:56:18PM +0100, Daniel Degasperi wrote: > Hi, > is there any plan to integrate the reprojection in "Marker"? Nope. -- Chris > In this moment I've to transform my point ("EPSG:4326") manually to > "EPSG:900913", > create a LatLon-Object and pass it trough the constructo

[OpenLayers-Users] Marker and projection

2009-11-04 Thread Daniel Degasperi
Hi, is there any plan to integrate the reprojection in "Marker"? In this moment I've to transform my point ("EPSG:4326") manually to "EPSG:900913", create a LatLon-Object and pass it trough the constructor of the "Marker". Example: proj4326 = new OpenLayers.Projection("EPSG:4326"); proj90