Ticket #10416: conditional.osm

File conditional.osm, 810 bytes (added by skyper, 11 years ago)

sample file

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='true' generator='JOSM'>
3 <node id='-10165' action='modify' visible='true' lat='64.12640901495' lon='-0.83890393583' />
4 <node id='-10164' action='modify' visible='true' lat='64.06741002977' lon='-1.12858806407' />
5 <node id='-10135' action='modify' visible='true' lat='64.12854431164' lon='-1.0591030198'>
6 <tag k='amenity' v='parking' />
7 <tag k='parking' v='underground' />
8 <tag k='stay:conditional' v='90 @ (09:00-12:00)' />
9 </node>
10 <way id='-10166' action='modify' visible='true'>
11 <nd ref='-10164' />
12 <nd ref='-10165' />
13 <tag k='highway' v='unclassified' />
14 <tag k='motor_vehicle' v='no' />
15 <tag k='motor_vehicle:conditional:forward' v='yes @ (Su,PH)' />
16 <tag k='name' v='Street' />
17 </way>
18</osm>