Opened 3 years ago
Last modified 3 years ago
#22353 new enhancement
Add internal presets for charging station output
Reported by: | tomasmarklund | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal preset | Version: | |
Keywords: | Cc: |
Description
For preset amenity=charging_station, there are a number of presets for different sockets.
For each of the different sockets, there should also be an output tag:
socket:<type>:output=*
See wiki: https://wiki.openstreetmap.org/wiki/Key:socket
Example: for all the (as today) 7793 objects with socket:type2_combo, 5881 of them also have the tag socket:type2_combo:output
https://taginfo.openstreetmap.org/keys/socket%3Atype2_combo#combinations
I get where you are coming from, but I don't think our preset system can currently handle the explosion of tags this would generate, especially from the UI side. We would (effectively) be doubling the size of the window for sockets if we just did the
socket:<type>:output
addition.We would want to have a preset element for something like this, e.g.
An example using parking lanes to show why the ref attribute would be useful
We may already have something like that, but I don't know what it is.
UI wise, each composed tag would be an option in a dropdown list, which then adds additional fields for the user to fill in.