阅读 Garmin 的信息
我想从 Garmin 地图中提取信息(经度、纬度、位置名称) 并在我的 java web 应用程序中使用此信息的数据库。 但我不知道如何从 Garmin 地图中以文本或二进制形式提取区域信息,例如城市。 如果有人知道请帮助我。
I want to extract information such (longitude,latitude,location name) from garmin maps
and use the database of this info in my java web application.
but i dont know how to extract a region information such as a city from a garmin map as text or binary.
If anyone know about it help me please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Garmin 地图是受版权保护的二进制文件。未经许可提取这些数据是非法的。不要这样做。
您需要的信息可以通过 USGS 网站以易于使用的文本格式免费获得:
http://geonames.usgs.gov/domestic/
或者,考虑使用 google 或 yahoo 的优秀工具之一地理定位 API。
http://code.google.com/apis/maps/documentation/index.html
http://developer.yahoo.com/maps/
Garmin maps are copyrighted binary files. Extracting this data without a license to do so is illegal. Don't do it.
The information you seek may be available from the USGS site for free in an easy-to-use text format:
http://geonames.usgs.gov/domestic/
Alternatively, consider using one of google or yahoo's excellent geolocation APIs.
http://code.google.com/apis/maps/documentation/index.html
http://developer.yahoo.com/maps/