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
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
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