Wasn't it niznash who wrote: >I was reading that you can use a canvas object's getImageData if your >browser supports html5 - but I cannot embed my street view object >inside a canvas tag...
In all HTML5 implementations that I've seen, getImageData only works for images that have been fetched from your own domain. Try it on an image that the browser fetched from a Google domain and you'll find that getImageData is prohibited. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
