12 Commits

Author SHA1 Message Date
Marco Hugentobler
b83b59dc77 Server: fix bug with multiple joins 2015-03-05 17:24:34 +01:00
Juergen E. Fischer
9e83ed8367 server: also load value related layers for cached layers 2015-02-19 13:39:32 +01:00
Juergen E. Fischer
0954a20373 server: also load layers referenced in value relations (followup ceceebdf9) 2015-02-17 18:26:20 +01:00
Juergen E. Fischer
1e9774fdcf qgis server fixes:
* support edit types based on edit widgets (adds qgis_gui dependency; fixes #12091)
* show null values (fixes #12114)
* only quote non-numeric non-null values in feature info
* fix crash on exit
* remove obsolete parser method and debug output
2015-02-13 17:26:29 +01:00
Marco Hugentobler
90bd24a33b Remove obsolete useCache parameters 2015-02-12 13:31:55 +01:00
Marco Hugentobler
27bf440eac Server: fix loading of dependent layers when using the getFeature() function (ticket #12090) 2015-02-10 11:21:11 +01:00
Juergen E. Fischer
b67daf0336 new coverity fixes 2015-02-08 19:32:50 +01:00
Juergen E. Fischer
e5a45571f2 indentation update 2015-01-24 13:22:49 +01:00
mhugent
1c71799e60 Merge pull request #1857 from rldhont/server_wms_sld_describe_layer
[SERVER][FEATURE] Add DescribeLayer Method to WMS
2015-01-23 10:27:01 +01:00
Marco Hugentobler
78601380cb WMS server: list project crs, wgs84 and pseudo mercator in capabilities if no crs restriction is provided 2015-01-23 08:36:24 +01:00
rldhont
5c89fdfea3 [SERVER][FEATURE] Add DescribeLayer Method to WMS
*Styled Layer Descriptor profile of the Web Map Service* : DescribeLayer

http://www.opengeospatial.org/standards/sld

Defining a user-defined style requires information about the features being
 symbolized, or at least their feature/coverage type. Since user-defined styles
 can be applied to a named layer, there needs to be a mechanism by which a
 client can obtain feature/coverage-type information for a named layer. This is
 another example of bridging the gap between the WMS concepts of layers and
 styles and WFS/WCS concepts such as feature-type and coverage layer. To allow
 this, a WMS may optionally support the DescribeLayer request.

DescribeLayer method has been thought to be a better approach than overloading
 the WMS capabilities document even more.

For each named layer, the description should indicate if it is indeed based on
 feature data and if so it should indicate the WFS/WCS (by a URL prefix) and
 the feature/coverage types. Note that it is perfectly valid for a named layer
 not to be describable in this way.
2015-01-22 19:08:29 +01:00
Juergen E. Fischer
0454c0d6ff don't build server plugins if server isn't built 2014-11-28 16:46:28 +01:00