<inputSet id="waterways">
<inputSet ref="simpleName"/>
- <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
+ <input type="freetext" presence="always" name="Width" category="Details" key="width" description="The width in metres"/>
<inputSet ref="boatPermissions"/>
</inputSet>
<!-- Would be good to have a dedicated 'access' type of input -->
</inputSet>
<inputSet id="isBuilding">
- <input type="checkbox" presence="onTagMatch" category="Details" description="Does this thing also represent one, solid building?" name="Building" key="building"/>
+ <input type="choice" presence="withCategory" category="Details" name="Building type, if it is one" key="building">
+ <choice value="yes" text="Generic building"/>
+ <choice value="residential" text="Generic residential"/>
+ <choice value="apartments" text="Big apartments house"/>
+ <choice value="terrace" text="Terraced house"/>
+ <choice value="house" text="Family house"/>
+ <choice value="hut" text="Small hut"/>
+ <choice value="garage" text="A garage"/>
+ <choice value="garages" text="Block of garages"/>
+ <choice value="office" text="Office building"/>
+ <choice value="public" text="Public building"/>
+ <choice value="industrial" text="Generic industrial"/>
+ <choice value="manufacture" text="Manufacture"/>
+ <choice value="warehouse" text="Warehouse"/>
+ <choice value="hangar" text="Hangar"/>
+ <choice value="storage_tank" text="Fluids storage tank"/>
+ <choice value="retail" text="Retail"/>
+ <choice value="supermarket" text="Supermarket"/>
+ <choice value="train_station" text="Train station"/>
+ <choice value="church" text="Church"/>
+ <choice value="school" text="School"/>
+ <choice value="bunker" text="Military bunker"/>
+ <choice value="collapsed" text="Collapsed building"/>
+ <choice value="roof" text="Just a roof"/>
+ <help>http://wiki.openstreetmap.org/wiki/Key:building</help>
+ </input>
</inputSet>
<inputSet id="powerCables">
</input>
</inputSet>
- <inputSet id="pitchSport">
- <input name="Sport" presence="always" category="Sport" key="sport" type="choice" description="The sport that is predominantly played here.">
- <choice value="9pin" text="9 pin bowling"/>
- <choice value="10pin" text="10 pin bowling"/>
- <choice value="american_football" text="American football"/>
- <choice value="archery" text="Archery"/>
- <choice value="athletics" text="Athletics"/>
- <choice value="australian_football" text="Australian Rules Football"/>
- <choice value="baseball" text="Baseball"/>
- <choice value="basketball" text="Basketball"/>
- <choice value="beachvolleyball" text="Beach volleyball"/>
- <choice value="boules" text="Boules/petanque/bocci"/>
- <choice value="bowls" text="Lawn bowls"/>
- <choice value="canadian_football" text="Canadian football"/>
- <choice value="chess" text="Chess"/>
- <choice value="cricket" text="Cricket"/>
- <choice value="cricket_nets" text="Cricket nets"/>
- <choice value="croquet" text="Croquet"/>
- <choice value="equestrian" text="Equestrian"/>
- <choice value="gaelic_football" text="Gaelic football"/>
- <choice value="gymnastics" text="Gymnastics"/>
- <choice value="team_handball" text="(Team) handball"/>
- <choice value="hockey" text="(Field) hockey"/>
- <choice value="korfball" text="Korfball"/>
- <choice value="pelota" text="Pelota"/>
- <choice value="rugby_league" text="Rugby league"/>
- <choice value="rugby_union" text="Rugby union"/>
- <choice value="shooting" text="Shooting"/>
- <choice value="skating" text="Ice skating"/>
- <choice value="skateboard" text="Skateboarding"/>
- <choice value="soccer" text="Soccer/football"/>
- <choice value="swimming" text="Swimming"/>
- <choice value="table_tennis" text="Table tennis"/>
- <choice value="tennis" text="Tennis"/>
- <choice value="volleyball" text="Volleyball"/>
- </input>
- </inputSet>
-
<inputSet id="pitchSport">
<input name="Sport" presence="always" category="Details" key="sport" type="choice" description="The sport that is predominantly played here.">
<choice value="9pin" text="9 pin bowling"/>
<include file="map_features/shopping.xml" /> <!-- no clear distinction between this, amenities and buildings -->
<include file="map_features/amenities.xml" /> <!-- includes cafe, bar... -->
<include file="map_features/landuse.xml" /> <!-- includes outdoor leisure/sporting stuff, agriculture, natural. -->
- <include file="map_features/buildings.xml" /> <!-- a bit of a dumping ground, includes sports centre, shopping centre, hospital... -->
<include file="map_features/man_made.xml" />
+ <include file="map_features/buildings.xml" /> <!-- a bit of a dumping ground, includes sports centre, shopping centre, hospital... -->