prochitecture / blosm

GNU General Public License v3.0
11 stars 3 forks source link

Initialization of street sections (instances of the current class StreetSection) #71

Open vvoovv opened 11 months ago

vvoovv commented 11 months ago

Will it be possible to do the following before setting the number of lanes and calculating the width:

This is necessary for https://github.com/prochitecture/pml/issues/16. section, roadway, street are defined in https://github.com/prochitecture/pml/issues/16

polarkernel commented 11 months ago

Will it be possible to do the following before setting the number of lanes and calculating the width:

As far as I currently understand your idea, this should be possible on the basis of the currently used WaySection or StreetSection classes.