-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically create not-yet-existing attribute on WFS-T (insert, update) #100
Conversation
… into wfs-missing-attribute
…ng missing attributes.
…ng missing attributes.
… into wfs-missing-attribute
test/data/wfs.py
Outdated
@@ -0,0 +1,386 @@ | |||
def get_wfs_insert_points(username, layername): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now, when we use more WFS versions, what about naming methods in this file
get_wfs<version>_...
, e.g. get_wfs10_...
, get_wfs20_...`.
test/data/wfs.py
Outdated
</wfs:Transaction>''' | ||
|
||
|
||
def get_wfs_insert_points_new_attr_wfs10(username, layername, attr_names): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now, when we use more WFS versions, what about naming methods in this file
get_wfs<version>_...
, e.g. get_wfs10_...
, get_wfs20_...`.
Closes #95