-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feature(qchat): share QML style when sending geojson vector in ws #235
base: main
Are you sure you want to change the base?
Conversation
|
self.crs_message_received.emit(QChatCrsMessage(**message)) | ||
elif msg_type == QCHAT_MESSAGE_TYPE_BBOX: | ||
self.bbox_message_received.emit(QChatBboxMessage(**message)) | ||
except KeyError: |
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.
This is the error I get when receiving an message from the server that can not be parsed.
Am wondering if we could be more generic 🤔 ?
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.
Or use custom exceptions?
This PR will allow to share the QML style of a vector layer sent throught websocket on QChat.
Testable on
staging.gischat.geotribu.net
only ATM.