是否有任何地图/GIS应用程序可以生成带有经纬度符号的地图图像
我需要一个地图应用程序或 API,可以使用经度和纬度在世界地图上加载自定义符号,并生成地图的输出图像。
Web API 对我不起作用,因为我将加载大量符号,数百万个符号(它会冻结浏览器并且不生成图像)。
I need a map application or API that can load customized symbols on world map, using longitude and latitude and also generate output image of the map.
Web API, won't work for me because i will be loading a very huge number of symbols, millions of symbols (It freezes browser and doesn't generate image).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通用地图工具 (GMT) http://gmt.soest.hawaii.edu/
Mapyrus http://mapyrus.sourceforge.net
这两个解决方案都是免费的,但需要一些编程来定义您想要读取的数据,以及什么您想要生成的输出。
Generic Mapping Tools (GMT) http://gmt.soest.hawaii.edu/
Mapyrus http://mapyrus.sourceforge.net
both of these solutions are free but require some programming to define what data you want to read, and what output you want to generate.