Skip to content
Snippets Groups Projects
Commit 2ea87800 authored by Janne Alatalo's avatar Janne Alatalo :neutral_face:
Browse files

Add getter for station name

parent c1a55bfa
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,10 @@ class LamStation {
return this.traffic_vol_dir2;
}
get_name() {
return this.data.properties.names.fi
}
}
export default LamStation;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment