I publish wms vis geoserver
and use qgis requeset data via C++
and the uri parameter set as behind


QString mUrl = "http://localhost:8080/geoserver/wms";;


                QgsDataSourceURI uri;
                uri.setParam("url",mUrl);
                uri.setParam( "layers", "nurc:Img_Sample");
                //uri.setParam( "InvertAxisOrientation", "1" );
                uri.setParam( "maxWidth", "256" );
                uri.setParam( "maxHeight",  "256");
                uri.setParam( "styles", "" );
                uri.setParam( "format", "image/png");
                uri.setParam( "IgnoreGetMapUrl", "1" );
                uri.setParam( "SRS","EPSG:4326");
                //uri.setParam( "crs","EPSG:4326");



I found that there is no tile and tilesorigin


How can I configure it and can get the tile.
thanks very much
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to