forked from hotosm/presets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresets_HOT-OSM-FieldSurveys-preset.xml
6840 lines (6840 loc) · 514 KB
/
Presets_HOT-OSM-FieldSurveys-preset.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" version="2.2_2013-03-25" author="HOT (Humanitarian OpenStreetMap Team)" shortdescription="HDM Data Model for HOT field surveys" description="HDM Data Model adapted for Eurosha from OTI STM020 program in Haiti">
<group name="HOT" fr.name="HOT" en.name="HOT">
<!-- -->
<item name="Building digitizing" fr.name="Digitalisation de batiment" en.name="Building digitizing" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit a building based on imagery **" fr.text="** Creer/mettre a jour un batiment a partir d'une imagerie **" en.text="** Edit/modify a building based on imagery **"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:building" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:building" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:building"/>
<label text=" "/>
<key key="building" value="yes"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Building features" fr.name="Caracteristiques du batiment" en.name="Building features" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a building **" fr.text="** Creer/mettre a jour un batiment **" en.text="** Edit/modify a building **"/>
<label text="________________________________________"/>
<label text="ADDRESS DETAILS" fr.text="ADRESSE DETAILS" en.text="ADDRESS DETAILS"/>
<label text="BUILDING" fr.text="BATIMENT" en.text="BUILDING"/>
<label text=" "/>
<label text="If the building contains several kinds of activities, let the 'yes' default value" fr.text="Si le batiment comprend plusieurs activites, laisser la valeur par defaut 'yes'" en.text="If the building contains several kinds of activities, let the 'yes' default value"/>
<label text=" "/>
<combo key="building" text="Building main use" fr.text="Usage principal du batiment" en.text="Building main use" values="yes,collapsed,church,commercial,farm,garage,greenhouse,hospital,hotel,industrial,office,panel_house,public,residential,school,storage_tank,supermarket,warehouse," display_values="yes,collapsed,church,commercial,farm,garage,greenhouse,hospital,hotel,industrial,office,panel house,public,residential,school,storage tank,supermarket,warehouse," fr.display_values="oui,detruit ou abime,lieu de culte,commercial,ferme,garage,serre,hopital,hotel,industriel,bureau,pre-fabrique,public,residentiel,ecole,stockage de liquides,supermarche,entrepot" en.display_values="yes,collapsed,church,commercial,farm,garage,greenhouse,hospital,hotel,industrial,office,panel house,public,residential,school,storage tank,supermarket,warehouse," default="yes"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:building" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:building" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:building"/>
<label text=" "/>
<text key="building:levels" text="Building levels" fr.text="Nombre de niveaux" en.text="Building levels"/>
<label text=" "/>
<label text="Building base material" fr.text="Materiaux du Batiment" en.text="Building base material"/>
<!--<check key="building_base_material:reinforced_concrete" text="reinforced concrete" fr.text="beton arme" en.text="reinforced concrete" default="off" /> -->
<check key="building_base_material:concrete" text="concrete" fr.text="beton" en.text="concrete" default="off"/>
<check key="building_base_material:sheet_metal" text="sheet metal" fr.text="tole" en.text="sheet metal" default="off"/>
<check key="building_base_material:wood" text="wood" fr.text="bois" en.text="wood" default="off"/>
<check key="building_base_material:pvc" text="PVC" fr.text="PVC" en.text="PVC" default="off"/>
<check key="building_base_material:canvas" text="canvas" fr.text="toile" en.text="canvas" default="off"/>
<check key="building_base_material:plastic_sheeting" text="plastic sheeting, prelat" fr.text="bache plastique, prelat" en.text="plastic sheeting, prelat" default="off"/>
<check key="building_base_material:tent" text="tent" fr.text="tente" en.text="tent" default="off"/>
<check key="building_base_material:unspecified" text="unspecified" fr.text="non precise" en.text="unspecified" default="off"/>
<label text=" "/>
<label text="Building roof materials" fr.text="Materiaux du toit" en.text="Building roof materials"/>
<check key="building_roof_material:tiles" text="tiles" fr.text="tuiles" en.text="tiles" default="off"/>
<check key="building_roof_material:concrete" text="concrete" fr.text="beton" en.text="concrete" default="off"/>
<check key="building_roof_material:stone" text="stone" fr.text="pierre" en.text="stone" default="off"/>
<check key="building_roof_material:sheet_metal" text="sheet metal" fr.text="tole" en.text="sheet metal" default="off"/>
<check key="building_roof_material:wood" text="wood" fr.text="bois" en.text="wood" default="off"/>
<check key="building_roof_material:pvc" text="PVC" fr.text="PVC" en.text="PVC" default="off"/>
<check key="building_roof_material:canvas" text="canvas" fr.text="toile" en.text="canvas" default="off"/>
<check key="building_roof_material:plastic_sheeting" text="plastic sheeting, prelat" fr.text="bache plastique, prelat" en.text="plastic sheeting, prelat" default="off"/>
<check key="building_roof_material:tent" text="tent" fr.text="tente" en.text="tent" default="off"/>
<check key="building_roof_material:unspecified" text="unspecified" fr.text="non precise" en.text="unspecified" default="off"/>
<label text=" "/>
<combo key="building_status" text="Building status" fr.text="Etat Batiment" en.text="Building status" values="good,medium,bad,unspecified" display_values="good,medium,bad,unspecified" fr.display_values="bon,moyen,mauvais,non precise" en.display_values="good,medium,bad,unspecified"/>
<label text=" "/>
<check key="historic" text="Historic interest" fr.text="Interet historique" en.text="Historic interest" default="off"/>
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<group name="Places" fr.name="Lieux" icon="presets/places.png">
<item name="City" icon="presets/places.png" type="node">
<label text="Edit City"/>
<space/>
<key key="place" value="city"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<label text=" "/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Town" icon="presets/places.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:place=town" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:place=town" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:place=town"/>
<label text="Edit Town"/>
<space/>
<key key="place" value="town"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<label text=" "/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Suburb" icon="presets/places.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:place=suburb" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:place=suburb"/>
<label text="Edit Suburb"/>
<space/>
<key key="place" value="suburb"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Neighborhood" fr.name="Quartier" icon="presets/places.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:place%3Dneighbourhood"/>
<label text="Edit neighbourhood" fr.text="Creer ou mettre a jour un quartier"/>
<space/>
<key key="place" value="neighbourhood"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<item name="Village" icon="presets/places.png" type="node">
<label text="Edit Village"/>
<space/>
<key key="place" value="village"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Hamlet" icon="presets/places.png" type="node">
<label text="Edit Hamlet"/>
<space/>
<key key="place" value="hamlet"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Isolated Dwelling" icon="presets/places.png" type="node">
<label text="Edit Isolated Dwelling"/>
<space/>
<key key="place" value="isolated_dwelling"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<text key="population" text="Population" default="" delete_if_empty="true"/>
<text key="addr:postcode" text="Post code" default="" delete_if_empty="true"/>
<text key="website" text="Website" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<item name="Locality" icon="presets/locality.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:place=locality" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:place=locality"/>
<label text="Edit Locality"/>
<space/>
<key key="place" value="locality"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
</group>
<!-- Places -->
<group name="Transportation" fr.name="Transports" en.name="Transportation">
<group name="Roads" fr.name="Voirie" en.name="Roads" icon="presets/way_secondary.png">
<item name="Roads and streets" fr.name="Routes et rues" en.name="Roads and streets" icon="presets/way_secondary.png" type="way">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a road **" fr.text="** Creer/mettre a jour une voie **" en.text="** Edit/modify a road **"/>
<label text="________________________________________"/>
<label text="ROAD" fr.text="VOIE" en.text="ROAD"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="highway" text="Road type" fr.text="Type de route" en.text="Road type" values="primary,secondary,tertiary,unclassified,residential,service,track,living_street" display_values="primary,secondary,tertiary,unclassified,residential,service,track,living street" fr.display_values="primaire,secondaire,tertiaire,non classe,residentiel,service,piste,voie pietonne" delete_if_empty="true"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:highway" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:highway" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:highway"/>
<label text=" "/>
<combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface" values="paved,unpaved,gravel,unspecified" display_values="paved,unpaved,gravel,unspecified" fr.display_values="revetement dur,sans revetement,graviers,non precise" required="true"/>
<combo key="surface_condition" text="Surface condition" fr.text="Condition du revetement de surface" en.text="Surface condition" values="rough_less_than_40kph,smooth_greater_than_40kph,snow-ice,mud,unspecified" display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified" fr.display_values="Mauvaise (moins de 40km/h),Bonne (plus de 40km/h),Neige/glace,Boue,Non precise" en.display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified"/>
<label text=" "/>
<text key="maxspeed" text="Max. speed (km/h)" default="" delete_if_empty="true"/>
<combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability" values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified" display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" fr.display_values="pieton,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise" en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true"/>
<optional>
<check key="lit" text="Lit" default="off" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Roads under construction" fr.name="Voies en construction" en.name="Roads under construction" icon="presets/construction.png" type="way">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a road under construction **" fr.text="** Creer/mettre a jour une voie en construction **" en.text="** Edit/modify a road under construction **"/>
<label text="________________________________________"/>
<label text="ROAD UNDER CONSTRUCTION" fr.text="VOIE EN CONSTRUCTION" en.text="ROAD UNDER CONSTRUCTION"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<key key="highway" value="construction"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:highway" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:highway" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:highway"/>
<label text=" "/>
<combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface" values="paved,unpaved,gravel,unspecified" display_values="paved,unpaved,gravel,unspecified" fr.display_values="revetement dur,sans revetement,graviers,non precise" en.display_values="paved,unpaved,gravel,unspecified" required="true"/>
<combo key="surface_condition" text="Surface condition" fr.text="Condition du revetement de surface" en.text="Surface condition" values="rough_less_than_40kph,smooth_greater_than_40kph,snow-ice,mud,unspecified" display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified" fr.display_values="Mauvaise (moins de 40km/h),Bonne (plus de 40km/h),Neige/glace,Boue,Non precise" en.display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified"/>
<label text=" "/>
<combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability" values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified" display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" fr.display_values="pieton,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise" en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<!--<item name="Service roads" fr.name="Voies de service" en.name="Service roads" icon="presets/way_unclassified.png" type="way">
<key key="highway" value="service"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:service" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:service"/>
<label text="** Edit/modify a service road **" fr.text="** Creer/mettre a jour une voie de service **" en.text="** Edit/modify a service road **"/>
<label text="________________________________________"/>
<label text="SERVICE ROAD" fr.text="VOIE DE SERVICE" en.text="SERVICE ROAD"/>
<combo key="service" text="Service road type" fr.text="Type de voie de service" en.text="Service road type" values="alley,driveway,parking_aisle" display_values="alley,driveway,parking aisle" fr.display_values="voie automobile de service entre proprietes,voie automobile menant a une seule propriete,voie automobile dans un parking" en.display_values="alley,driveway,parking aisle" required="true"/>
<label text=" "/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface" values="paved,unpaved,gravel,unspecified" display_values="paved,unpaved,gravel,unspecified" fr.display_values="revetement dur,sans revetement,graviers,non precise" en.display_values="paved,unpaved,gravel,unspecified" required="true"/>
<combo key="surface_condition" text="Surface condition" fr.text="Condition du revetement de surface" en.text="Surface condition" values="rough_less_than_40kph,smooth_greater_than_40kph,snow-ice,mud,unspecified" display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified" fr.display_values="Mauvaise (moins de 40km/h),Bonne (plus de 40km/h),Neige/glace,Boue,Non precise" en.display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified"/>
<label text=" "/>
<combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability" values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified" display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" fr.display_values="pieton,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise" en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true"/>
<optional>
<check key="lit" text="Lit" default="off" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Tracks" fr.name="Pistes" en.name="Tracks" icon="presets/track1.png" type="way">
<key key="highway" value="track"/>
<link href="http://wiki.openstreetmap.org/wiki/Track" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway%3Dtrack" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway%3Dtrack"/>
<label text="** Edit/modify a track **" fr.text="** Creer/mettre a jour une piste **" en.text="** Edit/modify a track **"/>
<label text="________________________________________"/>
<label text="TRACK" fr.text="PISTE" en.text="TRACK"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface" values="paved,unpaved,gravel,unspecified" display_values="paved,unpaved,gravel,unspecified" fr.display_values="revetement dur,sans revetement,graviers,non precise" en.display_values="paved,unpaved,gravel,unspecified" required="true"/>
<combo key="surface_condition" text="Surface condition" fr.text="Condition du revetement de surface" en.text="Surface condition" values="rough_less_than_40kph,smooth_greater_than_40kph,snow-ice,mud,unspecified" display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified" fr.display_values="Mauvaise (moins de 40km/h),Bonne (plus de 40km/h),Neige/glace,Boue,Non precise" en.display_values="rough less than 40kph,smooth greater than 40kph,snow-ice,mud,unspecified"/>
<label text=" "/>
<text key="maxspeed" text="Max. speed (km/h)" default="" delete_if_empty="true"/>
<combo key="practicability" text="Practicability" fr.text="Praticabilite" en.text="Practicability" values="non_motorized,motorbike,4wd_less_than_3.5mt,light_truck_less_than_10mt,heavy_truck_less_than_20mt,truck_+_trailer_greater_than_20mt,unspecified" display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" fr.display_values="pieton,moto,4x4 de moins de 3.5t,camion de moins de 10t,camion de moins de 20t,camion de plus de 20t,non precise" en.display_values="non motorized,motorbike,4wd less than 3.5mt,light truck less than 10mt,heavy truck less than 20mt,truck + trailer greater than 20mt,unspecified" required="true"/>
<optional>
<check key="lit" text="Lit" default="off" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>-->
<item name="Corridors and pathes" fr.name="Corridors ou chemins ruraux" en.name="Corridors and pathes" icon="presets/path.png" type="way">
<key key="highway" value="path"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway%3Dpath" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway%3Dpath"/>
<label text="** Edit/modify a corridor or a rural path **" fr.text="** Creer/mettre a jour un corridor ou un chemin rural **" en.text="** Edit/modify a corridor or a rural path **"/>
<label text="________________________________________"/>
<label text="CORRIDOR OR PATH" fr.text="CORRIDOR OU CHEMIN" en.text="CORRIDOR OR PATH"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface" values="paved,unpaved,gravel,unspecified" display_values="paved,unpaved,gravel,unspecified" fr.display_values="revetement dur,sans revetement,graviers,non precise" en.display_values="paved,unpaved,gravel,unspecified" required="true"/>
<combo key="practicability" text="Practicability" fr.text="Praticabilite" values="non_motorized,motorbike" display_values="non motorized,motorbike" fr.display_values="pieton,moto" required="true"/>
<optional>
<check key="lit" text="Lit" default="off" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Footways" fr.name="Chemins pieton" icon="presets/footway.png" type="way">
<key key="highway" value="footway"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway%3Dfootway" pt_br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway%3Dfootway"/>
<label text="** Edit/modify a footway **" fr.text="** Creer/mettre a jour un Chemins pieton **" />
<label text="________________________________________"/>
<label text="FOOTWAY" fr.text="Chemins pieton" />
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="surface" text="Surface" fr.text="Revetement de surface" en.text="Surface" values="paved,unpaved,gravel,unspecified" display_values="paved,unpaved,gravel,unspecified" fr.display_values="revetement dur,sans revetement,graviers,non precise" en.display_values="paved,unpaved,gravel,unspecified" required="true"/>
<key key="practicability" value="non_motorized"/>
<optional>
<check key="lit" text="Lit" default="off" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
</group>
<!-- Roads -->
<group name="Other road objects" fr.name="Autres objets de voirie" en.name="Other road objects" con="presets/waypoints.png">
<group name="Parking" icon="presets/parking.png">
<group name="Car Park" fr.name="Parking pour automobiles" en.name="Car Park" icon="presets/parking.png">
<item name="Car Park" fr.name="Parking pour automobiles" icon="presets/parking.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=parking" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=parking" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking" nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=parking" pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=parking" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=parking" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=parking"/>
<label text="Edit Parking"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="ATTRIBUTES" fr.text="ATTRIBUTS" en.text="ATTRIBUTES"/>
<key key="amenity" value="parking"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="ref" text="Reference number" default="" delete_if_empty="true"/>
<combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" delete_if_empty="true"/>
<combo key="access" text="Access" values="yes,private,customers,permissive,no" default="" delete_if_empty="true"/>
<combo key="park_ride" text="Park and Ride" values="yes,no" default="" delete_if_empty="true"/>
<combo key="fee" text="Fee" values="yes,no" default="" delete_if_empty="true"/>
<text key="operator" text="Operator" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="capacity" text="Capacity (overall)" default="" delete_if_empty="true"/>
<combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,unknown,1,2,3" default="" delete_if_empty="true"/>
<combo key="capacity:women" text="Spaces for Women" values="yes,no,unknown,1,2,3" default="" delete_if_empty="true"/>
<combo key="capacity:parent" text="Spaces for Parents" values="yes,no,unknown,1,2,3" default="" delete_if_empty="true"/>
<label text="See the Wiki for other capacity:[types]=*."/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Parking entrance" fr.name="Entree de parking" icon="presets/parking.png" type="node,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking_entrance"/>
<label text="Edit Parking entrance"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="ATTRIBUTES" fr.text="ATTRIBUTS" en.text="ATTRIBUTES"/>
<key key="amenity" value="parking_entrance"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="ref" text="Reference number" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" delete_if_empty="true"/>
<combo key="access" text="Access" values="yes,private,customers,permissive,no" default="" delete_if_empty="true"/>
<combo key="fee" text="Fee" values="yes,no,interval" default="" delete_if_empty="true"/>
<text key="operator" text="Operator" default="" delete_if_empty="true"/>
<combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" default="" delete_if_empty="true"/>
<combo key="covered" text="Covered (with roof)" values="yes,no" default="" delete_if_empty="true"/>
<combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" default="" delete_if_empty="true"/>
<combo key="supervised" text="Supervised" values="yes,no,interval" default="" delete_if_empty="true"/>
<combo key="lit" text="Lit" values="yes,no,interval" default="" delete_if_empty="true"/>
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
</group>
<item name="Motorcycle Parking" fr.name="Parking pour motos" icon="styles/standard/vehicle/parking/motorbike.png" type="node,relation">
<label text="Edit Motorcycle Parking"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="ATTRIBUTES" fr.text="ATTRIBUTS" en.text="ATTRIBUTES"/>
<key key="amenity" value="motorcycle_parking"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="capacity" text="Capacity" default="" delete_if_empty="true"/>
<combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" delete_if_empty="true"/>
<combo key="fee" text="Fee" values="yes,no" default="" delete_if_empty="true"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Bicycle Parking" fr.name="Parking pour velos" icon="styles/standard/vehicle/parking/bicycle.png" type="node,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_parking" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bicycle_parking" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bicycle_parking" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bicycle_parking" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bicycle_parking"/>
<label text="Edit Bicycle Parking"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="ATTRIBUTES" fr.text="ATTRIBUTS" en.text="ATTRIBUTES"/>
<key key="amenity" value="bicycle_parking"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<text key="capacity" text="Capacity" default="" delete_if_empty="true"/>
<combo key="bicycle_parking" text="Type" values="anchors,ground_slots,informal,lockers,shed,sheffield,stands,wall_loops" default="" delete_if_empty="true"/>
<check key="covered" text="Covered" default="off" delete_if_empty="true"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
</group>
<item name="Roundabout" icon="presets/roundabout.png" type="closedway">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a roundabout **" fr.text="** Creer/mettre a jour un rond-point **" en.text="** Edit/modify a roundabout **"/>
<label text="________________________________________"/>
<label text="ROUNDABOUT" fr.text="ROND-POINT" en.text="ROUNDABOUT"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:junction=roundabout" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:junction=roundabout" es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:junction=roundabout" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:junction=roundabout" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:junction=roundabout" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:junction=roundabout" ro.href="http://wiki.openstreetmap.org/wiki/Ro:Tag:junction=roundabout" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:junction=roundabout"/>
<space/>
<key key="junction" value="roundabout"/>
<optional>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<space/>
<text key="width" text="Width (meters)" default="" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Mini-roundabout" icon="presets/roundabout_left.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a mini roundabout **" fr.text="** Creer/mettre a jour un mini rond-point **" en.text="** Edit/modify a mini roundabout **"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=mini_roundabout" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=mini_roundabout" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=mini_roundabout" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=mini_roundabout" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=mini_roundabout" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=mini_roundabout"/>
<label text="________________________________________"/>
<label text="MINI-ROUNDABOUT" fr.text="MINI ROND-POINT" en.text="MINI-ROUNDABOUT"/>
<key key="highway" value="mini_roundabout"/>
<combo key="direction" text="Direction" values="clockwise,counterclockwise" default="clockwise" delete_if_empty="true"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Turning Circle" icon="presets/turning_circle.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a turning circle **" fr.text="** Creer/mettre a jour un rond point interne **" en.text="** Edit/modify a turning circle **"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_circle" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_circle" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=turning_circle" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=turning_circle"/>
<key key="highway" value="turning_circle"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<item name="Bridge" icon="presets/bridge.png" type="way">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a bridge **" fr.text="** Creer/mettre a jour un pont **" en.text="** Edit/modify a bridge **"/>
<label text="________________________________________"/>
<label text="BRIDGE" fr.text="PONT" en.text="BRIDGE"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:bridge" de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bridge" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:bridge" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:bridge" it.href="http://wiki.openstreetmap.org/wiki/IT:Key:bridge" ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:bridge" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:bridge" ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:bridge" uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:bridge"/>
<combo key="bridge" text="Bridge type" fr.text="Type de pont" en.text="Bridge type" values="yes,viaduct,swing,aqueduct" display.values="pont,viaduct,swing,aqueduct" fr.display.values="pont,viaduc,tournant,aqueduc" en.display.values="pont,viaduct,swing,aqueduct" default="yes" required="true"/>
<key key="layer" value="1"/>
<optional>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="layer" text="Layer" fr.text="Niveau" en.text="Layer" values="3,2,1" default="1" delete_if_empty="true"/>
<text key="maxspeed" text="Max. speed (km/h)" default="" delete_if_empty="true"/>
<text key="maxweight" text="Max. weight (tonnes)" default="" delete_if_empty="true"/>
<text key="width" text="Width (meters)" default="" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Tunnel" icon="presets/tunnel.png" type="way">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a tunnel **" fr.text="** Creer/mettre a jour un tunnel **" en.text="** Edit/modify a tunnel **"/>
<label text="________________________________________"/>
<label text="TUNNEL" fr.text="TUNNEL" en.text="TUNNEL"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:tunnel" de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:tunnel" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:tunnel" it.href="http://wiki.openstreetmap.org/wiki/IT:Key:tunnel" ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:tunnel" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:tunnel" ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"/>
<space/>
<key key="tunnel" value="yes"/>
<optional>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="layer" text="Layer" values="-1,-2" default="-1" delete_if_empty="true"/>
<text key="maxspeed" text="Max. speed (km/h)" default="" delete_if_empty="true"/>
<text key="width" text="Width (meters)" default="" delete_if_empty="true"/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Ford" fr.name="Gue (labou an kreyol)" icon="presets/ford.png" type="node,way">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a ford **" fr.text="** Creer/mettre a jour un gue (labou an kreyol) **" en.text="** Edit/modify a ford **"/>
<label text="________________________________________"/>
<label text="FORD" fr.text="GUE" en.text="F"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:ford"/>
<space/>
<key key="ford" value="yes"/>
<optional>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
</optional>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<item name="Fire Hydrant" fr.name="Borne incendie" en.name="Fire Hydrant" icon="presets/fire_hydrant.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=fire_hydrant" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:emergency=fire_hydrant" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:emergency=fire_hydrant" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:emergency=fire_hydrant" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:emergency=fire_hydrant"/>
<label text="** Edit/modify a Fire Hydrant **" fr.text="** Creer/mettre a jour une borne incendie **" en.text="** Edit/modify a Fire Hydrant **"/>
<key key="emergency" value="fire_hydrant"/>
<key key="fire_hydrant:type" value="pillar"/>
<!--<key key="project:xxx" value="yes" />-->
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Traffic Signal" icon="presets/traffic-light.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a traffic signal **" fr.text="** Creer/mettre a jour un feu de circulation **" en.text="** Edit/modify a traffic signal **"/>
<label text="________________________________________"/>
<label text="TRAFFIC SIGNAL" fr.text="FEU DE CIRCULATION" en.text="TRAFFIC SIGNAL"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=traffic_signals" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=traffic_signals" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=traffic_signals" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=traffic_signals" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=traffic_signals"/>
<key key="highway" value="traffic_signals"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Stop" icon="presets/Stop.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<key key="highway" value="stop"/>
<label text="** Edit/modify a stop **" fr.text="** Creer/mettre a jour un stop **" en.text="** Edit/modify a stop **"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Pedestrian Crossing" icon="styles/standard/vehicle/zebra_crossing.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a pedestrian crossing **" fr.text="** Creer/mettre a jour un passage pieton **" en.text="** Edit/modify a pedestrian crossing **"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:crossing" de.href="http://wiki.openstreetmap.org/wiki/DE:Key:crossing" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:crossing" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:crossing" ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:crossing" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing" ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing"/>
<key key="highway" value="crossing"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Traffic Calming" icon="presets/chicane.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a traffic calming **" fr.text="** Creer/mettre a jour un ralentisseur **" en.text="** Edit/modify a traffic calming **"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:traffic_calming" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:traffic_calming" fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:traffic_calming" it.href="http://wiki.openstreetmap.org/wiki/IT:Key:traffic_calming" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:traffic_calming" ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming"/>
<!--<label text="________________________________________" />
<label text="TRAFFIC CALMING" fr.text="RALENTISSEUR" en.text="TRAFFIC CALMING"/>
<combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,table" default="yes" delete_if_empty="true" />-->
<key key="traffic_calming" value="yes"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Passing Place" icon="presets/passingplace.png" type="node">
<!--<key key="project:xxx" value="yes" />-->
<label text="** Edit/modify a passing place **" fr.text="** Creer/mettre a jour une aire de croisement **" en.text="** Edit/modify a passing place **"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=passing_place" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=passing_place" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=passing_place"/>
<key key="highway" value="passing_place"/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
</group>
<!-- Other road objects -->
<group name="Transportation means" fr.name="Moyens de transports" icon="presets/bus.png">
<item name="Bus Station" icon="presets/bus.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bus_station" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bus_station" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bus_station" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bus_station" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bus_station"/>
<label text="Edit Bus Station"/>
<key key="amenity" value="bus_station"/>
<optional>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
</optional>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Bus Stop" icon="presets/bus_small.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop" es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=bus_stop" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_stop" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_stop" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" zh-hant.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:highway=bus_stop"/>
<label text="Edit Bus Stop"/>
<space/>
<key key="highway" value="bus_stop"/>
<optional>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<combo key="shelter" text="Shelter" values="yes,no" default="" delete_if_empty="true"/>
<combo key="bench" text="Bench" values="yes,no" default="" delete_if_empty="true"/>
<combo key="tactile_paving" text="Tactile Paving" values="yes,no" default="" delete_if_empty="true"/>
</optional>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Bus Platform" icon="presets/platform_bus.png" type="node,closedway">
<label text="Edit Bus Platform"/>
<key key="highway" value="platform"/>
<space/>
<text key="ref" text="Reference (track number)" default="" delete_if_empty="true"/>
<text key="width" text="Width (meters)" default="" delete_if_empty="true"/>
<check key="area" text="Area" default="off" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<item name="Taxi" icon="presets/taxi.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=taxi" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=taxi" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=taxi" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=taxi"/>
<label text="Edit Taxi station"/>
<key key="amenity" value="taxi"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<space/>
<check key="motorcar" text="Motorcar" value_on="yes" default="off" delete_if_empty="true"/>
<check key="motorcycle" text="Motorcycle" value_on="yes" default="off" delete_if_empty="true"/>
<text key="capacity" text="Capacity" default="" delete_if_empty="true"/>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<group name="Airport" icon="presets/plane.png">
<item name="Airport Ground" icon="presets/plane.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=aerodrome" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=aerodrome" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=aerodrome"/>
<label text="Edit Airport Ground"/>
<key key="aeroway" value="aerodrome"/>
<text key="name" text="Name" default="" delete_if_empty="true"/>
<label text=" "/>
<optional>
<text key="iata" text="IATA" default="" delete_if_empty="true"/>
<text key="icao" text="ICAO" default="" delete_if_empty="true"/>
<text key="wikipedia" text="Wikipedia" default="" delete_if_empty="true"/>
</optional>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Helipad" icon="styles/standard/transport/airport/helipad.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=helipad" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=helipad" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=helipad" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=helipad"/>
<label text="Edit Helipad"/>
<key key="aeroway" value="helipad"/>
<optional>
<text key="ref" text="Reference" default="" delete_if_empty="true"/>
</optional>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<separator/>
<item name="Runway" icon="presets/runway.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=runway" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:aeroway=runway" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=runway" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=runway" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=runway"/>
<label text="Edit Runway"/>
<key key="aeroway" value="runway"/>
<optional>
<text key="ref" text="Reference" default="" delete_if_empty="true"/>
</optional>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Taxiway" icon="presets/taxiway.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=taxiway" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=taxiway" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=taxiway" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=taxiway"/>
<label text="Edit Taxiway"/>
<key key="aeroway" value="taxiway"/>
<optional>
<text key="ref" text="Reference" default="" delete_if_empty="true"/>
</optional>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe deja, ajouter la nouvelle apres une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey"/>
<label text=" "/>
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name"/>
<label text=" "/>
<label text="________________________________________"/>
<label text=" "/>
<text key="NOTE" text="NOTE" fr.text="NOTES" en.text="NOTE"/>
<label text=" "/>
</item>
<item name="Apron" icon="presets/apron.png" type="closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=apron" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=apron" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=apron" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=apron"/>
<label text="Apron"/>
<key key="aeroway" value="apron"/>
<!--<key key="project:xxx" value="yes" />-->
<label text=" "/>
<label text="________________________________________"/>
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)"/>
<label text=" "/>