forked from hotosm/presets
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHDM-camp-vespucci.xml
5315 lines (5315 loc) · 415 KB
/
HDM-camp-vespucci.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="1" author="UNHCR" shortdescription="A data Model for refugee camp mapping" description="Data Model for refugee camp mapping for humanitarian workers: https://github.com/unhcr/presets">
<group name="UNHCR-campmapping" fr.name="UNHCR-campmapping" en.name="UNHCR-campmapping" icon="https://raw.github.com/unhcr/presets/master/icons/shelter.png">
<!-- Camps and its organisation -->
<group name="Camp Management" fr.name="Gestion du camps" icon="https://raw.github.com/unhcr/presets/master/icons/campmgmt.png">
<item name="Camp location" icon="presets/tent.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="Refugee Camp" />
<space />
<key key="place" value="town" />
<key key="refugee" value="yes" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<text key="loc_name" text="Name in local language" fr.text="Nom en langue locale" en.text="Name in local language" />
<text key="alt_name" text="Alternative name" fr.text="Nom populaire alternatif" en.text="Alternative name" />
<text key="short_name" text="Abbreviation name - can be used for ID" fr.text="Abreviation du nom - can be used for ID" en.text="Abbreviation name" />
<text key="old_name" text="Old name" fr.text="Ancien nom" en.text="Old name" />
<space />
<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 - UNHCR Registration" default="" delete_if_empty="true" />
<text key="website" text="Website - data.unhcr.org" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Camp Suburb / sectors/ modules -level 1" icon="presets/places.png" type="closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:place=suburb" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:place=suburb" />
<label text="Edit Camp Suburb / sector / module" />
<space />
<key key="place" value="suburb" />
<key key="admin_level" value="8" />
<key key="boundary" value="administrative" />
<key key="refugee" value="yes" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<text key="loc_name" text="Name in local language" fr.text="Nom en langue locale" en.text="Name in local language" />
<text key="alt_name" text="Alternative name" fr.text="Nom populaire alternatif" en.text="Alternative name" />
<text key="short_name" text="Abbreviation name - can be used for ID" fr.text="Abreviation du nom - can be used for ID" en.text="Abbreviation name" />
<text key="old_name" text="Old name" fr.text="Ancien nom" en.text="Old name" />
<space />
<text key="addr:postcode" text="Post code - UNHCR Registration" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Camp Neighborhood / blocks -level 2" fr.name="Quartier" icon="presets/places.png" type="closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:place%3Dneighbourhood" />
<label text="Edit Camp Neighborhood / blocks -level 2" fr.text="Creer ou mettre a jour un quartier" />
<space />
<key key="place" value="neighbourhood" />
<key key="admin_level" value="9" />
<key key="boundary" value="administrative" />
<key key="refugee" value="yes" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<text key="loc_name" text="Name in local language" fr.text="Nom en langue locale" en.text="Name in local language" />
<text key="alt_name" text="Alternative name" fr.text="Nom populaire alternatif" en.text="Alternative name" />
<text key="short_name" text="Abbreviation name- can be used for ID" fr.text="Abreviation du nom - can be used for ID" en.text="Abbreviation name" />
<text key="old_name" text="Old name" fr.text="Ancien nom" en.text="Old name" />
<space />
<text key="addr:postcode" text="Post code - UNHCR Registration" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<separator />
<!-- Building and Shelters-->
<item name="Building and Shelter digitizing" fr.name="Digitalisation de batiment" en.name="Building and Shelter digitizing" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
<label text="** Edit a building/shelter based on imagery **" fr.text="** Creer/mettre a jour un batiment/abri 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" />
<space />
<key key="building" value="yes" />
<key key="refugee" value="yes" />
<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" />
<space />
<label text="ADDRESS DETAILS" fr.text="ADRESSE DETAILS" en.text="ADDRESS DETAILS" />
<text key="addr:housenumber" text="building number" fR.text="numero du batiment " eN.text="building number" />
<text key="addr:street" text="street name" use_last_as_default="force" delete_if_empty="true" />
<text key="addr:postcode" text="Post code - UNHCR Registration" default="" delete_if_empty="true" />
<label text="BUILDING" fr.text="BATIMENT" en.text="BUILDING" />
<space />
<label text="If the building contains several kinds of activities, let the 'yes' default value" fr.text="Si le bâtiment comprend plusieurs activités, laisser la valeur par défaut 'yes'" en.text="If the building contains several kinds of activities, let the 'yes' default value" />
<space />
<combo key="building" text="Building main use" fr.text="Usage principal du bâtiment" 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,détruit ou abîmé,lieu de culte,commercial,ferme,garage,serre,hôpital,hôtel,industriel,bureau,pré-fabriqué,public,résidentiel,école,stockage de liquides,supermarché,entrepôt" 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" />
<space />
<combo key="building:levels" text="Building levels" fr.text="Nombre de niveaux" values="1,2,3,4,5" display_values="1,2,3,4,5" />
<space />
<optional>
<combo key="building:material" text="Building Material" fr.text="Matériaux du Bâtiment" values="plaster,brick,wood,concrete,glass,stone,metal,tent,timber_framing" display_values="plaster,brick,wood,concrete,glass,stone,metal,tent,timber_framing" fr.display_values="plâtre,brique,bois,béton,verre,pierre,métal,tent,ossature bois" />
<combo key="building:roof" text="Roof Material" fr.text="Matériaux du toit" values="tiles,concrete,tar_paper,metal,wood,plastic,stone,canvas,pvc" display_values="tiles,concrete,tar_paper,metal,wood,plastic,stone,canvas,pvc" fr.display_values="tuiles,béton,papier goudronné,métal,bois,plastique,pierre,toile,pvc" />
<space />
</optional>
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (géométrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<label text="If one is already existing, add new after a comma. Ex: Bing;survey" fr.text="Si une source existe déjà, ajouter la nouvelle après une virgule. Ex: Bing;survey" en.text="If one is already existing, add new one after a comma. Ex: Bing;survey" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<separator />
<!-- Other Places -->
<group name="Other places of interest" fr.name="Autres Lieux" icon="presets/places.png">
<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" />
<space />
<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="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</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" />
<space />
<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="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</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" />
<space />
<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="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<separator />
<item name="Locality" icon="presets/places.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" />
<space />
<text key="wikipedia" text="Wikipedia" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
</group>
</group>
<!-- WatSan -->
<group name="Water and sanitation" fr.name="Eau et assainissement" icon="https://raw.github.com/unhcr/presets/master/icons/watsan.png">
<item name="Drinking Water" icon="https://raw.github.com/unhcr/presets/master/icons/drinking_water-18.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=drinking_water" />
<label text="Edit Drinking Water" />
<key key="amenity" value="drinking_water" />
<text key="name" text="Name" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<check key="fee" text="For sale?" fr.text="A vendre?" default="off" delete_if_empty="true" />
<space />
<combo key="condition" text="Condition" fr.text="Condition" values="good,fair,deficient" display_values="good,fair,deficient" fr.display_values="bon,moyen,mauvais" />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<combo key="access" text="Access" fr.text="Usage" values="yes,private,multifamily" display_values="public,private,multifamily" fr.display_values="publique,prive,plusieurs familles" />
<optional>
<combo key="drinking_water" text="Drinking water" fr.text="Eau potable" en.text="Drinking water" values="yes,no" display_values="yes,no" fr.display_values="oui,non" />
</optional>
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Water Well" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/water_well_pump_manual-18.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_well" />
<label text="** Edit/modify a water well **" fr.text="** Creer/mettre a jour d'un puits d'eau **" en.text="** Edit/modify a water well **" />
<key key="man_made" value="water_well" />
<text key="name" text="Name" />
<space />
<combo key="pump" text="Pumped or not" fr.text="avec pompe ou sans" values="powered,manual,no" display_values="powered,manual,no" fr.display_values="non-manuel,manuel,non" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<combo key="condition" text="Condition" fr.text="Condition" values="good,fair,deficient" display_values="good,fair,deficient" fr.display_values="bon,moyen,mauvais" />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<combo key="access" text="Access" fr.text="Usage" values="yes,private,multifamily" display_values="public,private,multifamily" fr.display_values="publique,prive,plusieurs familles" />
<optional>
<combo key="drinking_water" text="Drinking water" fr.text="Eau potable" en.text="Drinking water" values="yes,no" display_values="yes,no" fr.display_values="oui,non" />
</optional>
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Spring" icon="presets/spring.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=spring" />
<label text="Edit Spring" />
<key key="natural" value="spring" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<combo key="condition" text="Condition" fr.text="Condition" values="good,fair,deficient" display_values="good,fair,deficient" fr.display_values="bon,moyen,mauvais" />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<combo key="access" text="Access" fr.text="Usage" values="yes,private,multifamily" display_values="public,private,multifamily" fr.display_values="publique,prive,plusieurs familles" />
<optional>
<combo key="drinking_water" text="Drinking water" fr.text="Eau potable" en.text="Drinking water" values="yes,no" display_values="yes,no" fr.display_values="oui,non" />
</optional>
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Pipeline" fr.name="Pipeline" type="way,relation" icon="presets/path.png">
<label text="** Edit/modify a pipeline **" fr.text="** Creer/mettre a jour un pipeline**" en.text="** Edit/modify a pipeline **" />
<space />
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pipeline" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=pipeline" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=pipeline" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pipeline" />
<key key="man_made" value="pipeline" />
<combo key="type" text="Type" values="water,sewage" default="" delete_if_empty="true" />
<combo key="location" text="Location" fr.text="Localisation" values="underground,overground" values_context="pipeline" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Water Storage" icon="presets/gasometer.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=storage_tank" />
<label text="** Edit/modify water storage **" fr.text="** Éditer/modifier le réservoir d'eau **" />
<key key="man_made" value="storage_tank" />
<key key="content" value="water" />
<text key="name" text="Name" />
<space />
<combo key="storage_tank:type" text="Tank type" fr.text="Type de réservoir" values="tank,bladder" display_values="tank,bladder" fr.display_values="tank,bladder (réservoir souple)" />
<space />
<combo key="content:source" text="Water supply" fr.text="Approvisionnement d'eau" values="truck,pipeline" display_values="truck,pipeline" fr.display_values="camion,tuyau de canalisation" />
<space />
<combo key="drinking_water" text="Drinking water" fr.text="Eau potable" en.text="Drinking water" values="yes,no" display_values="yes,no" fr.display_values="oui,non" en.display_values="yes,no" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Water Tower" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/water_tower-18.png" type="node,closedway">
<label text="Edit Water Tower" />
<key key="man_made" value="water_tower" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<combo key="condition" text="Condition" fr.text="Condition" values="good,fair,deficient" display_values="good,fair,deficient" fr.display_values="bon,moyen,mauvais" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Water Works" fr.name="Usine d'eau potable (usine importante)" icon="presets/water_works.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_works" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=water_works" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_works" />
<label text="Edit Water Works" />
<space />
<key key="man_made" value="water_works" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Reservoir" fr.name="Reservoir" icon="presets/reservoir.png" type="closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=reservoir" />
<label text="** Edit/modify a reservoir **" fr.text="** Creer/mettre a jour une reservoir **" />
<label text="________________________________________" />
<key key="landuse" value="reservoir" />
<optional>
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<combo key="barrier" text="Outline type" fr.text="Type de contour" en.text="Outline type" values="hedge,fence,wall" display_values="hedge,fence,wall" fr.display_values="haie vegetale,cloture,mur" en.display_values="hedge,fence,wall" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Showers" fr.name="Douche" en.name="Showers" type="node,relation" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/shower-18.png">
<label text="** Edit/modify showers **" fr.text="** Creer/mettre a jour des douches **" en.text="** Edit/modify showers **" />
<label text="________________________________________" />
<label text="SHOWERS" fr.text="DOUCHES" en.text="SHOWERS" />
<key key="amenity" value="shower" />
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshower" text="More info about showers" fr.text="Plus d'infos sur les douches" en.text="More info about showers" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<combo key="access" text="Access" fr.text="Usage" values="yes,private,multifamily" display_values="public,private,multifamily" fr.display_values="publique,prive,plusieurs familles" />
<space />
<label text="Gender Access:" fr.text="Genre:" />
<check key="male" text="male" fr.text="hommes" default="off" />
<check key="female" text="female" fr.text="femmes" default="off" />
<check key="unisex" text="unisex" fr.text="mixte" default="off" />
<space />
<combo key="wheelchair" text="Disability (wheelchair) access" fr.text="Accessibilite aux handicapes (wheelchair)" values="yes,no,limited" display_values="yes,no,limited" fr.display_values="oui,non,limite" />
<space />
<combo key="condition" text="Condition" fr.text="Condition" values="good,fair,deficient" display_values="good,fair,deficient" fr.display_values="bon,moyen,mauvais" />
<space />
<label text="Status" fr.text="Statut" />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<check key="emergency" text="emergency?" fr.text="urgence?" default="off" />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Toilets and latrines" fr.name="Toilettes et latrines" en.name="Toilets and latrines" type="node,relation" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/toilets-18.png">
<key key="amenity" value="toilets" />
<label text="** Edit/modify toilets/latrines **" fr.text="** Creer/mettre a jour des toilettes/latrines **" en.text="** Edit/modify toilets/latrines **" />
<label text="________________________________________" />
<label text="TOILETS" fr.text="TOILETTES" en.text="TOILETS" />
<space />
<link href="http://wiki.openstreetmap.org/wiki/Toilets" text="More info about toilets" fr.text="Plus d'infos sur les toilettes" en.text="More info about toilets" />
<link href="http://wiki.openstreetmap.org/wiki/Key:pitlatrine" text="More info about latrines" fr.text="Plus d'infos sur les latrines" en.text="More info about latrines" />
<combo key="toilets:type" text="Toilet type" fr.text="Toilet type" values="flush,pit,chemical,bucket" display_values="flush,pit,chemical,bucket" fr.display_values="humide,latrine,chimique,seau" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<combo key="access" text="Access" fr.text="Usage" values="yes,private,multifamily" display_values="public,private,multifamily" fr.display_values="publique,prive,plusieurs familles" />
<space />
<label text="Gender Access:" fr.text="Genre:" />
<check key="male" text="male" fr.text="hommes" default="off" />
<check key="female" text="female" fr.text="femmes" default="off" />
<check key="unisex" text="unisex" fr.text="mixte" default="off" />
<space />
<combo key="wheelchair" text="Disability (wheelchair) access" fr.text="Accessibilite aux handicapes (wheelchair)" values="yes,no,limited" display_values="yes,no,limited" fr.display_values="oui,non,limite" />
<space />
<combo key="condition" text="Condition" fr.text="Condition" values="good,fair,deficient" display_values="good,fair,deficient" fr.display_values="bon,moyen,mauvais" />
<space />
<label text="Status:" fr.text="Statut" />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<check key="emergency" text="emergency?" fr.text="urgence?" default="off" />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Wastewater Plant" icon="presets/wastewater_plant.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=wastewater_plant" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=wastewater_plant" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:man_made=wastewater_plant" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=wastewater_plant" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=wastewater_plant" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=wastewater_plant" />
<label text="Edit Wastewater Plant" />
<key key="man_made" value="wastewater_plant" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Watermill" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/watermill-18.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=watermill" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:man_made=watermill" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=watermill" />
<label text="Edit Watermill" />
<space />
<key key="man_made" value="watermill" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<group name="Water Canals" fr.name="Canaux d'evacuation d'eau" icon="presets/waterway.png">
<item name="Wastewater canal" fr.name="Canal d'assainissement" type="way,relation" icon="presets/waterway.png">
<key key="waterway" value="drain" />
<label text="** Edit/modify a wastewater canal **" fr.text="** Creer/mettre a jour un canal d'assainissement **" />
<space />
<combo key="canal_type" text="Type de canal" en.text="Canal type" values="primary_collector,secondary_collector,tertiary_collector" display_values="collecteur principal,collecteur secondaire,collecteur tertiaire (rigoles etc.)" en.display_values="primary collector,secondary collector,tertiary collector" />
<space />
<text key="width" text="Largeur (a la surface du canal) en meters" en.text="Width afloat in meters " />
<text key="depth" text="Profondeur en meters" en.text="Depth in meters" />
<space />
<combo key="material" text="Materiel de construction" en.text="Building materials" values="concrete,dirt,stone" display_values="beton,terre,pierre" en.display_values="concrete,dirt,stone" />
<space />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Tunnel" icon="presets/tunnel.png" type="way">
<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 />
<combo key="tunnel" text="Tunnel type" fr.text="Type de tunnel" values="yes,culvert" display.values="yes,culvert" fr.display.values="yes,culvert" default="yes" required="true" />
<key key="layer" value="-1" />
<optional>
<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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Damage prone" fr.name="Dommages frequents" en.name="Damage prone">
<key key="damage_prone" value="yes" />
<label text="Damage prone canal" fr.text="Canal frequemment endommagee" en.text="Damage prone canal" />
<text key="damage-type" name="Damage type" fr.name="Type de dommage" en.name="Damage type" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
</group>
<item name="Landill" fr.name="Decharge" type="closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:landuse%3Dlandfill" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse%3Dlandfill" />
<label text="Edit landfill" fr.text="Creer ou mettre a jour une decharge" />
<key key="landuse" value="landfill" />
<space />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Recycling" icon="presets/recycling.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=recycling" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=recycling" es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=recycling" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=recycling" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=recycling" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=recycling" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=recycling" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=recycling" />
<label text="Edit Recycling station" />
<key key="amenity" value="recycling" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<check key="recycling:batteries" text="Batteries" default="off" delete_if_empty="true" />
<check key="recycling:cans" text="Cans" default="off" delete_if_empty="true" />
<check key="recycling:clothes" text="Clothes" default="off" delete_if_empty="true" />
<check key="recycling:glass" text="Glass" default="off" delete_if_empty="true" />
<check key="recycling:paper" text="Paper" default="off" delete_if_empty="true" />
<check key="recycling:scrap_metal" text="Scrap Metal" default="off" delete_if_empty="true" />
<combo key="recycling_type" text="Type" values="container,centre" 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)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Waste Disposal" fr.name="Benne a ordures" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/waste_basket-18.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dwaste_disposal" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity%3Dwaste_disposal" />
<label text="Edit Waste Disposal" fr.text="Creer ou mettre a jour une benne a ordures" />
<key key="amenity" value="waste_disposal" />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Waste Basket" icon="https://raw.github.com/unhcr/presets/master/icons/watsan/waste_basket-18.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=waste_basket" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=waste_basket" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=waste_basket" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=waste_basket" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=waste_basket" />
<label text="Edit Waste Basket" />
<key key="amenity" value="waste_basket" />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
</group>
<!-- Educational facilities -->
<group name="Educational facilities" fr.name="Structures pour l'education" en.name="Educational facilities" icon="https://raw.github.com/unhcr/presets/master/icons/education.png">
<item name="Kindergarten" fr.name="Kindergarten" en.name="Kindergarten" type="node,relation" icon="https://raw.github.com/unhcr/presets/master/icons/education/education_nursery3.n.16.png">
<key key="amenity" value="kindergarten" />
<link href="http://wiki.openstreetmap.org/wiki/Kindergarten" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity%3Dkindergarten" />
<label text="** Edit/modify a kindergarten **" fr.text="** Creer/mettre a jour un kindergarten **" en.text="** Edit/modify a kindergarten **" />
<space />
<label text="________________________________________" />
<label text="ADDRESS DETAILS" fr.text="ADRESSE DETAILS" en.text="ADDRESS DETAILS" />
<label text="KINDERGARTEN" fr.text="KINDERGARTEN" en.text="KINDERGARTEN" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<text key="capacity" text="Capacity (overall)" default="" delete_if_empty="true" />
<space />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="School" fr.name="Ecole" en.name="School" type="node,relation" icon="https://raw.github.com/unhcr/presets/master/icons/education/education_school.n.16.png">
<key key="amenity" value="school" />
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=school" ar.href="http://wiki.openstreetmap.org/wiki/Ar:Tag:amenity=school" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=school" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=school" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=school" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=school" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=school" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=school" uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=school" />
<label text="** Edit/modify a school **" fr.text="** Creer/mettre a jour une ecole **" en.text="** Edit/modify a school **" />
<space />
<label text="________________________________________" />
<label text="SCHOOL" fr.text="ECOLE" en.text="SCHOOL" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<multiselect key="school:HT" text="Select school levels (hold ctrl for multiple)" fr.text="Sélectionner les niveaux scolaires (appuyer sur Ctrl pour en sélectionner plusieurs)" values="kindergarten;primaire;secondaire" display_values="kindergarten;primaire;secondaire" fr.display_values="kindergarten;primaire;secondaire" delimiter=";" />
<space />
<text key="capacity" text="Capacity (overall)" default="" delete_if_empty="true" />
<space />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="College" fr.name="Enseignement superieure" en.name="College" type="node,relation" icon="https://raw.github.com/unhcr/presets/master/icons/education/college.png">
<key key="amenity" value="college" />
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=college" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=college" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=college" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=college" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=college" />
<label text="** Edit/modify a college **" fr.text="** Creer/mettre a jour une ecole superieure **" en.text="** Edit/modify a college **" />
<space />
<label text="________________________________________" />
<label text="COLLEGE" fr.text="ENSEIGNEMENT SUPERIEURE" en.text="COLLEGE" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<text key="capacity" text="Capacity (overall)" default="" delete_if_empty="true" />
<space />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
</group>
<!-- Heatlh facilities -->
<group name="Health facilities" fr.name="Structures de sante" en.name="Health facilities" icon="https://raw.github.com/unhcr/presets/master/icons/health.png">
<item name="Hospital" fr.name="Hopital" en.name="Hospital" type="node,relation" icon="https://raw.github.com/unhcr/presets/master/icons/health/hospital.png">
<key key="amenity" value="hospital" />
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=hospital" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=hospital" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=hospital" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=hospital" pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=hospital" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=hospital" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=hospital" />
<label text="** Edit/modify a health facility **" fr.text="** Creer/mettre a jour une structure de sante **" en.text="** Edit/modify a health facility **" />
<space />
<label text="________________________________________" />
<label text="ADDRESS DETAILS" fr.text="ADRESSE DETAILS" en.text="ADDRESS DETAILS" />
<label text="HEALTH FACILITY" fr.text="STRUCTURE DE SANTE" en.text="HEALTH FACILITY" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<combo key="health_facility:type" text="Health facility type" fr.text="Type de structure de sante" values="hospital,field_hospital,laboratory" display_values="hospital,field hospital,laboratory" fr.display_values="hopital,hopital de terrain,laboratory" />
<space />
<check key="disused" text="Disused" fr.text="Désaffecté" default="off" />
<check key="abandoned" text="Abandoned" fr.text="Abandonné" default="off" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<text key="capacity:beds" text="Beds capacity max" fr.text="Capacite en nombre maxi de lits" en.text="Beds capacity max" />
<space />
<combo key="healthcare:cholera" text="Cholera treatment" fr.text="Traitement du cholera" values="oral_rehydratation_centre,cholera_treatment_unit,cholera_treatment_centre,no" display_values="oral rehydratation centre,cholera treatment unit,cholera treatment centre,no" fr.display_values="Centre de rehydratation orale,Unite de traitement du cholera,Centre de traitement du cholera,non" />
<text key="id:db_ctc" text="ID CTC from MSPP" fr.text="ID CTC du MSPP" en.text="ID CTC from MSPP" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Clinic" icon="https://raw.github.com/unhcr/presets/master/icons/health/clinic.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=clinic" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=clinic" />
<label text="Edit Clinic" />
<key key="amenity" value="clinic" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator name" fr.text="Nom de l'operateur" en.text="Operator name" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<space />
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Doctors" icon="https://raw.github.com/unhcr/presets/master/icons/health/doctor.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=doctors" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=doctors" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=doctors" />
<label text="Edit Doctors" />
<key key="amenity" value="doctors" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Dentist" icon="https://raw.github.com/unhcr/presets/master/icons/health/dentist-18.png" type="node">
<label text="Edit Dentist" />
<key key="amenity" value="dentist" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<separator />
<item name="Pharmacy" icon="https://raw.github.com/unhcr/presets/master/icons//health/pharmacy.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pharmacy" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=pharmacy" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=pharmacy" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=pharmacy" no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=pharmacy" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=pharmacy" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=pharmacy" />
<label text="Edit Pharmacy" />
<key key="amenity" value="pharmacy" />
<combo key="dispensing" text="Dispensing" values="yes,no" default="no" delete_if_empty="true" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<item name="Hearing Aids" icon="presets/hearing_aids.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hearing_aids" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hearing_aids" />
<label text="Edit Hearing Aids" />
<space />
<key key="shop" value="hearing_aids" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="operator" text="Operator" default="" delete_if_empty="true" />
<combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<separator />
<item name="Baby Hatch" icon="presets/baby_hatch.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=baby_hatch" CS.href="http://wiki.openstreetmap.org/wiki/CS:Tag:amenity=baby_hatch" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=baby_hatch" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=baby_hatch" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=baby_hatch" it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=baby_hatch" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=baby_hatch" nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=baby_hatch" pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=baby_hatch" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=baby_hatch" />
<label text="Edit Baby Hatch" />
<key key="amenity" value="baby_hatch" />
<text key="operator" text="Operator" default="" delete_if_empty="true" />
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<space />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
<separator />
<item name="Veterinary" icon="https://raw.github.com/unhcr/presets/master/icons//health/veterinary.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=veterinary" da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=veterinary" fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=veterinary" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=veterinary" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=veterinary" />
<label text="Edit Veterinary" />
<key key="amenity" value="veterinary" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<space />
<text key="opening_hours" text="Opening Hours" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<space />
<label text="________________________________________" />
<label text="SOURCE (geometry and/or attributes)" fr.text="SOURCE (geometrique et/ou attributaire)" en.text="SOURCE (geometry and/or attributes)" />
<space />
<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" />
<space />
<text key="source" text="Source name" fr.text="Nom de la source" en.text="Source name" />
<space />
<label text="________________________________________" />
<space />
<text key="note" text="Note" fr.text="Notes" />
<space />
</item>
</group>
<!-- Food Distribution -->
<item name="Food distribution Points" de.name="Essenausgabe" fr.name="Point de distribution" icon="https://raw.github.com/unhcr/presets/master/icons/food.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/DE:Key:social_facility" />
<label text="Edit Food bank" de.text="bearbeite Essenausgabe" />
<space />
<key key="amenity" value="social_facility" />
<key key="social_facility" value="food_bank" />
<text key="name" text="Name" default="" delete_if_empty="true" />
<text key="operator" text="Operator" de.text="Betreiber" default="" delete_if_empty="true" />
<text key="phone" text="Phone Number" default="" delete_if_empty="true" />
<combo key="operator:type" text="Operator type" fr.text="Type d'operateur" values="government,ngo,un,community,public,private" display_values="government,ngo,un,community,public,private" fr.display_values="gouvernement,ONG,NU,communaute,publique,prive" required="true" />
<combo key="social_facility:for" text="Audience" de.text="Zielgruppe" values="abused,child,disabled person,diseased,drug_addicted,homeless,juvenile,mental_health,migrant,orphan,senior,underprivileged,victim" fr.display_values="abus,enfants,personnes handicapées physiques,personnes souffrant de maladie et leur familles,drogués,sans domicile fixe,jeunes,personnes avec des problèmes mentaux ou psychologiques,migrants ou réfugiés,orphelins,personnes âgées,personnes pauvres ou désavantagées,victimes de crimes" default="" delete_if_empty="true" />
<combo key="opening_hours" text="Opening Hours" de.text="Öffnungszeiten" fr.text="Heures d'ouverture" values="Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" default="" delete_if_empty="true" />
<label text="________________________________________" />