I try to locate if a point, with its latitude and longitude coordinates, is into a city which coordinates are in a geom object or in a bounding box in Osmosis. I do this because I want to download a piece map in my Android application that correspond with the city in which the point is. Is there any way in Osmosis to do this? Does anyone know how to do it?

Thanks!!

有帮助吗?

解决方案

Probably you can convert to Z/X/Y format of the given lat/long and then load the particular tile which this lat/long corresponds too. Hope this should help. I've used osmdroid, for this purpose and i'm able to load either online/offline.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top