[QGIS-Developer] does qgis3.0 support vector tiles?

2018-04-27 Thread weskerjiang
Does QGIS 3.0 support vector tiles?I really need it. ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] my qgis standalone application can't load *.qgz file's saved extent

2018-04-19 Thread weskerjiang
I make a standalone application,i save a *.qgz,when i saved this file,the extent is 1:500.but when i open it from my application,the initialized extent is not 1:500 but the full extent,when i open it in QGIS 3.0,everything is fine,the initialized extent is 1:500,so what is wrong with it? i use

[QGIS-Developer] how to run qgis from source

2018-03-29 Thread weskerjiang
I build QGIS from successfully,i set qgis the start project.When i run,it says "Could not load qgis_app.dll".i put every dll needed to the output folder,but it still can't start the wrong code is in project qgis' mainwin.cpp, line 134 HINSTANCE hGetProcIDDLL = LoadLibrary("qgis_app.dll"); so

[QGIS-Developer] how to add mbtiles data

2018-03-28 Thread weskerjiang
I'm creating an standalone application with QGIS 3.0,I want to add mbtiles data,I use QgsRasterLayer *layer = new QgsRasterLayer(filePath,fileName,"gdal"); but layer->isValid()is false,the error has two messages 1.Cannot open GDAL dataset, "c:\XX\*.mbtiles" not recognized as a supported

[QGIS-Developer] where is qgsmaptoolselect.h

2018-03-08 Thread weskerjiang
Hello,I'm developing a standalone application with QGIS 3.0,I want to create a select tool,so I use QgsMapTool* mSelect = new QgsMapToolSelectFeatures(mapCanvas), but i can't include file because there is no this file ,i build from source, so my question is how to get the .h file or create

[QGIS-Developer] how to create a stand alone application with dlls and libs

2018-02-27 Thread weskerjiang
Hello,i want to create an application with qgis3.0 myself,i just want to use the dll that are already be builded,so which should i download from the osgeo4w,i don't know which to choose ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org

[QGIS-Developer] moc_vectorlayer.cpp can't be create in vs2015

2018-01-31 Thread weskerjiang
Hello: I'm using QGIS-master to build QGIS, i use vs2015 msvc2015 x86 ,python 3.6, qt5 and other requirements,everything is ok,but when i build it in vs2015,the moc_vectorlayer.cpp is empty,so there comes a lot of errors like the image below.so who can tell me why moc_vectorlayer.cpp