Skip to content
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

Merged
merged 28 commits into from
Sep 15, 2020

Conversation

index-git
Copy link
Collaborator

Closes #95

@index-git index-git added the enhancement New feature or request label Sep 10, 2020
@index-git index-git added this to the E5.2 WFS proxy milestone Sep 10, 2020
@index-git index-git requested a review from jirik September 10, 2020 14:03
test/data/wfs.py Outdated
@@ -0,0 +1,386 @@
def get_wfs_insert_points(username, layername):
Copy link
Member

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):
Copy link
Member

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_...`.

@index-git index-git merged commit 14b615c into master Sep 15, 2020
@jirik jirik deleted the wfs-missing-attribute branch October 21, 2020 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically create not-yet-existing attribute on WFS-T (insert, update)
2 participants