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

Display slippy osm tiles offline c++

1
1

Hi, I have a problem: I need to display slippy tiles (png images) offline and work with these tiles (zooming, moving etc.) in my c++ application, please help me how can I do it? Thank you!

asked 05 Feb '16, 11:51

DmitriyUa's gravatar image

DmitriyUa
26112
accept rate: 0%

edited 05 Feb '16, 12:47

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


2 Answers:

3

answered 05 Feb '16, 12:06

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

0

Try to include Gecko library in your application to have a web browser, and browse a web map application, you make, using Openlayers or LeafletJS...

answered 03 Jan '17, 10:47

offygis's gravatar image

offygis
252
accept rate: 0%

Source code available on GitHub .