Re: [Qgis-developer] [QGIS-Server] Enhance http://qgis.org/wms_1_3_0.xsd and WMS 1.3.0 compliance

2014-12-02 Thread Marco Hugentobler

Hi René-Luc

Is the motivation behind the getSchemaExtension only to support the 
additional features of QGIS server? Or is the schema extension also 
important in other contexts (e.g. some inspire thing that I might not 
know about)? In case the former, I'm proposing to just remove those 
elements from the GetCapabilities response and only show in 
GetProjectSettings. The QGIS schema was good to give people more time to 
switch to newer webclient versions. However at some point there must be 
a switch.


Regards,
Marco

On 01.12.2014 22:36, René-Luc Dhont wrote:

Hi dev,

I proposed this pull request
https://github.com/qgis/QGIS/pull/1715
to fix the issue 'QGIS Server getcapabilites response is not WMS 
compliant'

http://hub.qgis.org/issues/10489

What do you think about it ?

René-Luc

Le 01/12/2014 15:34, Richard Duivenvoorde a écrit :

On 01-12-14 14:55, René-Luc Dhont wrote:

Hi dev,

I would like to update http://qgis.org/wms_1_3_0.xsd to enhance
QGIS-Server compliance with WMS 1.3.0.

I didn't find where this file is stored and how to update it. Did
someone know about its ?

Hi René-Luc,

I had a look for it, and found it. It is in the web dir of the qgis.org
server. There is also a 'version.txt' there (used for the url
http://qgis.org/version.txt in QGIS).

For what I know it is not available somewhere else on github or so (if
anybody knows: plz let me know).

If you sent me/us a new version (and you are sure nothing breaks for
other people), I'm happy to put it on the server.

Maybe for future it is best to put those files in Github? So we make a
directory 'static' in https://github.com/qgis/QGIS-Website and copy the
content of that directory verbatim to the html root?

Regards,

Richard Duivenvoorde







___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer



--
Dr. Marco Hugentobler
Sourcepole -  Linux  Open Source Solutions
Weberstrasse 5, CH-8004 Zürich, Switzerland
marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [QGIS-Server] Enhance http://qgis.org/wms_1_3_0.xsd and WMS 1.3.0 compliance

2014-12-02 Thread René-Luc Dhont

Hi Marco,

Firstly I would like to update WMS 1.3.0 GetCapabilities for properly 
declare the request GetLegendGraphic. This request is defined in 'Styled 
Layer Descriptor profile of the Web Map Service Implementation 
Specification'. One of my customer needs it to add his QGIS-Server WMS 
layers in a GeOrchestra application.


Then I think it will be useful to have GetStyles in WMS 1.3.0 and not 
only in WMS 1.1.1. GetStyles is the motivation behind 
getSchemaExtension. The Open Geospatial Consortium gives a way to 
declare extended request in WMS 1.3.0 and MapServer use it to add this 
request.


Finally I think GetCapabilities is the right place to declare extended 
request like GetLegendGraphic or GetStyles. GetPrint has probably to be 
simplified in GetCapabilities. The extended schema is not for add all 
the project settings in GetCapabilities but to decare request for 
clients and other interoperable applications like GeoServer, GeoSource, 
GeOrchestra, etc.
It's also a way to declare QGIS-Server extended request like : 
GetProjectSettings, GetContext, etc.


Regards,
René-Luc D'Hont
3Liz

Le 02/12/2014 09:00, Marco Hugentobler a écrit :

Hi René-Luc

Is the motivation behind the getSchemaExtension only to support the 
additional features of QGIS server? Or is the schema extension also 
important in other contexts (e.g. some inspire thing that I might not 
know about)? In case the former, I'm proposing to just remove those 
elements from the GetCapabilities response and only show in 
GetProjectSettings. The QGIS schema was good to give people more time 
to switch to newer webclient versions. However at some point there 
must be a switch.


Regards,
Marco

On 01.12.2014 22:36, René-Luc Dhont wrote:

Hi dev,

I proposed this pull request
https://github.com/qgis/QGIS/pull/1715
to fix the issue 'QGIS Server getcapabilites response is not WMS 
compliant'

http://hub.qgis.org/issues/10489

What do you think about it ?

René-Luc

Le 01/12/2014 15:34, Richard Duivenvoorde a écrit :

On 01-12-14 14:55, René-Luc Dhont wrote:

Hi dev,

I would like to update http://qgis.org/wms_1_3_0.xsd to enhance
QGIS-Server compliance with WMS 1.3.0.

I didn't find where this file is stored and how to update it. Did
someone know about its ?

Hi René-Luc,

I had a look for it, and found it. It is in the web dir of the qgis.org
server. There is also a 'version.txt' there (used for the url
http://qgis.org/version.txt in QGIS).

For what I know it is not available somewhere else on github or so (if
anybody knows: plz let me know).

If you sent me/us a new version (and you are sure nothing breaks for
other people), I'm happy to put it on the server.

Maybe for future it is best to put those files in Github? So we make a
directory 'static' in https://github.com/qgis/QGIS-Website and copy the
content of that directory verbatim to the html root?

Regards,

Richard Duivenvoorde







___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer





___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] [QGIS-Server] Enhance http://qgis.org/wms_1_3_0.xsd and WMS 1.3.0 compliance

2014-12-01 Thread René-Luc Dhont

Hi dev,

I would like to update http://qgis.org/wms_1_3_0.xsd to enhance 
QGIS-Server compliance with WMS 1.3.0.


I didn't find where this file is stored and how to update it. Did 
someone know about its ?


Thanks,
René-Luc
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [QGIS-Server] Enhance http://qgis.org/wms_1_3_0.xsd and WMS 1.3.0 compliance

2014-12-01 Thread Richard Duivenvoorde
On 01-12-14 14:55, René-Luc Dhont wrote:
 Hi dev,
 
 I would like to update http://qgis.org/wms_1_3_0.xsd to enhance
 QGIS-Server compliance with WMS 1.3.0.
 
 I didn't find where this file is stored and how to update it. Did
 someone know about its ?

Hi René-Luc,

I had a look for it, and found it. It is in the web dir of the qgis.org
server. There is also a 'version.txt' there (used for the url
http://qgis.org/version.txt in QGIS).

For what I know it is not available somewhere else on github or so (if
anybody knows: plz let me know).

If you sent me/us a new version (and you are sure nothing breaks for
other people), I'm happy to put it on the server.

Maybe for future it is best to put those files in Github? So we make a
directory 'static' in https://github.com/qgis/QGIS-Website and copy the
content of that directory verbatim to the html root?

Regards,

Richard Duivenvoorde





___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [QGIS-Server] Enhance http://qgis.org/wms_1_3_0.xsd and WMS 1.3.0 compliance

2014-12-01 Thread René-Luc Dhont

Hi dev,

I proposed this pull request
https://github.com/qgis/QGIS/pull/1715
to fix the issue 'QGIS Server getcapabilites response is not WMS compliant'
http://hub.qgis.org/issues/10489

What do you think about it ?

René-Luc

Le 01/12/2014 15:34, Richard Duivenvoorde a écrit :

On 01-12-14 14:55, René-Luc Dhont wrote:

Hi dev,

I would like to update http://qgis.org/wms_1_3_0.xsd to enhance
QGIS-Server compliance with WMS 1.3.0.

I didn't find where this file is stored and how to update it. Did
someone know about its ?

Hi René-Luc,

I had a look for it, and found it. It is in the web dir of the qgis.org
server. There is also a 'version.txt' there (used for the url
http://qgis.org/version.txt in QGIS).

For what I know it is not available somewhere else on github or so (if
anybody knows: plz let me know).

If you sent me/us a new version (and you are sure nothing breaks for
other people), I'm happy to put it on the server.

Maybe for future it is best to put those files in Github? So we make a
directory 'static' in https://github.com/qgis/QGIS-Website and copy the
content of that directory verbatim to the html root?

Regards,

Richard Duivenvoorde







___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer