David Turner, April 7, 2011 OTP Internals (beta version) Bicycle safety properties

Bicycle safety properties

<bean id="osmBuilder" class="org.opentripplanner.graph_builder.impl.osm.OpenStreetMapGraphBuilderImpl">
...
         <property name="safetyFeatures">
                   <map>
                             <entry key="cycleway=lane" value="0.3,0.3" />
                             <entry key="cycleway=opposite_lane" value="1.0,0.3" />
                             <entry key="cycleway=opposite" value="1.0,2.0" />
                   </map>
         </property>
</bean>


Next: Miscellaneous important transit builders

OTP logo Copyright © 2011, OpenPlans. Licensed under CC BY-SA