[Geoserver-users] Layer very slow to display

2015-10-23 Thread Georges H
Hi

I have a layer very slow to display (from a Postgres DB), I do not
understand why, beacause I have other layers which I think to be more
bigger, without problem, and also from Postgres DB.

Here for example:
http://cartoperso.com/gs271/DRIIHM/wms?service=WMS=1.1.0=GetMap=DRIIHM:znieffs==-5.14112752212846,41.3298454351757,9.55966584021411,51.090843415036=768=509=EPSG:4326=application/openlayers

What do you think about ? Are there ways to improve the display speed on
Geoserver,

Thank you !

*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le site du LabEx DRIIHM 

Le métacalogue du LabEx DRIIHM

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


Re: [Geoserver-users] Layer very slow to display

2015-10-23 Thread Georges H
Hi, thanks for advices !

I had already a spatial index.

Then, after yours advices, I have added another index on the gid field,
without changes.

Then , always thanks to yours advices, I have added an
"100" in my SLD. And indeed,
after this, just 3 or 4 seconds are necessary to load the layer. It is
better !

Then, I have added a "Header HTTP cache". And when the layer has already
been display, it display immediately ! Cool !

But do you really think that with "Pregeneralized Features" I will can
improve the display speed of this layer ?

Can I just improve changing my "MaxScaleDenominator" ?

Thanks

2015-10-23 16:25 GMT+02:00 Edward Mac Gillavry <emacgilla...@hotmail.com>:

> Georges,
>
> From the link you sent along, the map scale appears to be 1:9M. Spatial
> indexes have their benefits when zoomed in to do a quick bounding-box
> comparison if I understand Geoserver workings correctly. When you are
> zoomed out to 1:9M, it will simply retrieve all features.
>
> Maybe, you can add scale-dependent rules in the SLD: i.e. don't show all
> features on all zoom levels. This particularly is for the ZNIEFF regions!
> Opening your WMS in QGIS, I zoomed in to 1:300.000 and added the ZNIEFF
> layer. Then, I was able to view them :-)
>
> It's not a matter of the number of ZNIEFF features, but the level of
> detail in their outlines. These outlines follow river beds and mountain
> valleys it seems. Maybe use generalised versions of these features to
> display these areas at smaller scales.
>
> You can simply add new layers that have the generalised outlines in a
> Layergroup for ZNIEFF, or more advanced, use the GeoServer extension
> "Pregeneralized Features":
>
> http://docs.geoserver.org/latest/en/user/data/vector/featurepregen.html
>
> Best of luck,
>
> Edward
>
>
> > From: r...@russ-hore.co.uk
> > To: georges.hi...@gmail.com; geoserver-users@lists.sourceforge.net
> > Date: Fri, 23 Oct 2015 11:37:54 +
> > Subject: Re: [Geoserver-users] Layer very slow to display
>
> >
> > Is it a lack of an index on the table?
> >
> > Russ
> >
> > > ---Original Message---
> > > From: Georges H <georges.hi...@gmail.com>
> > > To: geoserver-users <geoserver-users@lists.sourceforge.net>
> > > Subject: [Geoserver-users] Layer very slow to display
> > > Sent: 23 Oct '15 11:28
> > >
> > > Hi
> > >
> > > I have a layer very slow to display (from a Postgres DB), I do not
> > > understand why, beacause I have other layers which I think to be more
> > > bigger, without problem, and also from Postgres DB.
> > >
> > > Here for example:
> > > http://cartoperso.com/gs271/DRIIHM/wms?
> >
> service=WMS=1.1.0=GetMap=DRIIHM:znieffs==-5.14112752212846,41.329845
> >
> 4351757,9.55966584021411,51.090843415036=768=509=EPSG:4326=application/open
> > layers
> > >
> > > What do you think about ? Are there ways to improve the display speed
> > > on Geoserver,
> > >
> > > Thank you !
> > >
> > > GEORGES HINOT
> > > CNRS - DRIIHM - UMS BBEES (3468)
> > >
> > > Musée d'Histoire Naturelle de Paris, Maison Buffon
> > >
> > > Géomaticien - Administrateur BDD - Intégrateur
> > > georges.hi...@gmail.com
> > > georges.hi...@mnhn.fr
> > > _Tél : 01 40 79 80 44_
> > > _Tél : 06 47 61 84 92_
> > > Le site du LabEx DRIIHM
> > >
> > > Le métacalogue du LabEx DRIIHM
> > >
> > > -
> > >
> --
> > >
> > > -
> > > ___
> > > Geoserver-users mailing list
> > > Geoserver-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> > >
> >
> >
> --
> > ___
> > Geoserver-users mailing list
> > Geoserver-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le site du LabEx DRIIHM <http://www.driihm.fr/>

Le métacalogue du LabEx DRIIHM
<http://geo-driihm.fr/catalogue/srv/fre/catalog.search#/home>
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] To harvest GeoNetwork installed on the same machine

2015-07-07 Thread Georges H
Hello !

Is it possible to harvest GeoNetwork installed on the same machine (Centos,
Tomcat)?

Are there adjustments to make to this end.

For now, I still have an error in timed out.

Thank you
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Displa remote data source

2015-06-01 Thread Georges H
Hi

Can we display in GeoServer remote data source (from another server) ?

I think it is possible, because when I create a new ressource, if I set an
entire URL, when I save I can see contents of the remote directory.

But as soon as I want publish one of theses remote layers, GS says no !

What am I doing wrong ?

Thanks !
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install GeoServer on Postgres

2015-06-01 Thread Georges H
Thanks for links, but it is those I have used before my tests...

For now, I search to go back before my changes, but I can not. I can not
find the right file to modify... I think to re-install GS, no ?

2015-06-01 13:40 GMT+02:00 Simone Giannecchini 
simone.giannecch...@geo-solutions.it:

 Ciao George,
 I believe you can go back to the standard authentication provider based on
 files.

 A few links that might help with JDBC auth provider.
 *http://docs.geoserver.org/latest/en/user/webadmin/security/auth.html
 http://docs.geoserver.org/latest/en/user/webadmin/security/auth.html*

 *http://geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html
 http://geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html*


 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended solely for
 the attention and use of the named addressee(s) and may be confidential or
 proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either dissemination, either whole or partial, is
 strictly forbidden except previous formal approval of the named
 addressee(s). If you are not the intended recipient, please contact
 immediately the sender by telephone, fax or e-mail and delete the
 information in this message that has been received in error. The sender
 does not give any warranty or accept liability as the content, accuracy or
 completeness of sent messages and accepts no responsibility  for changes
 made after they were sent or for other risks which arise as a result of
 e-mail transmission, viruses, etc.

 On Mon, Jun 1, 2015 at 12:37 PM, Georges H georges.hi...@gmail.com
 wrote:

 Hi

 Thanks for your answer.

 Yes, I would have users in a table in Postgres. I have done with the
 Provider authentification, but since, I can not login in my Geoserver !
 And this has not created table in my DB.

 Sad...

 How can I do for re-connect me or cancel theses changes ?

 Thnak you

 2015-05-29 19:32 GMT+02:00 Simone Giannecchini 
 simone.giannecch...@geo-solutions.it:

 Dear George,
 can you please clarify your email?

 If you want to have users in tables this is possible using the JDBC
 authentication plugin.
 If you want to serve data from Postgis tables, that's supported by
 default as well:

 http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html



 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended

Re: [Geoserver-users] Install GeoServer on Postgres

2015-06-01 Thread Georges H
Hi

Thanks for your answer.

Yes, I would have users in a table in Postgres. I have done with the
Provider authentification, but since, I can not login in my Geoserver !
And this has not created table in my DB.

Sad...

How can I do for re-connect me or cancel theses changes ?

Thnak you

2015-05-29 19:32 GMT+02:00 Simone Giannecchini 
simone.giannecch...@geo-solutions.it:

 Dear George,
 can you please clarify your email?

 If you want to have users in tables this is possible using the JDBC
 authentication plugin.
 If you want to serve data from Postgis tables, that's supported by default
 as well:

 http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html



 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended solely for
 the attention and use of the named addressee(s) and may be confidential or
 proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either dissemination, either whole or partial, is
 strictly forbidden except previous formal approval of the named
 addressee(s). If you are not the intended recipient, please contact
 immediately the sender by telephone, fax or e-mail and delete the
 information in this message that has been received in error. The sender
 does not give any warranty or accept liability as the content, accuracy or
 completeness of sent messages and accepts no responsibility  for changes
 made after they were sent or for other risks which arise as a result of
 e-mail transmission, viruses, etc.

 On Thu, May 28, 2015 at 12:51 PM, Georges H georges.hi...@gmail.com
 wrote:

 Hello everyone

 I would  DB, so I have set parameters.

 All is OK, GeoServer runs, but he have installed just 2 tables : tilepage
 and tileset

 Is it normal ?

 Is it possible to have a user table, and others tables...

 Thank you


 *Georges Hinot*
 *CNRS - DRIIHM - UMS BBEES (3468)*
 Musée d'Histoire Naturelle de Paris, Maison Buffon
 Géomaticien - Administrateur BDD - Intégrateur
 georges.hi...@gmail.com
 georges.hi...@mnhn.fr
 *Tél : 01 40 79 80 44*
 *Tél : 06 47 61 84 92*
 Le nouveau site DRIIHM-ROHM ! http://driihm.fr



 --

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





-- 
*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le nouveau site DRIIHM-ROHM ! http://driihm.fr
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Displa remote data source

2015-06-01 Thread Georges H
Hi

I talk about a remote shapes directory.

Yes, I have search in the doc, but without success (
http://docs.geoserver.org/stable/en/user/data/vector/directory.html).

Whenever I create the remote warehouse, GS change the URL, adding
file:.

Is it possible to ask GS to use only absolute path, like 
http://www.xxx.com/directory; ?

2015-06-01 14:53 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it:

 On Mon, Jun 1, 2015 at 2:41 PM, Georges H georges.hi...@gmail.com wrote:

 Hi

 Can we display in GeoServer remote data source (from another server) ?


 What kind of remote data source, what GeoServer version?
 When subscribing to the GeoServer mailing list the users are requested to
 read the posting guidelines,
 which should have this kind of generic mails. Please read it now and try
 again ;-)

 http://geoserver.org/comm/userlist-guidelines.html

 Cheers
 Andrea


 --
 ==
 GeoServer Professional Services from the experts! Visit
 http://goo.gl/it488V for more information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.



 The information in this message and/or attachments, is intended solely for
 the attention and use of the named addressee(s) and may be confidential or
 proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either dissemination, either whole or partial, is
 strictly forbidden except previous formal approval of the named
 addressee(s). If you are not the intended recipient, please contact
 immediately the sender by telephone, fax or e-mail and delete the
 information in this message that has been received in error. The sender
 does not give any warranty or accept liability as the content, accuracy or
 completeness of sent messages and accepts no responsibility  for changes
 made after they were sent or for other risks which arise as a result of
 e-mail transmission, viruses, etc.

 ---




-- 
*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le nouveau site DRIIHM-ROHM ! http://driihm.fr
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Displa remote data source

2015-06-01 Thread Georges H
Ok thanks.

it is sad, because before to change the path, GS recognize the remote
file...

But, OK, noticed.

2015-06-01 15:30 GMT+02:00 Andrea Aime andrea.a...@geo-solutions.it:

 On Mon, Jun 1, 2015 at 3:30 PM, Andrea Aime andrea.a...@geo-solutions.it
 wrote:

 I was about to add or look like it's on a local drive, but as far as I
 can see, at least on
 Linux, one cannot mount a remote http server as part of the file system,
 it has to be
 at least a Webdav server to do that using FUSE:



 http://unix.stackexchange.com/questions/67568/mount-http-server-as-file-system

 Cheers
 Andrea

 --
 ==
 GeoServer Professional Services from the experts! Visit
 http://goo.gl/it488V for more information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.



 The information in this message and/or attachments, is intended solely for
 the attention and use of the named addressee(s) and may be confidential or
 proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either dissemination, either whole or partial, is
 strictly forbidden except previous formal approval of the named
 addressee(s). If you are not the intended recipient, please contact
 immediately the sender by telephone, fax or e-mail and delete the
 information in this message that has been received in error. The sender
 does not give any warranty or accept liability as the content, accuracy or
 completeness of sent messages and accepts no responsibility  for changes
 made after they were sent or for other risks which arise as a result of
 e-mail transmission, viruses, etc.

 ---




-- 
*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le nouveau site DRIIHM-ROHM ! http://driihm.fr
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Install GeoServer on Postgres

2015-05-28 Thread Georges H
Hello everyone

I would  DB, so I have set parameters.

All is OK, GeoServer runs, but he have installed just 2 tables : tilepage
and tileset

Is it normal ?

Is it possible to have a user table, and others tables...

Thank you


*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le nouveau site DRIIHM-ROHM ! http://driihm.fr
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users