我可以在谷歌地球图像上绘制路径吗?

发布于 2024-10-19 07:48:45 字数 157 浏览 7 评论 0原文

大家好 我想询问如何使用j2me通过使用谷歌地球地图来编程路径导航 我没有找到我的国家和我的城市(伊拉克 - 摩苏尔)的静态地图,所以我问我可以从谷歌地球上获取图像并制作地标并绘制它们之间的路径,我希望我找到了答案,因为我是学生研究员完成我的研究以获得硕士学位 谢谢你帮助我。

希巴

hi all
i want to ask about using j2me to program path navigation by using google earth map
i dont found the static map of my country and my city ( iraq - mosul ) so i ask can i take the image from google earth and make a placemarks and draw path between then , i hope i found the answer because i am student researcher to complete my research to get the master
thanks for help me .

hiba

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰之心 2024-10-26 07:48:45

是的,您可以在 Google 地球应用程序中自由地执行此操作,只需将地标放在您想要的位置并绘制您需要的任何线串即可。

GE:http://www.google.co.uk/intl/en_uk /earth/index.html

您可以将此数据保存为 KML 文件,该文件可以加载到大多数 GIS 应用程序中,包括 Google 地球和地图。 KML 只是 XML 文件,因此您也可以随时在文本编辑器中手动将其组合在一起...

KML:http://code.google.com/apis/kml/documentation/

如果失败,您可以使用 Google 地图或 Google 地球 api 来创建数据。

地图:http://code.google.com/apis/maps/index.html

地球:http://code.google.com/apis/earth/

Yes, you can do this in the Google Earth application freely, simply drop the placemarks where you want and draw any linestrings you require.

GE: http://www.google.co.uk/intl/en_uk/earth/index.html

You can save this data as a KML file that can be loaded into most GIS applications including Gooogle Earth and Maps. KML is just and XML file so you could always just put it together by hand in a text editor as well...

KML: http://code.google.com/apis/kml/documentation/

Failing that you could use either the Gooogle Maps or Google Earth api to create the data.

Maps: http://code.google.com/apis/maps/index.html

Earth: http://code.google.com/apis/earth/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文