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

Support combination of empty DB geometry and any other QML geometry #418

Closed
jirik opened this issue Jul 27, 2021 · 0 comments · Fixed by #432
Closed

Support combination of empty DB geometry and any other QML geometry #418

jirik opened this issue Jul 27, 2021 · 0 comments · Fixed by #432
Labels
enhancement New feature or request
Milestone

Comments

@jirik
Copy link
Member

jirik commented Jul 27, 2021

version: 1.13.2

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/celery/app/trace.py", line 412, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/code/src/layman/make_celery.py", line 36, in __call__
    return self.run(*args, **kwargs)
  File "/code/src/layman/layer/qgis/tasks.py", line 29, in refresh_wms
    wms.save_qgs_file(username, layername)
  File "/code/src/layman/layer/qgis/wms.py", line 70, in save_qgs_file
    source_type = util.get_source_type(db_types, qml_geometry)
  File "/code/src/layman/layer/qgis/util.py", line 200, in get_source_type
    data=f'Unknown combination of QML geometry "{qml_geometry}" and DB geometry types '
layman.http.LaymanError: LaymanError code=47 message=Error in QML data=Unknown combination of QML geometry "Point" and DB geometry types [] private_info=None
@jirik jirik added the enhancement New feature or request label Jul 27, 2021
@jirik jirik added this to the Release 1.14 milestone Jul 27, 2021
@jirik jirik closed this as completed Aug 9, 2021
@index-git index-git linked a pull request Aug 9, 2021 that will close this issue
2 tasks
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 a pull request may close this issue.

1 participant