如何在Android上使用地图服务器
我可以在 Android 上使用地图服务器吗?我想制作一个独立的应用程序,实现平铺、缩放和平移。我每次都需要动态操作 .map 文件。谁能建议我如何采取方法或如何使用 php mapscript 来调用地图服务器?
Can I use mapserver on Android? I want to make a standalone application with implementing tiling, zoom and pan. I need to manipulate .map file dynamically everytime. Can anyone suggest me how to take approach or how to use php mapscript to invoke mapserver?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Mapserver是服务器端技术,它可以被android或任何其他具有合理浏览器的操作系统使用。
您需要一台运行 Apache/Mapserver/PHP 的服务器,请查看 MS4w http://www.maptools.org/ms4w /
Mapserver is server side technology, it can be consumed by android or any other OS with a reasonable browser.
You need a server that will run Apache/Mapserver/PHP look at MS4w http://www.maptools.org/ms4w/
其次,MapServer 是 GIS 服务器端技术,可让您将数据发布到服务。您将能够通过 OGC 标准协议(例如 WMS、WFS)使用所有跨平台(大多数)的服务
从 MapServer 调用服务,与使用 http 请求的其他服务相同。有关如何使用 MapServer 服务的更多详细信息:http://mapserver.org/ogc/wms_client.html
Second that, MapServer is the GIS server side technology for you to publish your data to services. You will be able to consume the service all cross platform (most of them) via OGC standard protocal(e.g. WMS, WFS)
To invoke the service from MapServer, is as same as other services using http request. More details about how to consume services from MapServer: http://mapserver.org/ogc/wms_client.html