tinyows fid 返回为 table_name.null?
我正在尝试在我的应用程序中使用tinyows 以及openlayers 和postgis 来实现wfs-t。 我正在使用 osm 表和我自己的表来存储 geom。 tinyows 可以很好地处理 osm 故事,但返回 table_name.(null) 作为请求功能的 fid 。 所以我无法在我的桌子上执行 wfs-t 。 如何解决这个错误,我的错误在哪里?非常感谢任何帮助。
谢谢。
i am trying to use tinyows for wfs-t in my app along with openlayers and postgis.
i am using osm tables and myown tables for storing geom.
tinyows working fine with osm tales, but returning table_name.(null) as fid for requested features.
so i am unable to do wfs-t on my tables.
How to solve this error, where is my mistake ? any help is deeply appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这可能是 postgre 更新的问题。
如果我通过命令行/或通过 sql 窗口而不是使用 pgadmin3 图形界面创建表,我将得到一个工作表。
但如果我在 Pgadmin3 中创建一个带有 GUI 的表,就会出现问题。
不管我如何让自己的桌子通过tinyows工作wfs-t。
谢谢朋友们。
It may be problem with postgre updation i think.
If i create a table by command line/or by sql window instead of using pgadmin3 graphical interface, I am getting a working table.
But if i create a table with GUI in Pgadmin3 there is s problem.
any how i am having my own table working wfs-t through tinyows.
Thanks Friends.