example/demo/tuto using maplibre-native as library in C++ application #1160
-
Hello, Some time ago, I've implemented a WEB server-client mapping project using Mapbox GL JS in order to animate multiple POIs on a map. I would like to migrate this project on my Ubuntu Linux platform, meaning a C++ application. For that:
Before digging more deeply into the code of the library (and its API), Is there any example/demo/tuto or document that shows basics about the way to create such C++ application, that would help me to get the overall picture? How to instantiate the map, add basic markers, render the map ... your help will be very much appreciated. Thanks, Have a good day, br, Olivier |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Look at the tests folder. Should have everything you need to get started. Some map loading tests |
Beta Was this translation helpful? Give feedback.
Look at the tests folder. Should have everything you need to get started.
https://github.com/maplibre/maplibre-native/tree/main/test
Some map loading tests
https://github.com/maplibre/maplibre-native/tree/main/test/map