This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Can I use the API with UTM Coordinates to get maps?

0

Hi, apologies if this is a silly question.

I want to use the API for a school project to get some map data overlayed with satellite images. My GIS data is in UTM format and I was wondering if I can do the API call (left, right, up, down) with that instead of longitude and latitude?

Thanks for any pointers, or general resources you could share. I've never used OSM before but I'm excited to learn.

asked 07 Oct '21, 14:26

oliver's gravatar image

oliver
31448
accept rate: 0%


One Answer:

1

No, OSM & Overpass only understand WGS lat/lon.

The slightly more complex answer is that if you are using QGIS you can query OSM data with the QuickOSM plugin which talks to overpass & can set the bounds to your current canvas. (I've just checked this with a project in EPSG:27700).

answered 07 Oct '21, 19:47

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

Thank you very much for the answer!

(08 Oct '21, 05:13) oliver

Source code available on GitHub .