Thanks for your reply, Nianwei. In the meantime, I'll stick to custom
controls for rotation until the API can provide this (perhaps V3 will
in future).
As far as the oblique tile generation goes, I have a full 3D dataset
from which I should be able to generate "correct" orthographic
projections ("true" orthophoto) in an offline 3D graphics pipeline.
This should simplify things.
I haven't looked into real detail in the MS stuff, but a Bing rep
assured me that it was possible. At least the naming scheme for their
"bird's eye" tiles is in there. Will report back if I have an example
on this platform :)
regards,
Gerwin
On Feb 26, 1:12 pm, Nianwei <[email protected]> wrote:
> As far as I know there is no "official" way of implementing customized
> oblique source. You can use GObliqueProjection to produce a set of
> tiles and create a GMapType to display oblique tiles, but that will
> not tie to the navigation control for rotation, or you have to use an
> undocumented class at this point.
> Cutting oblique tiles is not really a trivial task, it's more
> complicated than cutting 4 regular tile sets. The way oblique images
> are taken requires you to geoference the 4 corner, rectify to
> GObliqueProjection, then slice. Your link to MS site only addresses
> the regular Mercartor tiles, and it's not seems to apply to oblique at
> all. I'd be interested if you can show an example of using MS's method
> to cut oblique tiles that actually worked.
>
> On Feb 25, 8:25 pm,gdh<[email protected]> wrote:
>
>
>
> > Dear group,
>
> > I would like add my own "oblique" aerial imagery for my location in a
> > Google Maps page. Using addOverlay, I seem to be able to use a custom
> > overlay over those areas that have oblique aerial source material
> > provided by Google. Outside these areas, the "rotation" or heading
> > controls magically disappear. Therefore, my attempts have failed to
> > get into oblique viewing mode while showing own tiles for my location.
>
> > Is this mode officially supported outside the areas Google provides?
> > Might there be a way to override the "availability" of rotation for my
> > gMapType?
>
> > Thanks for any hint!
> > Gerwin
>
> > ps. This would be somewhat similar to the bing maps birds eye view
> > custom tileshttp://msdn.microsoft.com/en-us/library/bb545006.aspx
--
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.