#Help with model errors.
1 messages · Page 1 of 1 (latest)
Very messy content log. I only really care about the cb:train issues right now.
Here is the .geo file in question
So, the main issue is that yuo're using a namespaced name for your geometry (geometry.cb:firsttrain). You can't do that with geometries sadly. If you want to make sure it's not overridden still, do something like geometry.cb.firsttrain instead.