Here's a test wiki with the static/dynamic maps being served by cassini:
http://u.nix.is/wiki/index.php/Maptest
That wiki supports the locale= parameter to the extension so you can play around with different languages:
(see this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=19961 )
Thanks to a recent patch to the export script when you embed a static map now the static exporter should inject requests into the tile rendering queue for the area being viewed on the map (actually a slightly larger one):
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/53815
So once someone embeds a static map clicking it to get the dynamic version should Just Work(TM).
On Mon, Jul 27, 2009 at 9:35 PM, Ævar Arnfjörð Bjarmasonavarab@gmail.com wrote:
Here's a test wiki with the static/dynamic maps being served by cassini:
http://u.nix.is/wiki/index.php/Maptest
That wiki supports the locale= parameter to the extension so you can play around with different languages:
(see this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=19961 )
Thanks to a recent patch to the export script when you embed a static map now the static exporter should inject requests into the tile rendering queue for the area being viewed on the map (actually a slightly larger one):
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/53815
So once someone embeds a static map clicking it to get the dynamic version should Just Work(TM).
It does (FF 3.5.1, WinXP)!
But, no map for parts of Germany: <slippymap lat=50.944510143669 lon=6.97462463263 zoom=8 width=400 height=300 mode=osm-wm layer=osm-like />
Magnus
On Tue, Jul 28, 2009 at 9:18 AM, Magnus Manskemagnusmanske@googlemail.com wrote:
On Mon, Jul 27, 2009 at 9:35 PM, Ævar Arnfjörð Bjarmasonavarab@gmail.com wrote:
Here's a test wiki with the static/dynamic maps being served by cassini:
http://u.nix.is/wiki/index.php/Maptest
That wiki supports the locale= parameter to the extension so you can play around with different languages:
(see this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=19961 )
Thanks to a recent patch to the export script when you embed a static map now the static exporter should inject requests into the tile rendering queue for the area being viewed on the map (actually a slightly larger one):
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/53815
So once someone embeds a static map clicking it to get the dynamic version should Just Work(TM).
It does (FF 3.5.1, WinXP)!
But, no map for parts of Germany: <slippymap lat=50.944510143669 lon=6.97462463263 zoom=8 width=400 height=300 mode=osm-wm layer=osm-like />
No it actually works:
http://u.nix.is/wiki/index.php/Magnus_germany
The tileserver just lags a bit so tiles may still be rendering if you click the dynamic map right away.
Hello, it looks really good under Firefox and Seamonkey, but IE6.0 seems to have a problem. (They pay me to use IE.) It shows static map but than with mouse click I get the error: Zeile: 102 Zeichen: 1 Fehler: 'Slippymaps.0' ist Null oder kein Objekt Code: 0
I hope you can repare it.
Greetings Kolossos
Zitat von Ævar Arnfjörð Bjarmason avarab@gmail.com:
Here's a test wiki with the static/dynamic maps being served by cassini:
http://u.nix.is/wiki/index.php/Maptest
That wiki supports the locale= parameter to the extension so you can play around with different languages:
(see this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=19961 )
Thanks to a recent patch to the export script when you embed a static map now the static exporter should inject requests into the tile rendering queue for the area being viewed on the map (actually a slightly larger one):
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/53815
So once someone embeds a static map clicking it to get the dynamic version should Just Work(TM).
Maps-l mailing list Maps-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/maps-l
On Tue, Jul 28, 2009 at 11:07 AM, Tim Aldertim.alder@s2002.tu-chemnitz.de wrote:
Hello, it looks really good under Firefox and Seamonkey, but IE6.0 seems to have a problem. (They pay me to use IE.) It shows static map but than with mouse click I get the error: Zeile: 102 Zeichen: 1 Fehler: 'Slippymaps.0' ist Null oder kein Objekt Code: 0
I hope you can repare it.
I fixed it. It was due to a OpenLayers bug. I've removed the ca translation to work around it, see:
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/53871 http://trac.openlayers.org/ticket/2161