Re: [OpenLayers-Users] Example of creating a POI with attributes

2009-06-02 Thread Albin Blaschka
little bit Openlayers, a little bit of self written Javascript based on the YUI-Library (for AJAX) and a little bit of PHP server side... regards, Albin -- ----- | Albin Blaschka, Mag. rer.nat - Salzburg, Austria

Re: [OpenLayers-Users] Extent with Spherical Mercator

2009-05-03 Thread Albin Blaschka
Eric Lemoine schrieb: > On Sunday, May 3, 2009, Albin Blaschka > wrote: [snip] >> >> var bounds = new OpenLayers.Bounds(12.5, 47.0, 13.5, 48.0); >> bounds.transform(proj, map.getProjectionObject()); >> >> var point = new OpenLayers.LonLat(13.0,

[OpenLayers-Users] Extent with Spherical Mercator

2009-05-03 Thread Albin Blaschka
What did I wrong? Any tips appreciated... Thank you in advance, best wishes from Salzburg, Austria, Albin -- - | Albin Blaschka, Mag. rer.nat - Salzburg, Austria | http://www.albinblaschka.info

Re: [OpenLayers-Users] Markers change position after zooming

2009-05-03 Thread Albin Blaschka
Albin Blaschka schrieb: > So far, so good - or not quite: > The markers are set accordingly, but after changing the zoom level the > markers are not on the original place anymore. > Dear List, I have found a solution to the problem with the jumping markers: I have to use spheri

[OpenLayers-Users] Markers change position after zooming

2009-05-02 Thread Albin Blaschka
ew OpenLayers.Marker(point, icon); markers.addMarker(marker); } Everything is online: http://maps.sabotag.at (sorry, everything is in german...and still in heavy development...) Any hints appreciated... Thanks in advance, Albin -- -