]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph
Do not copy elevation to target but use existing elevation
[simantics/district.git] / org.simantics.district.network.ontology / graph / DistrictNetworkProfiles.pgraph
index d3734e63c0103873bf17a0e7278b31c9082de093..b25be6f5db27b69990f8bd228d3a47f4fddb40da 100644 (file)
@@ -22,8 +22,13 @@ DN.Groups.EdgeGroup : DIA.TypeGroup
 DN.ElementColoringStyle : DIA.Style
 DN.VertexSizeStyle : DIA.Style
 DN.EdgeThicknessStyle : DIA.Style
+DN.ArrowLengthStyle : DIA.Style
 DN.HideStyle : DIA.Style
 DN.VertexSymbolStyle : DIA.Style
+DN.ConnectionLineStyle : DIA.Style
+
+// Style for user component-specified text grid entries
+DN.DistrictNetworkHoverInfoStyle : DIA.Style
 
 // Function for dynamic selection of symbols for a vertex
 // The input of the function is a DN.Vertex
@@ -31,4 +36,4 @@ DN.VertexSymbolStyle : DIA.Style
 DN.HasSymbolFunction <R L0.HasProperty
     <-- DIA.ProfileEntry
     --> L0.Value
-    ==> "Resource -> <ReadGraph> String"
+    ==> "Resource -> <ReadGraph> Maybe String"