From 85c5a6f68a801250bf40eba9546bbd342633327d Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 14 Feb 2017 16:05:15 +0200 Subject: Fix support for MapParameters on Mapbox GL plugin Mapbox GL plugin can now accept MapParameters, such as MapParameters used for the Mapbox runtime style API, allowing runtime changes on the map, not restricted only to style, but also adding new geometries and features. Change-Id: If0394bd044a2d3058fe5480966880a1055614ea2 Reviewed-by: Paolo Angelelli --- src/plugins/geoservices/mapboxgl/mapboxgl.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/geoservices/mapboxgl/mapboxgl.pro') diff --git a/src/plugins/geoservices/mapboxgl/mapboxgl.pro b/src/plugins/geoservices/mapboxgl/mapboxgl.pro index 81dd37e2..5ef0ffb3 100644 --- a/src/plugins/geoservices/mapboxgl/mapboxgl.pro +++ b/src/plugins/geoservices/mapboxgl/mapboxgl.pro @@ -12,12 +12,15 @@ HEADERS += \ qgeoserviceproviderpluginmapboxgl.h \ qgeomappingmanagerenginemapboxgl.h \ qgeomapmapboxgl.h \ + qgeomapmapboxgl_p.h \ + qmapboxglstylechange_p.h \ qsgmapboxglnode.h SOURCES += \ qgeoserviceproviderpluginmapboxgl.cpp \ qgeomappingmanagerenginemapboxgl.cpp \ qgeomapmapboxgl.cpp \ + qmapboxglstylechange.cpp \ qsgmapboxglnode.cpp RESOURCES += mapboxgl.qrc -- cgit v1.2.1