1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | This is a collection of presets to be used in the OSM Haiti project
|
---|
4 | after the haiti earthquake. First version posted by user Lübeck on the
|
---|
5 | wiki See http://wiki.openstreetmap.org/wiki/WikiProject_Haiti for
|
---|
6 | further information.
|
---|
7 | -->
|
---|
8 | <annotations>
|
---|
9 | <group name="earthquake" icon="earthquake.png">
|
---|
10 |
|
---|
11 | <item name="Aerial Images Source">
|
---|
12 | <combo key="source" text="Source (add date!)"
|
---|
13 | values="NOAA,Ikonos/ Geoeye,GeoEye1/ GeoEye,QuickBird/ DigitalGlobe,WorldView-2/ DigitalGlobe,ErosB/ ScanEx,Cnes/ SpotImage,JAXA/ ALOS,Google Aerial" />
|
---|
14 | </item>
|
---|
15 |
|
---|
16 | <separator />
|
---|
17 |
|
---|
18 | <item name="Roads">
|
---|
19 | <label text="edit highway" />
|
---|
20 | <text key="name" text="Name" />
|
---|
21 | <combo key="highway" text="Type"
|
---|
22 | values="primary,secondary,tertiary,footway,unclassified,road,path,track"
|
---|
23 | delete_if_empty="true" />
|
---|
24 | <combo key="humanitarian:road:operationalstatus" text="Operational Status"
|
---|
25 | values="open,restricted,closed,unspecified" />
|
---|
26 | <combo key="humanitarian:road:operationalstatusquality" text="quality of operation status info"
|
---|
27 | values="reported,confirmed,unspecified" />
|
---|
28 | </item>
|
---|
29 | <item name="Transport Obstacles" icon="eq_checkpoint.png">
|
---|
30 | <label text="edit transport obstacles" />
|
---|
31 | <combo key="type" text="Type"
|
---|
32 | values="bridge_damage,road_damage,landslide_mudslide,debris,checkpoint,roadblock,unspecified" />
|
---|
33 | <combo key="humanitarian:obstacle:operationalstatus" text="Operational Status"
|
---|
34 | values="open,restricted,closed,unspecified" />
|
---|
35 | <combo key="humanitarian:obstacle:operationalstatusquality"
|
---|
36 | text="quality of operation Status Info" values="reported,confirmed,unspecified" />
|
---|
37 | </item>
|
---|
38 | <item name="Health Facilities" icon="eq_hospital.png">
|
---|
39 | <text key="name" text="Name" />
|
---|
40 | <label text="edit health facilities" />
|
---|
41 | <combo key="type" text="Type" values="hospital,field_hospital" />
|
---|
42 | <combo key="humanitarian:healthfacility:operationalstatus"
|
---|
43 | text="Operational Status" values="open,restricted,closed,unspecified" />
|
---|
44 | <combo key="humanitarian:healthfacility:operationalstatusquality"
|
---|
45 | text="Quality of Operation Status Info" values="reported,confirmed,unspecified" />
|
---|
46 | </item>
|
---|
47 |
|
---|
48 | <item name="Aerodromes" icon="eq_airport.png">
|
---|
49 | <text key="name" text="Name" />
|
---|
50 | <combo key="type" text="Type"
|
---|
51 | values="Airfield,Airstrip,Fixed HLZ,Improvised HLZ,Unspecified" />
|
---|
52 | <combo key="Humanitarian:Aerodromes:OperationalStatus" text="Operational Status"
|
---|
53 | values="Open,Restricted,Closed,Unspecified" />
|
---|
54 | <combo key="Humanitarian:Aerodromes:OperationalStatusQuality"
|
---|
55 | text="Quality of Op. Status Info" values="Reported,Confirmed,Unspecified" />
|
---|
56 | <combo key="Humanitarian:Aerodromes:HumanitarianUse" text="Humanitarian Use of Aerodrome"
|
---|
57 | values="Primary Hub,Secondary Hub,Final Delivery Point,Operationally Significant Location,Unspecified" />
|
---|
58 | <text key="Humanitarian:Aerodromes:PracticabilityDescription"
|
---|
59 | text="Description of aerodrome practicability (largest aircraft landable)" />
|
---|
60 | <combo key="Humanitarian:Aerodromes:TakeOffLandingType" text="Take Off and Landing Type"
|
---|
61 | values="Runway,Heli Landing Zone" />
|
---|
62 | <text key="Humanitarian:Aerodromes:TakeOffLandingLength" text="Length (m) of runway or HLZ" />
|
---|
63 | <text key="Humanitarian:Aerodromes:TakeOffLandingWidth" text="Width (m) of runway or HLZ" />
|
---|
64 | <combo key="Humanitarian:Aerodromes:HLZType" text="For Heli Landing Zone, type of HLZ"
|
---|
65 | values="Purpose-built,Sports-field park,Agricultural field,Car park,Rooftop,Open land,Unspecified" />
|
---|
66 | <text key="Humanitarian:Aerodromes:CargoHandling" text="Description of Cargo Handling Capability" />
|
---|
67 | </item>
|
---|
68 | <item name="Warehouse Compounds" icon="eq_warehouse.png">
|
---|
69 | <text key="name" text="Name" />
|
---|
70 | <combo key="type" text="Type"
|
---|
71 | values="Airfield,Airstrip,Fixed HLZ,Improvised HLZ,Unspecified" />
|
---|
72 | <combo key="Humanitarian:WarehouseCompounds:OperationalStatus"
|
---|
73 | text="Operational Status" values="Open,Restricted,Closed,Unspecified" />
|
---|
74 | <combo key="Humanitarian:WarehouseCompounds:OperationalStatusQuality"
|
---|
75 | text="Quality of Op. Status Info" values="Reported,Confirmed,Unspecified" />
|
---|
76 | <combo key="Humanitarian:WarehouseCompounds:HumanitarianUse"
|
---|
77 | text="Humanitarian Use of Aerodrome"
|
---|
78 | values="Primary Hub,Secondary Hub,Final Delivery Point,Operationally Significant Location,Unspecified" />
|
---|
79 | <text key="Humanitarian:WarehouseCompounds:StorageCapacityM3"
|
---|
80 | text="Storage Capacity (cubic meters)" />
|
---|
81 | <text key="Humanitarian:WarehouseCompounds:StorageCapacityM2"
|
---|
82 | text="Storage Capacity (square meters)" />
|
---|
83 | <text key="Humanitarian:WarehouseCompounds:StorageCapacityMT"
|
---|
84 | text="Storage Capacity (metric tons)" />
|
---|
85 | <text key="Humanitarian:WarehouseCompounds:CargoHandling" text="Description of Cargo Handling Capability" />
|
---|
86 | <check key="Humanitarian:WarehouseCompounds:HasTempStorage"
|
---|
87 | text="Facility has temperature controlled storage?" default="off" />
|
---|
88 | </item>
|
---|
89 | <item name="Fuel Supply Points" icon="eq_fuel.png">
|
---|
90 | <text key="name" text="Name" />
|
---|
91 | <combo key="Humanitarian:FuelSupplyPoints:OperationalStatus"
|
---|
92 | text="Operational Status" values="Open,Restricted,Closed,Unspecified" />
|
---|
93 | <combo key="Humanitarian:FuelSupplyPoints:OperationalStatusQuality"
|
---|
94 | text="Quality of Op. Status Info" values="Reported,Confirmed,Unspecified" />
|
---|
95 | <text key="Humanitarian:FuelSupplyPoints:FuelStorageCapacity"
|
---|
96 | text="Fuel Storage Capacity (specify units)" />
|
---|
97 | <combo key="Humanitarian:FuelSupplyPoints:FuelStorageType"
|
---|
98 | text="Drums,Soft-Storage Bladder,Mobile Storage,Fixed Storage,Multiple Types,Unspecified" />
|
---|
99 | <text key="Humanitarian:FuelSupplyPoints:FuelStorageDesc" text="Description of Fuel Storage" />
|
---|
100 | </item>
|
---|
101 |
|
---|
102 | <separator />
|
---|
103 |
|
---|
104 | <item name="Collapsed Buildings" icon="eq_building_collapsed.png">
|
---|
105 | <link
|
---|
106 | href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti/MappingCoordination" />
|
---|
107 | <label text="edit collapsed building" />
|
---|
108 | <key key="earthquake:damage" value="collapsed_building" />
|
---|
109 | <key key="building" value="collapsed" />
|
---|
110 | </item>
|
---|
111 |
|
---|
112 | <item name="Spontaneous Camp" icon="eq_camping.png">
|
---|
113 | <link
|
---|
114 | href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti/MappingCoordination" />
|
---|
115 | <label text="edit spontaneous_camp" />
|
---|
116 | <key key="earthquake:damage" value="spontaneous_camp" />
|
---|
117 | <key key="tourism" value="camp_site" />
|
---|
118 | </item>
|
---|
119 |
|
---|
120 | </group>
|
---|
121 | </annotations>
|
---|