Re: [Geoserver-users] About the Geoserver data in leaflet

2020-09-09 Thread Vera Green
In my experience figuring out this plugin is the way to go. You can get the legend through getFeatureInfo. https://github.com/heigeo/leaflet.wms On Wed., Sep. 9, 2020, 5:11 p.m. Endi Soares, wrote: > Hi, > > I want to consume the Geoserver data in the leaflet, someone has an > example

Re: [Geoserver-users] About the Geoserver data in leaflet

2020-09-09 Thread Phil Scadden
Geoserver is just another WMS provider from the point of view of leaflet. I would consider using one of WMS enhancement plugins, esp Leaflet.wms and see examples eg http://heigeo.github.io/leaflet.wms/examples/ Legend presentation is extremely application-dependent. However, it is just a case

[Geoserver-users] About the Geoserver data in leaflet

2020-09-09 Thread Endi Soares
Hi, I want to consume the Geoserver data in the leaflet, someone has an example index.html where I can see the procedures. If possible with presentation of the legend. Best regards -- Endi Soares*Geógrafo * m:(+238) 5809479 a:Praia, Cabo Verdee: esoares.bvc.2...@gmail.com e:

Re: [Geoserver-users] Geoserver doesn't recognize Postgis layers after copying the 'Workspaces' folder

2020-09-09 Thread Jean Pommier
Hi Pierric, I'd say this is related to the encryption of the postgis password. You'll have to redefine it. It has already happened to me. I'm doing this by memory, but I think it should work : 1) go  to the folder of your postgis datastore 2) remove, in datastore.xml the line about the

[Geoserver-users] Geoserver doesn't recognize Postgis layers after copying the 'Workspaces' folder

2020-09-09 Thread Pierric de Laborie
Hello, I installed the version 2.17.1 of Geoserver and moved my "workspaces" folder (from version 2.16.2) to the data folder, hoping that Geoserver would recognize all my layers. It did well for all the layers based on files (shapefiles and rasters). However the other vector layers based on a

Re: [Geoserver-users] separate layers with main name - title

2020-09-09 Thread Rahkonen Jukka (MML)
Hi, Read about layer groups https://docs.geoserver.org/stable/en/user/data/webadmin/layergroups.html. The Container tree option is probably what you want. -Jukka Rahkonen- Lähettäjä: Endi Soares Lähetetty: keskiviikko 9. syyskuuta 2020 13.33 Vastaanottaja:

[Geoserver-users] separate layers with main name - title

2020-09-09 Thread Endi Soares
Hi group, How can I present the layers with a title separating them? [image: image.png] -- Endi Soares*Geógrafo * m:(+238) 5809479 a:Praia, Cabo Verdee: esoares.bvc.2...@gmail.com e: endy.soare...@gmail.com

Re: [Geoserver-users] GeoServer changes date format in WMS GetFeatureInfo

2020-09-09 Thread Ian Turton
I don't think that your issue is the same as the one you link to, that is to do with changing times to UTC before storing them, where as yours is a formatting issue. If you are storing the date as a timestamp then the formatting of the getFeatureInfo is controlled by the freemarker template. >From

Re: [Geoserver-users] GeoServer changes date format in WMS GetFeatureInfo

2020-09-09 Thread Andrea Aime
On Wed, Sep 9, 2020 at 9:34 AM Erik Böhm wrote: > When calling the GetFeatureInfo, Geoserver returns the date in the > following date-time format: 4/9/19 12:00 AM. > GetFeatureInfo has many formats, which one are we talking about? GeoJSON and GML should behave like WFS, HTML can be customized

[Geoserver-users] GeoServer changes date format in WMS GetFeatureInfo

2020-09-09 Thread Erik Böhm
Dear Geoserver Community, I have a problem that has already been addressed several times, but unfortunately the solution suggested in theses threads doesn't help solving our problem. What I do is publishing a time enabled WMS with Geoserver 2.16.0 from a PostGIS DB. The features are stored