English 中文(简体)
Overlay Google Maps Normal tiles in the Google Earth Api
原标题:

I m not sure if this is possible, but I would like to overlay the Normal Google Map Tiles(type: G_NORMAL_MAP) inside of the Google Earth Web Api. The satellite maps have too inconsistent of contrast for the layers I want to display.

Any help would be appreciated on if this is possible, and if it is a direction on how to do it. Thanks!

最佳回答

This is not possible, unfortunately:

  1. There is no roadmap or normal map type in the Google Earth API. So that rules out the easy route.

  2. The tiles used in Google Earth are unprojected, while Google Maps tiles are served in a roughly-Mercator projection. Although theoretically you could unproject Google Maps tiles so that they would align properly with Google Earth tiles, this is strictly prohibited by the Google Maps Terms of Service and/or the Google Maps/Earth API Terms of Service.

Though I admit, it would be pretty cool :-)

问题回答

暂无回答




相关问题
How to decide the current point reach on google map?

How to decide the current point reach on google map? I have a list of points (pickup points) of a route that I want to show in my google map with polyline. Now i have to get the current location of ...

Topographical or relief data in Map APIs

I was wondering if anyone knew of any map APIs that offer topographical or relief data? I ve had a quick look at Google and Bing APIs, but could find nothing there. Google allow you to view a map as ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Adding a custom icon to a google map

I need a hand adding a custom icon to some Google Maps javascript. Code below for your reference: function populateMap() { var map = new GMap2(document.getElementById("map")); map.setCenter(new ...

RSS to KML Overlay

I m want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签