Hi,
I basically want to get the possible map images from the GPS information that I have for my algortithm development.
But I am not able to access the API of the OpenStreetMap and would like extract the images based on the GPS Info that I feed to the API.
tried to use https://api.openstreetmap.org/api/0.6/ from the wiki source but could not able to access it.
Or I am not sure without accessing the API is it possible to get the images from GPS data.
Hi @mangukir
and welcome here in the forum.
I’m pretty sure that you don’t want to use the API for your project and that using the API isn’t possible for your project, see API Usage policy
Instead it seems that what you want are tiles, please have a look at the Tile Usage Policy
Getting the tiles for a gpx track isn’t that hard, you can look at the source code of this example, if that’s what you need.
Best regards
Vinzenz