如何显示 Google 地球旧世界地图(或空白/物理世界地图)的 Google 地图图块叠加层?
我正在尝试构建一个 Google 地图驱动的 Web 应用程序,该应用程序可以通过以下一种或所有配置显示整个世界的地图:
- 大陆轮廓图,仅区分陆地和水域(例如 这个,但没有国家边界/名称,并且在放大时不显示任何其他详细信息)
- 世界自然地理地图,绝对不包含道路、城市或政治边界(因此默认卫星地图已退出 - 如果我无法获取任何内容)否则,我正在考虑限制缩放级别,这样您就无法足够接近地看到现代功能)
- 显示的相同类型的旧世界地图 此处 和此处用于 Google 地球。
使用 Rumsey Collection 中的旧地图可以实现与我所追求的类似效果(qv ),这非常好,但相当占用带宽,并且会显着降低 GMap 的性能。 更简单、不太详细的图像更适合我的目的。
有没有一种有效的方法可以将子弹 3 中的那些跨越世界的 KMZ 图形文件加载为图块集?
基于物理或轮廓的地图怎么样? 如有必要,如果存在免费可用的起始地图,则可以遵循 GMaps 指南来雕刻 .png 文件来表示每个图块。
I am trying to build a Google Maps-driven web application that can display a map of the whole world in one or all of the following configurations:
- A continent-outline map, only differentiating between land and water (like this, but without the country borders/names, and without showing any additional detail as you zoom in)
- A physical geography map of the world, containing absolutely no road, city, or political borders (so the default satellite map is out - if I can't get anything else working, I'm considering just restricting the zoom-level such that you can't get in close enough to see modern features)
- The same kind of old-world maps shown here and here for Google Earth.
A similar effect to what I'm after can be achieved with the old maps from the Rumsey Collection (q.v.), which are excellent but rather bandwidth-intensive and slow down the GMaps performance significantly. Simpler, less detailed images would better suit my purposes.
Is there an efficient way to load those world-spanning KMZ graphical files from bullet 3 as tilesets?
How about the physical or silhouette-based map? If necessary, one could follow the GMaps guideline for carving out .png files to represent each tile if there exists a freely available starting map.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以使用开源 MapTiler 应用程序 - http://www.maptiler.org/ 或命令线路实用程序 gdal2tiles。
You can also use open-source MapTiler application - http://www.maptiler.org/ or the command line utility gdal2tiles.
这是构建自定义平铺地图的教程:
http://webtide.wordpress.com/2008/08/27 /custom-google-maps/
这似乎是创建自定义平铺地图的服务:
http://www.maplib.net/
祝你好运!
Here is a tutorial on building custom tiled maps:
http://webtide.wordpress.com/2008/08/27/custom-google-maps/
This appears to be a service for creating custom tiled maps:
http://www.maplib.net/
Good luck!