Tech:Microsoft map not shown on Mapstraction special page
From Wikitravel Shared
Contents
[edit] What happens
Microsoft map not shown on Mapstraction special page.
- http://wikitravel.org/ja/%E7%89%B9%E5%88%A5:Mapstraction/16.4667/107.5833?maptype=microsoft
- http://wikitravel.org/shared/Special:Mapstraction/51.903333/11.775833?maptype=microsoft
[edit] When it happens
When I select "Microsoft" map and click "OK" on Mapstraction special page.
[edit] What should happen
Microsoft map should be shown as Yahoo map and Google map.
[edit] How to fix it
It seems that Microsoft ended their support for old version of their script.
Current : script tag in the XHTML source of Special:Mapstraction page, when "maptype=microsoft"
<script type="text/javascript" src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"> </script>
New : script tag in Example Code of "Mapstraction - microsoft demo" page [1]
<script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6"></script>
- http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5
- http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6
I think that the values used to generate the tags should be modified, though I'm not sure since I couldn't find the source code of Mapstraction MediaWiki extension. ;-) -- Tatata 07:18, 9 March 2009 (EDT)
[edit] Additional comments
Can you work on a related feature request while you fix this? -- Tatata 07:18, 9 March 2009 (EDT)
[edit] Sign below, please
-- Tatata 07:18, 9 March 2009 (EDT)

