-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support power_supply and socket icons #155
Comments
@Cguy7777 Thank you the good issue! I'm in the middle of transferring icons to a separate project Röntgen, so please check all the icon changes there. According to Taginfo, the most popular values (with more than 1000 usages) of
I'll try to support them first. |
@Cguy7777 I've started with the |
@enzet Yes, that looks quite nice. Thank you for working on this! |
These icons look great! One minor note with the Type 1 icon: it might be more quickly recognizable if the protrusion on the bottom of the connector is included (pictured below). For the Tesla connectors, I recommend against using a single icon for all of them. I'm in the US, so I'm not as familiar with the situation elsewhere, but from what I can tell, it looks like this:
To summarize:
MapComplete has a table of sockets they support here. In addition to Tesla connectors, the next two most important connectors to support would probably be Type 1 Combo (non-Tesla standard for DC charging in North America, although it looks like it will give way to NACS in the future) and Type 2 Combo (standard for DC charging in Europe). |
Rendering icons for various sockets (
socket:<type>
) would be wonderful. The main use would be identifying supported chargers at EV charging stations, but this would also be useful for indicating outlets at campsites, public phone chargers, or anywhere else with available power. Care should be taken so thatsocket:whatever=0
does not create misleading icons.As an extra bonus, rendering the socket's power output (
socket:whatever:output
) adjacent to it would be very helpful for those looking for a place to plug in: if your car supports it, a 350 kW charger will get you back on the road a lot faster than an 50 kW charger.power_supply
is a generic tag to simply indicate if a feature has power available, often on camping sites; in the past this was used to indicate specific sockets, but this is deprecated. A lightning bolt icon (foryes
), or lightning bolt with an X (forno
) could show this.The text was updated successfully, but these errors were encountered: