d-wasserman / Complete_Street_Rule

The Complete Street Rule for ArcGIS CityEngine is a scenario oriented design tool intended to enable users to quickly create procedurally generated multimodal streets.
https://geonet.esri.com/docs/DOC-6915
Apache License 2.0
178 stars 35 forks source link

Mirrored BUS sign on bus stops #34

Closed Richcng closed 2 years ago

Richcng commented 3 years ago

On-Street Parking section, _Right/Left_ParkingType: Parallel with Curbside Bus Stop The BUS writing on the street is mirrored. Is there a particular reason for that? In case it's not intentional, I guess it should be easy to fix.

Complete Streets Rule_BUS sign_to be fixed_2_Screenshot 2021-09-21 143623

Complete Streets Rule_BUS sign_to be fixed_Screenshot 2021-09-21 143623

d-wasserman commented 2 years ago

Uh oh, maybe it is from the left side edits...? Can I get a parameter read out on this for the top street value settings? is this a left side street ?

Basically, some of the code for directionality has global scope UV flips that are hard to plan for sometimes...

I can take a look. This is definitely an easy fix.

d-wasserman commented 2 years ago

image I need a more full parameter read out @Richcng. I can't reproduce immediately.

Richcng commented 2 years ago

Hi @d-wasserman , It's a bit weirder than I thought; it only happens when a Bike Lane is activated for the same side, and Parking_Protection is set to "true". I hope this helps (see screenshots) Complete Streets Rule_BUS_sign_Bike_Lane_parking protection

Complete Streets Rule_BUS_sign_Bike_Lane_parking protection_true

d-wasserman commented 2 years ago

That makes perfect sense. Ugh. I know what is causing it. Thanks. I can get to this.

d-wasserman commented 2 years ago

@Richcng - Please let me know if this resolves it.

Richcng commented 2 years ago

@d-wasserman - Thank you for the quick fix. It worked pretty good in my test scene: Complete Street Rule_BUS sign_fixed

I'll let you know in case I notice some side effects!