Re: [QGIS-Developer] QGIS Web based

2024-07-29 Thread Walter Lorenzetti via QGIS-Developer

Hi Luke,

You can try with G3W-SUITE (https://g3wsuite.it) and add the new plugin 
for processing: https://github.com/g3w-suite/g3w-admin-processing


With this plugin you can use the Processing Capabilities of QGIS desktop.

Have a nice day

W

Il 26/07/24 20:20, Catania, Luke A ERDC-RDE-GRL-VA CIV via 
QGIS-Developer ha scritto:


Is there web based QGIS where I can use my current plugin to do the 
same thing I do in desktop?


I don’t want to just serve my data to user’s, but want them to use 
data for analysis using the plugin I created for desktop but in a web 
based QGIS environment.


Luke


___
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

--
Walter Lorenzetti
CEO | Backend developer | Sysadmin
Gis3W


m: +39 347 6597931
a:  lorenze...@gis3w.it

w: gis3w.it 
e: i...@gis3w.it
G3W-SUITE:  www.g3wsuite.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


Re: [QGIS-Developer] GeoFerver canno't read QGIS server WFS Services

2023-06-20 Thread Walter Lorenzetti via QGIS-Developer

Hi René-Luc any idea about it?

W

Il 05/06/23 15:48, Walter Lorenzetti via QGIS-Developer ha scritto:


René-Luc there it is:

http://www.qgis.org/gml;
    xmlns:ogc="http://www.opengis.net/ogc;
    xmlns:gml="http://www.opengis.net/gml; version="1.0"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema;
    xmlns="http://www.w3.org/2001/XMLSchema; 
elementFormDefault="qualified"

    xmlns:qgs="http://www.qgis.org/gml;>
    schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; 
namespace="http://www.opengis.net/gml"/>
    substitutionGroup="gml:_Feature" 
type="qgs:Particelle_terreni_e_fabbricatiType"/>

    
    
    
    
    type="gml:PolygonPropertyType" maxOccurs="1" minOccurs="0"/>

    
    
    
    
    nillable="true"/>
    nillable="true"/>

    
    nillable="true"/>
    nillable="true"/>

    
    
    
    


Il 05/06/23 09:59, René-Luc Dhont ha scritto:

Hi Walter,

The issue concerns Particelle_terreni_e_fabbricati layer.
Can you check the DescribeFeatureType for this layer: 
Particelle_terreni_e_fabbricati ?


Regards,
René-Luc

Le 05/06/2023 à 09:26, Walter Lorenzetti a écrit :


Hi René-Luc,

yes it fail on DescribeFeatureType.

This is the repsonse of QGIS 3.28.7:

http://www.opengis.net/gml; 
targetNamespace="http://www.qgis.org/gml; 
xmlns="http://www.w3.org/2001/XMLSchema; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; version="1.0" 
xmlns:qgs="http://www.qgis.org/gml; 
xmlns:ogc="http://www.opengis.net/ogc; elementFormDefault="qualified">
 schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; 
namespace="http://www.opengis.net/gml"/>
 type="qgs:buildingsType"/>

 
  
   
    
 type="gml:MultiSurfacePropertyType"/>

 
 
 nillable="true"/>

 
 
 
 
 
 
 
 
 nillable="true"/>
 nillable="true"/>
 nillable="true"/>
 nillable="true"/>
 nillable="true"/>

 
 type="string" nillable="true"/>
 type="long" nillable="true"/>
 
 type="string" nillable="true"/>
 nillable="true"/>

    
   
  
 


and following a DescribeFeatureType response which does not fail on 
geoservers from a Italy government  service:


http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/wfs/Alluvioni_Estensione.map=ITH2018_Estensione_LPH=DescribeFeatureType=1.1.0=WFS


http://mapserver.gis.umn.edu/mapserver;
   xmlns:ms="http://mapserver.gis.umn.edu/mapserver;
   xmlns:ogc="http://www.opengis.net/ogc;
   xmlns:xsd="http://www.w3.org/2001/XMLSchema;
   xmlns="http://www.w3.org/2001/XMLSchema;
   xmlns:gml="http://www.opengis.net/gml;
   elementFormDefault="qualified" version="0.1" >

  http://www.opengis.net/gml;
  
schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; />


  

  
    
  
    
  minOccurs="0" maxOccurs="unbounded"/>

  
  
  
  
  
  
  
  
  
  
  
  
  
    
  
    
  




I can't see a substantial difference :(

W

Il 31/05/23 15:28, René-Luc Dhont via QGIS-Developer ha scritto:

Hi Walter,

You have to check the result of DescribeFeatureType WFS Request.
This request has to provide the XSD to validate the GML.

Regards,
René-Luc

Le 31/05/2023 à 14:59, Walter Lorenzetti via QGIS-Developer a écrit :


Hi,

when I try to add a WFS service layer to a GeoServer instance I 
get an exception like this:


```

...

Caused by: java.lang.RuntimeException: 
org.geotools.data.DataSourceException: No XSDElementDeclaration 
found for {http://www.opengis.net/wfs}Particelle_terreni_e_fabbricati
    at 
org.geotools.data.store.ContentFeatureSource.getAbsoluteSchema(ContentFeatureSource.java:329)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:296)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:105)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:342)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:325)
    at 
org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:409)


...

```

Any idea about this issue? It seams a XML error validation..

Thanks in advance.

W


--

Walter Lorenzetti phD
emai

Re: [QGIS-Developer] GeoFerver canno't read QGIS server WFS Services

2023-06-05 Thread Walter Lorenzetti via QGIS-Developer

René-Luc there it is:

http://www.qgis.org/gml;
    xmlns:ogc="http://www.opengis.net/ogc;
    xmlns:gml="http://www.opengis.net/gml; version="1.0"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema;
    xmlns="http://www.w3.org/2001/XMLSchema; elementFormDefault="qualified"
    xmlns:qgs="http://www.qgis.org/gml;>
    schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; 
namespace="http://www.opengis.net/gml"/>
    substitutionGroup="gml:_Feature" 
type="qgs:Particelle_terreni_e_fabbricatiType"/>

    
    
    
    
    type="gml:PolygonPropertyType" maxOccurs="1" minOccurs="0"/>

    
    
    
    
    
    nillable="true"/>

    
    nillable="true"/>

    
    
    
    
    


Il 05/06/23 09:59, René-Luc Dhont ha scritto:

Hi Walter,

The issue concerns Particelle_terreni_e_fabbricati layer.
Can you check the DescribeFeatureType for this layer: 
Particelle_terreni_e_fabbricati ?


Regards,
René-Luc

Le 05/06/2023 à 09:26, Walter Lorenzetti a écrit :


Hi René-Luc,

yes it fail on DescribeFeatureType.

This is the repsonse of QGIS 3.28.7:

http://www.opengis.net/gml; 
targetNamespace="http://www.qgis.org/gml; 
xmlns="http://www.w3.org/2001/XMLSchema; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; version="1.0" 
xmlns:qgs="http://www.qgis.org/gml; 
xmlns:ogc="http://www.opengis.net/ogc; elementFormDefault="qualified">
 schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; 
namespace="http://www.opengis.net/gml"/>
 type="qgs:buildingsType"/>

 
  
   
    
 type="gml:MultiSurfacePropertyType"/>

 
 
 nillable="true"/>

 
 
 
 
 
 
 
 
 nillable="true"/>
 nillable="true"/>
 nillable="true"/>
 nillable="true"/>

 
 
 type="string" nillable="true"/>
 type="long" nillable="true"/>
 
 type="string" nillable="true"/>
 nillable="true"/>

    
   
  
 


and following a DescribeFeatureType response which does not fail on 
geoservers from a Italy government  service:


http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/wfs/Alluvioni_Estensione.map=ITH2018_Estensione_LPH=DescribeFeatureType=1.1.0=WFS


http://mapserver.gis.umn.edu/mapserver;
   xmlns:ms="http://mapserver.gis.umn.edu/mapserver;
   xmlns:ogc="http://www.opengis.net/ogc;
   xmlns:xsd="http://www.w3.org/2001/XMLSchema;
   xmlns="http://www.w3.org/2001/XMLSchema;
   xmlns:gml="http://www.opengis.net/gml;
   elementFormDefault="qualified" version="0.1" >

  http://www.opengis.net/gml;
  
schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; />


  

  
    
  
    
  minOccurs="0" maxOccurs="unbounded"/>

  
      
      
  
  
  
  
  
  
  
  
  
  
    
  
    
  




I can't see a substantial difference :(

W

Il 31/05/23 15:28, René-Luc Dhont via QGIS-Developer ha scritto:

Hi Walter,

You have to check the result of DescribeFeatureType WFS Request.
This request has to provide the XSD to validate the GML.

Regards,
René-Luc

Le 31/05/2023 à 14:59, Walter Lorenzetti via QGIS-Developer a écrit :


Hi,

when I try to add a WFS service layer to a GeoServer instance I get 
an exception like this:


```

...

Caused by: java.lang.RuntimeException: 
org.geotools.data.DataSourceException: No XSDElementDeclaration 
found for {http://www.opengis.net/wfs}Particelle_terreni_e_fabbricati
    at 
org.geotools.data.store.ContentFeatureSource.getAbsoluteSchema(ContentFeatureSource.java:329)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:296)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:105)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:342)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:325)
    at 
org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:409)


...

```

Any idea about this issue? It seams a XML error validation..

Thanks in advance.

W


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
site: gis3w.it <https://gis3w.it>
twitter: w_lorenzetti
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)


___

Re: [QGIS-Developer] GeoFerver canno't read QGIS server WFS Services

2023-06-05 Thread Walter Lorenzetti via QGIS-Developer

Hi René-Luc,

yes it fail on DescribeFeatureType.

This is the repsonse of QGIS 3.28.7:

http://www.opengis.net/gml; 
targetNamespace="http://www.qgis.org/gml; 
xmlns="http://www.w3.org/2001/XMLSchema; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; version="1.0" 
xmlns:qgs="http://www.qgis.org/gml; 
xmlns:ogc="http://www.opengis.net/ogc; elementFormDefault="qualified">
 schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; 
namespace="http://www.opengis.net/gml"/>
 type="qgs:buildingsType"/>

 
  
   
    
 type="gml:MultiSurfacePropertyType"/>

 
 
 nillable="true"/>

 
 
 
 
 
 
 type="decimal" nillable="true"/>
 
 nillable="true"/>
 nillable="true"/>

 
 nillable="true"/>

 
 
 type="string" nillable="true"/>
 type="long" nillable="true"/>
 
 nillable="true"/>
 nillable="true"/>

    
   
  
 


and following a DescribeFeatureType response which does not fail on 
geoservers from a Italy government  service:


http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/wfs/Alluvioni_Estensione.map=ITH2018_Estensione_LPH=DescribeFeatureType=1.1.0=WFS


http://mapserver.gis.umn.edu/mapserver;
   xmlns:ms="http://mapserver.gis.umn.edu/mapserver;
   xmlns:ogc="http://www.opengis.net/ogc;
   xmlns:xsd="http://www.w3.org/2001/XMLSchema;
   xmlns="http://www.w3.org/2001/XMLSchema;
   xmlns:gml="http://www.opengis.net/gml;
   elementFormDefault="qualified" version="0.1" >

  http://www.opengis.net/gml;
  
schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd; />


  

  
    
  
    
  minOccurs="0" maxOccurs="unbounded"/>

  
  
  
  
  
  
  
  
  
  
  
  
  
        
  
    
  




I can't see a substantial difference :(

W

Il 31/05/23 15:28, René-Luc Dhont via QGIS-Developer ha scritto:

Hi Walter,

You have to check the result of DescribeFeatureType WFS Request.
This request has to provide the XSD to validate the GML.

Regards,
René-Luc

Le 31/05/2023 à 14:59, Walter Lorenzetti via QGIS-Developer a écrit :


Hi,

when I try to add a WFS service layer to a GeoServer instance I get 
an exception like this:


```

...

Caused by: java.lang.RuntimeException: 
org.geotools.data.DataSourceException: No XSDElementDeclaration found 
for {http://www.opengis.net/wfs}Particelle_terreni_e_fabbricati
    at 
org.geotools.data.store.ContentFeatureSource.getAbsoluteSchema(ContentFeatureSource.java:329)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:296)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:105)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:342)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:325)
    at 
org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:409)


...

```

Any idea about this issue? It seams a XML error validation..

Thanks in advance.

W


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
site: gis3w.it <https://gis3w.it>
twitter: w_lorenzetti
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)


___
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 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

--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
site: gis3w.it <https://gis3w.it>
twitter: w_lorenzetti
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
___
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] GeoFerver canno't read QGIS server WFS Services

2023-05-31 Thread Walter Lorenzetti via QGIS-Developer

Hi,

when I try to add a WFS service layer to a GeoServer instance I get an 
exception like this:


```

...

Caused by: java.lang.RuntimeException: 
org.geotools.data.DataSourceException: No XSDElementDeclaration found 
for {http://www.opengis.net/wfs}Particelle_terreni_e_fabbricati
    at 
org.geotools.data.store.ContentFeatureSource.getAbsoluteSchema(ContentFeatureSource.java:329)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:296)
    at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:105)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:342)
    at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:325)
    at 
org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:409)


...

```

Any idea about this issue? It seams a XML error validation..

Thanks in advance.

W


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
site: gis3w.it 
twitter: w_lorenzetti
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
___
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