How can I find the charging station?

Hi there,

I’m a new user and studying abroad in New York, USA. I’m seeking the charging station for my Nissan Leaf but I don’t know how to act on the OpenStreetMap. Where I can find the instructions?

Thanks in advance!

http://openpoimap.org/?map=userpoilayer&zoom=14&lat=40.68827&lon=-73.98557&layers=B00T
click User POIs and type

amenity=charging_station

and click “show”.

You can also use Overpass Turbo:
https://overpass-turbo.eu
and type

[out:json][timeout:250];
{{geocodeArea:New York City}}->.searchArea;
(
    node[amenity=charging_station](area.searchArea);
);
out body;
>;
out skel qt;

then click “Run”.

Are you doing a project/research, or being a customer? This depends on the data availability.