Hello,
I was wondering if there is a way of changing the defaults for the streets and intersections. This way I could draw my streets with design that i elected.
If it is not possible is there a way to manipulate the intersections in a rule file?
I tried also with a rule but I got stuck with the intersections. I don't know how to "call" the "minArcRadius"
The final goal, it is a street with no sidewalk and sharp corners.
I have done a rule file. Here is the extract related with the street: :
@StartRule
sidewalkWidthLeft = (geometry.dv(0,unitSpace))
sidewalkWidthRight = (geometry.dv(0,unitSpace))
minArcRadius = 0
I assumed that by giving the direct name of the attributes present in the inspector it would work. But in fact in the inspector when I select a segment there is no start rule.
Sidewalk -->
split(v,unitSpace,0) {1 : Curbs | 0: Pavement}
Curbs-->
extrude (0)
Pavement
extrude (0)
Here I copy an existing rule "street modern simple". but again it didn't work. I had a look (in fact I am still doing it) to a rule file named "Complete street simple" but appear to be just for streets with sidewalks; although it looks very complete it does not have any example without sidewalk.
thanks in advance
Pedro