osm-pbf-parser in qt
-
Good day. I need a module, a library or a Open Street Map tile parser plugin. There is such a module, library or plug-in? An example of use is desirable.
-
Hi and welcome to devnet,
The QtLocation module already provides support for Open Street Map.
What is it that you want to do ?
-
Good afternoon.
1 Display a map without a network connection.
2 Add map areas that will be displayed without an Internet connection, manually.
3 On the map, mark areas, points, information about the selected area, taking into account the latitude and longitude
4 Calculate the distances between points.
5 Build a path along two specified points on the sea.
6 Choose a card provider.
7 Add to the table the name of the selected point, information about the selected point, latitude and longitude. -
Which makes me think about KDE's Marble application.
-
Hi @haifisch, did your read the link @SGaist provided?
Quoting:
"At its heart, a software library powers the Marble applications -- also integrated in a wide variety of other projects like Digikam or the KDE workspaces. Using the Marble library in your project requires only C++, Qt and adherence to the LGPL."
-