[Geoserver-users] GeoServer 2.16.x - JDK11 - JAI Image IO

2019-02-11 Thread geomatick
Hi Dear,

I m trying to follow the Java considerations in the latest documentation :
https://docs.geoserver.org/latest/en/user/production/java.html

I installed GeoServer 2.15-RC in Tomcat 9 in Windows 64B, I know this
GeoServer version is in development.

I would like some explanation for the JAI Image IO native because the
documentation explains that we could cleanup GeoServer.

Once the installation is complete, you may optionally remove the original
JAI files from the GeoServer WEB-INF/lib folder:

jai_core-x.y.z.jar
jai_imageio-x.y.jar
jai_codec-x.y.z.jar

and It indicates that the installation of native JAI and ImageIO extensions
is outdated.

When I remove the three jars above, GeoServer doesn't work.
For jdk11, I didn't find jai native packages in oracle website, so I suppose
there are included in the jdk11, isn't it?

So What i must configure for GeoServer or in the system to get the JAI
ImageIo / JAI ext?

Thanks for your return.

Florian




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Pass Paramviews in GWC

2018-04-09 Thread geomatick
Hi,

I have a sql view layer with one parameter x.
I would like to pass some variable in GWC url like in wms url with
viewparams:

wms url :
http://localhost/geoserver/cadastre/wms?service=WMS=1.1.0=GetMap=workspace:layer=x:variable...

gwc wmts url :
http://localhost/geoserver/gwc/service/wmts?layer=workspace:layer=EPSG:900913=WMTS=GetTile=1.0.0=image/png=EPSG:900913:...=...=...

I read it's possible with gwc configuration :
https://stackoverflow.com/questions/11558704/geowebcache-with-viewparam-for-wms-layer

And I read it's possible too adding filter to layer caching
:https://gis.stackexchange.com/questions/234382/geoserver-caching-with-sql-view/234482#234482

I tried the 2 solutions without success and I think the second one adding
filter is better but I don't show any result. I add the filter x as
parameter x in caching layer. The filter box appear like style but when i
write some variable in x box, nothing works.

What should it be the result? the entity selected would appear alone in map? 
How could I pass this variable in gwc URL?

Thanks for your return.

Florian D.

So, 




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem Import wfs from Mapserver in Web Feature Server (NG) Geoserver

2017-12-20 Thread geomatick
Hi Andrea,

Thank's for your return.

Yes I tried the different versions of WFS 1.0.0, 1.1.0, 2.0.0.

Just WFS 1.0.0 enables to create the store with the URL Mapserver provider.

So I understand that there is no solution?

Florian



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Problem Import wfs from Mapserver in Web Feature Server (NG) Geoserver

2017-12-20 Thread geomatick
Hi,

I m trying to create a layer in Web Feature Server (NG) store from wfs
Mapserver.

The provider informs the URL wfs Mapserver as :
http://ogc.geo-ide.developpement-durable.gouv.fr/wxs?map=/opt/data/carto/geoide-catalogue/1.4/org_38102/811a8b21-2526-4eb9-bfaf-ffe61175a313.internet.map

So I update it to get the projection and the GetCapabilities as :
http://ogc.geo-ide.developpement-durable.gouv.fr/wxs?map=/opt/data/carto/geoide-catalogue/1.4/org_38102/811a8b21-2526-4eb9-bfaf-ffe61175a313.internet.map=WFS=2.0.0=GetCapabilities=epsg:4326

In web navigator, there is no matter and in QGIS I succeed to import the
layer.

To import the data in geoserver, I create a Web Feature Server (NG) store
like in this tutorial of Geo-solutions
http://geoserver.geo-solutions.it/edu/en/adding_data/add_wfscascade.html and
I publish the layer.

Unfortunately, It s impossible to display the layer.

Could you help me please?

Thank's for your return.

Florian



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS T error

2017-07-11 Thread geomatick
Hi Mark,

Thanks for your reply.

I resolved my issue. There was a problem in the script with the uri
namespace of geoserver and the latest openlayers versions.

Best regards.

Florian



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WFS-T-error-tp5327097p5327492.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS T error

2017-07-11 Thread geomatick
Hi Mark,

Thanks for your reply.

I resolved my issue. There was a problem in the script with the uri
namespace of geoserver and the latest openlayers versions.

Best regards.

Florian



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WFS-T-error-tp5327097p5327491.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] WFS T error

2017-07-08 Thread geomatick
Hi dear,

I follow this tutorial :
http://wordpress-dbauszus.rhcloud.com/wfs-t-with-openlayers-3-5/
to update, delete and insert data from openlayers to geoserver. Update and
delete works fine but I ve some problem for inserting a new feature within
the layer.

So I configure GeoServer to enable all users write for the workspace. I
verify, I can add feature with QGIS but not in openlayers. I try just
working with geoserver and not postgresql but it 's the same problem. 

I get the error in post response : 

http://www.w3.org/2001/XMLSchema;
xmlns:ows="http://www.opengis.net/ows;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd;>
  
No such feature type
http://localhost:8080/geoserver/topp:states
  


the script is : 



  
  slide demo




http://openlayers.org/en/v4.0.1/css/ol.css;
type="text/css">




  
  
  
  






  /add_location/


  /timeline/


  /signal_cellular_null/


  /build/


  /delete/



 



I try to add schema in wfs configuration without result.
Thank's for your help.

Florian




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WFS-T-error-tp5327097.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users