Tiles and Open Street Map
-
Hi everyone. Can i get the piece that i want in the map, from open street map?
I saw this one, but i want to achieve spesific part of a map. How can i do it?
"http://tile.openstreetmap.org/%1/%2/%3.png"
-
@suslucoder said in Tiles and Open Street Map:
I saw this one, but i want to achieve spesific part of a map. How can i do it?
You were already advised more than once to check the code from where you have this string. Did you do that?
-
Dupe of https://forum.qt.io/topic/122919/offline-mapping/ - closed.
-
@suslucoder said in Tiles and Open Street Map:
but i want to achieve spesific part of a map
Please read the tile spec: https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification - implementing it by yourself is not really feasible . You should use QtLocation or ESRI ArcGIS runtime for Qt or similiar libraries.
-
@Christian-Ehrlicher Okey, thank you