获取用户在 openlayers 中单击输入并存储在 postgis 中
我正在开发一个基于网络的应用程序,用于使用 GeoServer、PostGIS 和 OpenLayers 显示公共车辆路线。我需要做的是让用户通过单击地图上的主要公交车站节点来定义路线,并且我需要将路线的这些节点存储在我的数据库中。到目前为止,我已经显示了地图并获取了用户单击输入并获取了用户单击的坐标。所以现在我的问题是如何将这些坐标值存储在我的数据库中。我认为这是 WFS-T 在 geoserver 和 openlayers 之间处理数据的地方,但我对此不确定。我应该使用 GML/KML 来处理数据吗?
i am developing a web based application for showing the public vehicle routes using GeoServer, PostGIS and OpenLayers. what i need to do is let the user define a route by clicking on the main bus stop nodes on the map and i need to store those nodes of the route in my database. till now i have displayed the map and taken the user click inputs and got the coordinates where the user clicked. so now my problem is how to store those coordinate values in my database. i think this is where WFS-T comes in to transact the data between geoserver and the openlayers but i am not sure about it. am i suppose to use GML/KML to trasact the data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的你是对的。您可以使用WFS-T通过Geoserver编辑PostGIS中的数据。 这是一个示例,说明其工作原理。
Yes, you are right. You can use WFS-T to edit data in PostGIS via Geoserver. Here's an example of how it works.