#3868: v.in.wfs support only version 1.0.0
--------------------------+-------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Vector | Version: unspecified
Keywords: v.in.wfs wfs | CPU: Unspecified
Platform: Unspecified |
--------------------------+-------------------------
v.in.wfs support only version 1.0.0, many other versions exists and they
should be supported.
Right now the Python script is creating the WFS request working with
string, it could be useful to have something more structured. Some
possible solutions:
- improve v.in.wfs using v.in.ogr that is working well (at least with
version 2.0.0)
#3868: v.in.wfs support only version 1.0.0
--------------------------+--------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Vector | Version: unspecified
Resolution: | Keywords: v.in.wfs wfs
CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------
Comment (by neteler):
Replying to [ticket:3868 lucadelu]:
> v.in.wfs support only version 1.0.0, many other versions exists and they
should be supported.
> Right now the Python script is creating the WFS request working with
string, it could be useful to have something more structured. Some
possible solutions:
> - improve v.in.wfs using v.in.ogr that is working well (at least with
version 2.0.0)
I believe that this is the best option. Do you plan to work on it?