]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/scl/Simantics/District/ComponentMapping.scl
New sewage system modelling features for the mapping tool.
[simantics/district.git] / org.simantics.district.network.ontology / scl / Simantics / District / ComponentMapping.scl
index c7766365a0e837e22e608171ee35c7709fb5384b..cc742337f685f00f697f5ed379836986155066dd 100644 (file)
@@ -1,6 +1,7 @@
 data VertexMapping = VertexMapping {
     componentType :: String,
     elevationAttribute :: String,
+    sewageProductionAttribute :: String,
     terminals :: [TerminalPair]
 }