Created
August 20, 2012 20:40
-
-
Save mattwigway/3407660 to your computer and use it in GitHub Desktop.
Bikeable elevators (openplans/OpenTripPlanner #803)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<osm version='0.6' generator='JOSM'> | |
<!-- | |
This OSM file lays over downtown Portland, Oregon, and defines three paths: | |
1: Along SW 10th from SW Main to SW Morrison: two bike paths joined by a | |
bikeable elevator. | |
2: Along SW 11th: two paths, one bikeable and one not, joined by a bikeable | |
elevator. | |
3: Along SW 12th: two paths, neither bikeable, joined by a bikeable elevator. | |
Be sure to disable pruneBuilder when building an OTP graph! | |
mattwigway | |
--> | |
<node id='-43' action='modify' visible='true' lat='45.51786066284596' lon='-122.68559413071345' /> | |
<node id='-42' action='modify' visible='true' lat='45.51919972506395' lon='-122.68488863358591'> | |
<tag k='highway' v='elevator' /> | |
</node> | |
<node id='-41' action='modify' visible='true' lat='45.5205450124914' lon='-122.68418313645833' /> | |
<node id='-37' action='modify' visible='true' lat='45.517647911709446' lon='-122.68452695467872' /> | |
<node id='-36' action='modify' visible='true' lat='45.51898697899037' lon='-122.68382145755116'> | |
<tag k='highway' v='elevator' /> | |
</node> | |
<node id='-35' action='modify' visible='true' lat='45.52033227150447' lon='-122.68311596042358' /> | |
<node id='-18' visible='true' lat='45.52002880135154' lon='-122.6821291574793' /> | |
<node id='-6' action='modify' visible='true' lat='45.51868350158155' lon='-122.68283465460686'> | |
<tag k='highway' v='elevator' /> | |
</node> | |
<node id='-3' visible='true' lat='45.51734442707843' lon='-122.68354015173443' /> | |
<way id='-40' action='modify' visible='true'> | |
<nd ref='-43' /> | |
<nd ref='-42' /> | |
<tag k='bicycle' v='no' /> | |
<tag k='highway' v='footway' /> | |
<tag k='level' v='1' /> | |
</way> | |
<way id='-39' action='modify' visible='true'> | |
<nd ref='-41' /> | |
<nd ref='-42' /> | |
<tag k='bicycle' v='no' /> | |
<tag k='highway' v='footway' /> | |
<tag k='level' v='2' /> | |
</way> | |
<way id='-34' action='modify' visible='true'> | |
<nd ref='-37' /> | |
<nd ref='-36' /> | |
<tag k='bicycle' v='yes' /> | |
<tag k='highway' v='footway' /> | |
<tag k='level' v='1' /> | |
</way> | |
<way id='-33' action='modify' visible='true'> | |
<nd ref='-35' /> | |
<nd ref='-36' /> | |
<tag k='bicycle' v='no' /> | |
<tag k='highway' v='footway' /> | |
<tag k='level' v='2' /> | |
</way> | |
<way id='-19' action='modify' visible='true'> | |
<nd ref='-18' /> | |
<nd ref='-6' /> | |
<tag k='bicycle' v='yes' /> | |
<tag k='highway' v='footway' /> | |
<tag k='level' v='2' /> | |
</way> | |
<way id='-7' action='modify' visible='true'> | |
<nd ref='-3' /> | |
<nd ref='-6' /> | |
<tag k='bicycle' v='yes' /> | |
<tag k='highway' v='footway' /> | |
<tag k='level' v='1' /> | |
</way> | |
</osm> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment