Questions about QML integration with QRiS and RiverscapesXML for RAVE and symbology #45
Replies: 3 comments 4 replies
-
I'm not sure about this one. Up until this point the QML layer files have been a property of the system, not of the project. Of course we can nestle QML into the project when we test but this hierarchy doesn't work if there are two layers in a project that symbolize the same way but need their own individual QML files. I'm sure there are other use cases that won't work too that I just haven't thought of.
We might just need to sit down and figure out a good order of operations for when to use which QML file. It would be much easier if we could just use the QML that comes with a project rather than having it awkwardly merge with something from QRave (Also Q would be the only RAVE that could do this. Web and Arc are out of luck here. Maybe if we added another operation in the order of searching for QML files where you can be:
I'm just spitballing here. We'll have to think it through pretty carefully. |
Beta Was this translation helpful? Give feedback.
-
@MattReimer and @joewheaton - this is a really critical discussion, especially within QRiS where we are going to be relying on much of the functionality that is part of the .qml specification. I'm moving into deploying version of QRiS soon which should really allow me to inform this discussion. |
Beta Was this translation helpful? Give feedback.
-
@nick4rivers and @philipbaileynar can you please fill me in on what you have done to implement symbology in this version? My original question still stand:
|
Beta Was this translation helpful? Give feedback.
-
@MattReimer, @nick4rivers and I were chatting about how much of the form based functionality for editing of feature classes in QRiS is based on filling out additional QML fields. For QRAVE, we just largely use the
Symbology
, and sometimesLabels
styles.What we're doing in QRiS is largely using the
Fields
,Forms
,Actions
,Attribute Table Settings
Geometry Options
to provide much of the "functionality" of editing using standard Q functionality (i.e. just relying on QRiS for the housekeeping).This raises three important questions:
.qml
are populated and stored/synced in the RiverscapesXML repo, we assume that does not impact negatively QRAVE adding symbolized features to map?Beta Was this translation helpful? Give feedback.
All reactions