On Mon, Oct 15, 2007 at 07:56:20PM +0200, karpi wrote: > > Hello all there. > Does anyone know why permalink does not work on this map ? > http://gismaster.liberix.cz/~karpi/kralupy/openlayers.html
You call setCenter always. You can't do that. Instead, do:
if (!map.getCenter()) { map.setCenter() }
REgards,
--
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users
