用 Cloudmade 地图取代 Google 地图?
我正在尝试实现类似 Paul Kulchenko 的数据标记:
http://notebook.kulchenko.com/maps/datamark
我想知道是否有办法用 Cloudmade 地图 替换 Google 地图。我现在意识到有 Google 的 Styled Maps 工具,但我想知道与 Google Maps API 类一起使用的 Cloudmade 地图。
谢谢您,节日快乐!
I'm trying to implement something like Paul Kulchenko's datamark:
http://notebook.kulchenko.com/maps/datamark
and I was wondering if there was a way to replace the Google Map with a Cloudmade one. I realize now that there's Google's Styled Maps tool, but I'd like to know of a Cloudmade map working with Google Maps API classes.
Thank you, and Happy Holidays!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 地图可让您将自己的自定义图块叠加层放置在默认图块之上(或代替默认图块)。请参阅 http://code.google.com/apis/maps/documentation/ javascript/overlays.html 有关于此的文档,或 http://wiki.openstreetmap.org/ wiki/Google_Maps_Example 了解一些 OSM 特定示例。
Google Maps lets you place your own custom tile overlays on top of (or instead of) the default tiles. See http://code.google.com/apis/maps/documentation/javascript/overlays.html for documentation on this, or http://wiki.openstreetmap.org/wiki/Google_Maps_Example for some OSM specific examples.