Hello,
Our records show that you recently reported an image within Google Maps Street View. We have taken your requested action and you should notice the changes to the Street View imagery within the next 24 hours.
We apologize for any inconvenience this may have caused and appreciate your patience while we worked to resolve this.
If you don’t see the changes after 24 hours, your browser's cache may be causing the issue. Please clear your browser's cache and re-check the image. For instructions on how to clear your browser’s cache, please see the link below.
http://maps.google.com/support/bin/answer.py?answer=16539&hl=en-USRegards,
The Google Maps Team
Reference ID:sv2-Time-2011/08/22-21:49:51.750-Pano-07gbqMWIg_HId5m7W94qHg
Well it's been way past 24hrs and to suggest that it may well be a cache issue really is troublesome since it's happening to everyone who uses MediaWiki and Street View. Need I remind Google that MediaWiki is THE single most popular wiki software out there? Breaking compatibility with their API basically wrecks a whole class of website. I don't consider the issue fixed since we don't have the features and functionality as we did before. I'd like a bloody response to know what we have to do to get back what we had as the dev for the widget worked with the API in good faith according to standards set forth by Google only to have the tool broken. To me it's like why should anyone bother working with Google Maps API if at any time it can be broken by the Google Maps Team?
Here is both the V2 and V3 versions of the code for reference:
BEGIN V2 VERSION WHICH HAS WORKED SINCE 2008 UNTIL NOW:
</noinclude><includeonly><!--{counter assign="panoDivID" name="panoDivID"}--><script type="text/javascript" src="http://www.google.com/jsapi?key=<!--{$key|escape:'urlpathinfo'}-->"></script>
<script type="text/javascript">
google.load("maps", "2.x");
google.setOnLoadCallback(function()
{
var myPano = new GStreetviewPanorama(document.getElementById("pano<!--{$panoDivID|escape:'html'}-->"),
{
latlng: new GLatLng('<!--{$lat|escape:'quotes'}-->', '<!--{$lng|escape:'quotes'}-->'),
pov: {
yaw:Number('<!--{$yaw|escape:'quotes'|default:0}-->'),
pitch:Number('<!--{$pitch|escape:'quotes'|default:0}-->'),
zoom:Number('<!--{$zoom|escape:'quotes'|default:0}-->')
}
});
});
</script>
<div id="pano<!--{$panoDivID|escape:'html'}-->" style="width: <!--{$width|escape:'html'|default:'420'}-->px; height: <!--{$height|escape:'html'|default:350}-->px"></div>
</includeonly>
END V2 VERSION
BEGIN V3 VERSION WHICH YIELDS BARELY ANY STREET VIEW FUNCTIONALITY:
<noinclude>__NOTOC__
This widget allows you to add '''[http://maps.google.com/help/maps/streetview/ Google Street View]''' widget to your wiki page.
Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Google_Street_View widget description page on MediaWikiWidgets.org].
== Copy to your site ==
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude><includeonly><!--{counter assign="panoDivID" name="panoDivID"}--><!--{if $panoDivID eq 1}--><script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script><!--{/if}-->
<div id="pano<!--{$panoDivID|escape:'html'}-->" style="width: <!--{$width|escape:'html'|default:'420'}-->px; height: <!--{$height|escape:'html'|default:350}-->px"></div>
<script type="text/javascript">
(new google.maps.StreetViewPanorama(document.getElementById("pano<!--{$panoDivID|escape:'html'}-->"),
{
position: new google.maps.LatLng(Number('<!--{$lat|escape:'quotes'}-->'), Number('<!--{$lng|escape:'quotes'}-->')),
pov: {
heading:Number('<!--{$yaw|escape:'quotes'|default:0}-->'),
pitch:Number('<!--{$pitch|escape:'quotes'|default:0}-->'),
zoom:Number('<!--{$zoom|escape:'quotes'|default:0}-->')
}
})).setVisible(true);
</script>
</includeonly>
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/I1dENw87NxkJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.