Re: [Google Maps API v3] Street View custom supertiles problem

2011-06-26 Thread Marc Ridey
Hi Mike,

Can you supply a test link?

Regarding the tiles, have you created all the levels for your custom tiles
as explained in
http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView?
The tile at level 0 should be a single image providing the entire panorama
(what you call the supertile). Then level 1 should be 2*2 tiles, level 2
should be 4*4 tiles and so on.

Read a bit more here:
http://blog.mridey.com/2010/05/how-to-create-and-display-custom.html

Once you have all your ties and you supply a panoProvider (
http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanoramaOptions),
your panorama should work just the same as the Google supplied Streetview
panoramas.

Marc

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Street View custom supertiles problem

2011-06-26 Thread Jan Martin
Hi,

I run the site in question:
http://www.diy-streetview.com

Test-link:
http://www.diy-streetview.com/googleapi

The super tile is available:
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/0-0-0.jpg

In Firefox, there is a right click Menu View page Info. 
On Media tab I see these tiles loaded:

http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-5-1.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-5-2.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-4-1.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-4-2.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-5-0.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-4-0.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-3-1.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-3-0.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-3-2.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-2-1.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-2-0.jpg
http://s3.amazonaws.com/diy-20110418-googleformat2/000260/3-2-2.jpg

Is this the expected behavior?

Jan

-- 
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/-/nmeo3eABKdQJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.