Skip to content
Snippets Groups Projects
Commit cb8f5d4f authored by ThibautDemare's avatar ThibautDemare
Browse files

Add an attribute to RiverLine to manage canal Seine Nord opening

parent f052488e
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@ species MaritimeLine {
species RiverLine {
float speed;
float length;
int is_new;// This attribute is used to distinguish parts of this network which belong to the Canal Seine Nord, and should be unblock at a different time
int colorValue <- -1; // This value is filled by the custom GAMA Plugin : MovingOnNetwork. It allows to colour the road according to the quantity of goods on the road.
bool blocked <- false;
aspect geom {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment