[Potlatch-dev] [OpenStreetMap] #3882: Wrong input type for amenity Vending machine
OpenStreetMap
trac at openstreetmap.org
Sun Jul 3 14:39:16 BST 2011
#3882: Wrong input type for amenity Vending machine
--------------------------+-------------------------------------------------
Reporter: jetthe | Owner: potlatch-dev@…
Type: defect | Status: new
Priority: minor | Milestone:
Component: potlatch2 | Version: 2.0
Keywords: map_features |
--------------------------+-------------------------------------------------
The input type is set to "operator" instead of "freetext" in
map_features/amenities.xml
<input type="operator" presence="always" name="Operator" key="operator"
description="Which company provides the service" />
should be changed to
<input type="freetext" presence="always" name="Operator" key="operator"
description="Which company provides the service" />
(or to <inputSet ref="simpleOperator"/> if ticket:3881 is implemented as
suggested)
--
Ticket URL: <https://trac.openstreetmap.org/ticket/3882>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world
More information about the Potlatch-dev
mailing list