Changeset 19599 in osm for applications/editors/josm
- Timestamp:
- 2010-01-23T15:18:23+01:00 (15 years ago)
- Location:
- applications/editors/josm/haiti_earthquake
- Files:
-
- 4 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/haiti_earthquake/CHANGELOG.txt
r19589 r19599 1 2 0.3, 2010-01-23 3 * extended presets with upcoming humanitarian tags (contributed by user Lübeck) 4 * additional icons (contributed by user Lübeck) 1 5 2 6 0.2, 2010-01-22 -
applications/editors/josm/haiti_earthquake/presets/haiti-earthquake.xml
r19585 r19599 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 4 5 6 7 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 8 <annotations> 9 9 <group name="earthquake" icon="earthquake.png"> … … 27 27 values="reported,confirmed,unspecified" /> 28 28 </item> 29 <item name="Transport Obstacles"> 29 <item name="Transport Obstacles" icon="eq_checkpoint.png"> 30 30 <label text="edit transport obstacles" /> 31 31 <combo key="type" text="Type" … … 38 38 <item name="Health Facilities" icon="eq_hospital.png"> 39 39 <text key="name" text="Name" /> 40 <label text=" Edit health facilities" />40 <label text="edit health facilities" /> 41 41 <combo key="type" text="Type" values="hospital,field_hospital" /> 42 42 <combo key="humanitarian:healthfacility:operationalstatus" … … 46 46 </item> 47 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 48 102 <separator /> 49 103 50 <item name="Collapsed Building" icon="eq_building_collapsed.png"> 104 <item name="Collapsed Buildings" icon="eq_building_collapsed.png"> 51 105 <link 52 106 href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti/MappingCoordination" />
Note:
See TracChangeset
for help on using the changeset viewer.