| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | This is a collection of presets to be used in the OSM Haiti project after the
|
|---|
| 4 | haiti earthquake.
|
|---|
| 5 |
|
|---|
| 6 | First version posted by user Lübeck on the wiki
|
|---|
| 7 |
|
|---|
| 8 | See http://wiki.openstreetmap.org/wiki/WikiProject_Haiti for further information.
|
|---|
| 9 |
|
|---|
| 10 | -->
|
|---|
| 11 | <annotations>
|
|---|
| 12 | <group name="earthquake" icon="earthquake.png">
|
|---|
| 13 |
|
|---|
| 14 | <item name="Aerial Images Source">
|
|---|
| 15 | <combo key="source" text="Source (add date!)"
|
|---|
| 16 | values="NOAA,Ikonos/ Geoeye,GeoEye1/ GeoEye,QuickBird/ DigitalGlobe,WorldView-2/ DigitalGlobe,ErosB/ ScanEx,Cnes/ SpotImage,JAXA/ ALOS,Google Aerial" />
|
|---|
| 17 | </item>
|
|---|
| 18 |
|
|---|
| 19 | <separator />
|
|---|
| 20 |
|
|---|
| 21 | <item name="Roads">
|
|---|
| 22 | <label text="edit highway" />
|
|---|
| 23 | <text key="name" text="Name" />
|
|---|
| 24 | <combo key="highway" text="Type"
|
|---|
| 25 | values="primary,secondary,tertiary,footway,unclassified,road,path,track"
|
|---|
| 26 | delete_if_empty="true" />
|
|---|
| 27 | <combo key="humanitarian:road:operationalstatus" text="Operational Status"
|
|---|
| 28 | values="open,restricted,closed,unspecified" />
|
|---|
| 29 | <combo key="humanitarian:road:operationalstatusquality" text="quality of operation status info"
|
|---|
| 30 | values="reported,confirmed,unspecified" />
|
|---|
| 31 | </item>
|
|---|
| 32 | <item name="Transport Obstacles">
|
|---|
| 33 | <label text="edit transport obstacles" />
|
|---|
| 34 | <combo key="type" text="Type"
|
|---|
| 35 | values="bridge_damage,road_damage,landslide_mudslide,debris,checkpoint,roadblock,unspecified" />
|
|---|
| 36 | <combo key="humanitarian:obstacle:operationalstatus" text="Operational Status"
|
|---|
| 37 | values="open,restricted,closed,unspecified" />
|
|---|
| 38 | <combo key="humanitarian:obstacle:operationalstatusquality"
|
|---|
| 39 | text="quality of operation Status Info" values="reported,confirmed,unspecified" />
|
|---|
| 40 | </item>
|
|---|
| 41 | <item name="health Facilities" icon="eq_hospital.png">
|
|---|
| 42 | <text key="name" text="Name" />
|
|---|
| 43 | <label text="edit health hacilities" />
|
|---|
| 44 | <combo key="type" text="Type" values="hospital,field_hospital" />
|
|---|
| 45 | <combo key="humanitarian:healthfacility:operationalstatus"
|
|---|
| 46 | text="Operational Status" values="open,restricted,closed,unspecified" />
|
|---|
| 47 | <combo key="humanitarian:healthfacility:operationalstatusquality"
|
|---|
| 48 | text="quality of operation Status Info" values="reported,confirmed,unspecified" />
|
|---|
| 49 | </item>
|
|---|
| 50 |
|
|---|
| 51 | <separator />
|
|---|
| 52 |
|
|---|
| 53 | <item name="building-collapsed" icon="eq_building_collapsed.png">
|
|---|
| 54 | <link
|
|---|
| 55 | href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti/MappingCoordination" />
|
|---|
| 56 | <label text="edit collapsed building" />
|
|---|
| 57 | <key key="earthquake:damage" value="collapsed_building" />
|
|---|
| 58 | <key key="building" value="collapsed" />
|
|---|
| 59 | </item>
|
|---|
| 60 |
|
|---|
| 61 | <item name="spontaneous_camp" icon="eq_camping.png">
|
|---|
| 62 | <link
|
|---|
| 63 | href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti/MappingCoordination" />
|
|---|
| 64 | <label text="edit spontaneous_camp" />
|
|---|
| 65 | <key key="earthquake:damage" value="spontaneous_camp" />
|
|---|
| 66 | <key key="tourism" value="camp_site" />
|
|---|
| 67 | </item>
|
|---|
| 68 |
|
|---|
| 69 | </group>
|
|---|
| 70 | </annotations>
|
|---|