rinigus / mapbox-gl-qml

Unofficial Mapbox GL Native bindings for Qt QML
GNU Lesser General Public License v3.0
38 stars 10 forks source link

Expose style JSON as it is used #42

Closed rinigus closed 5 years ago

rinigus commented 5 years ago

Currently, style JSON can be provided by user. However, we may need sometimes to know real JSON that's used. Since the library provides all the signals,we just need to hook it to the plugin and expose JSON as it is loaded from the net.