[Geoserver-users] Greetings

2024-02-12 Thread Šimon Janovič
I'm a Slovak student,

and I've been using Geoserver for a while and the newest stable version of
it doesn't run on firefox allegedly due to recursive redirections or so it
said. Geoserver 2.24.0 is the last version that worked on Firefox.

Firefox is stricter about security than other browsers and I think it's a
matter of time before other browsers up their security measures as well. So
could you consider testing your webapp on Firefox, too? Thanks. I searched
the usage of Firefox and due to the low percentage of usage I understand
why you wouldn't really mind to test on Firefox.

Is the Photo Mosaic JDBC plugin still up to date? Or is it canceled? Your
documentation isn't very exhaustive and it contains plenty of outdated
links that don't work anymore.

I appreciate the time you spent reading this. I hope I helped. I'm going to
downgrade back to the last version that worked for me.

Have a nice day

 -  Šimon Janovič
___
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] Geoserver Rendering Transformations: Current Arrows problem

2024-02-12 Thread Jody Garnett
 Okay thanks, let's see what changed between 2.16.2 and 2.16.3 ...

I am going to share links so that other devs can have a look, I hope we can
get a clear bug report to help making a fix easier.


Looking at GeoServer 2.16.3 release notes this looks likely:

GEOS-9036  Some rendering
transformations do not benefit from advanced projection handling and
dateline wrapping

The fix above is implemented by GeoTools (which does the drawing):

GEOT-6313  Raster to
Vector rendering transforms do not respect continuous map wrapping

The following pull requests mention GEOT-6313:

[GEOT-6636] Raster to Vector rendering transformations can lose nodata
values when crossing the dateline


   - Updates RasterAsPointCollectionProcessTest


[GEOT-6313]: Fixes wrapping on RenderingTransformation


   - Has changes in StreamingRenderer around projection handling
   - Has more tests for RasterAsPointCollectionProcessTest


[GEOT-6313] Support raster-to-vector rendering transforms across the
dateline 

   - I see a test case for RasterAsPointCollectionProcessTest being
   defined, but no changes to the function


I do not think it is your SLD in error, and expect these changes are where
the regression is occurring.
I am not familiar enough with this area of the code to immediately see the
problem and make a quick fix.

Can I ask you to make a bug report with what we have learned in this email
thread please.
--
Jody Garnett


On Feb 12, 2024 at 1:56:04 PM, Alen Arturo Dioses Avellaneda <
alen.dio...@gmail.com> wrote:

> HI everyone
>
> I have the same problem with windbars using sld provided in this geosolutions
> example
> 
> , as suggested I looked for the version where the problem begins, it is
> version 2.16.3, change log are in an empty JIRA webpage, but announcement
> says the following:
>
> As Riccardo mentioned, the resampling function that uses
> wms_scale_denominator works fine for every EPSG code previous 2.16.3
> version, but from that only works for EPSG:4326.
>
> I would appreciate any suggestion to understand what happened  so use the
> best possible solution in the sld.
>
>
>
> [image: image.png]
>
> Regards,
> Alen Dioses
>
>
>
> El vie, 2 feb 2024 a las 11:10, Jody Garnett ()
> escribió:
>
>> Is this a regression? If so you should report the problem ...
>>
>> But before you do perhaps some research: Going from 2.16.1 to 2.24.2 is a
>> lot of changes; you should review the release notes for any thing affecting
>> WMS scale calculations.
>>
>> It would help *a lot* if you can identify exactly what version of
>> GeoServer this regression occurs in!
>> --
>> Jody Garnett
>>
>>
>> On Wed, Jan 31, 2024 at 5:56 AM Riccardo Mari  wrote:
>>
>>> Hi everyone,
>>> I'm writing to you because I have a problem with a sld style that
>>> displays currents direction using the ras:RasterAsPointCollection function.
>>> In recent days I have updated geoserver from version 2.16.1 to version
>>> 2.24.2 and everything works as before except for the rendering
>>> transformation.
>>> The ras:RasterAsPointCollection and wms_scale_denominator variable
>>> works correctly (scales the points based on the zoom) only for EPSG:4326
>>> while for other EPSG codes the interpolation does not work.
>>> I also tried with version 2.24.1 and 2.23.4.
>>> At this link you can find the style and some example data.
>>>
>>> https://drive.google.com/drive/folders/1fmRNMVjO834OiGfcfQXtQoBgPLSx5QG9?usp=sharing
>>>
>>> Could the problem be caused by the style or is it a geoserver/geotools
>>> issue?
>>> Thanks in advance for the support, regards, Riccardo
>>>
>>> Operating system: Ubuntu 22.04.3 LTS
>>> JVM Version: Oracle Corporation: 11.0.21 (Java HotSpot(TM) 64-Bit Server
>>> VM)
>>> Java Rendering Engine: org.marlin.pisces.DMarlinRenderingEngine
>>> Apache Tomcat/9.0.34
>>>
>>> GeoServer Version
>>> 2.24.2
>>> Git Review
>>> aa2a760b636c4ead6c58552ade504c3757d11853
>>> Build Date
>>> 24-Jan-2024 01:06
>>> GeoTools version
>>> 30.2 (rev 99a69a425ff41183938de794148484b76215e127)
>>> GeoWebCache Version
>>> 1.24.2 (rev 1.24.x/e0244e10e3a24f1a79168c992d957784b3230209)
>>> ___
>>> 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

Re: [Geoserver-users] Deleting database table through REST API

2024-02-12 Thread Jody Garnett
I am open to improvements and addition to the importer API (which offers
some control as it is responsible for the automatic creation of tables; it
has an opportunity to delete an existing table when replacing contents).

See example
https://docs.geoserver.org/latest/en/user/extensions/importer/rest_examples.html#replacing-postgis-table-using-the-contents-of-a-csv-file


--
Jody Garnett


On Feb 12, 2024 at 1:30:11 AM, Cécile Vuilleumier <
cecile.vuilleum...@camptocamp.com> wrote:

> Hi all
> When creating a feature type in a database datastore with the REST API,
> GeoServer will create the corresponding table if it does not exist.
> We were wondering if similarly the deletion of a table was also possible
> when deleting the associated feature type and I found this discussion:
> https://sourceforge.net/p/geoserver/mailman/message/36221224/
> Does anybody know if a proposal had been submitted? I couldn't find it on
> the GitHub wiki but I might have missed it.
> Many thanks, Cécile
>
> --
> *camptocamp*
>
> *Cécile Vuilleumier *
> Geospatial developer
> www.camptocamp.com
> ___
> 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 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] Deleting database table through REST API

2024-02-12 Thread Andrea Aime
Hi Cécile,
I don't see the feature being implemented in the code.

The wiki page you're looking for is this one:
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer

Cheers
Andrea


On Mon, Feb 12, 2024 at 10:39 AM Cécile Vuilleumier <
cecile.vuilleum...@camptocamp.com> wrote:

> Hi all
> When creating a feature type in a database datastore with the REST API,
> GeoServer will create the corresponding table if it does not exist.
> We were wondering if similarly the deletion of a table was also possible
> when deleting the associated feature type and I found this discussion:
> https://sourceforge.net/p/geoserver/mailman/message/36221224/
> Does anybody know if a proposal had been submitted? I couldn't find it on
> the GitHub wiki but I might have missed it.
> Many thanks, Cécile
>
> --
> *camptocamp*
>
> *Cécile Vuilleumier *
> Geospatial developer
> www.camptocamp.com
> ___
> 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
>


-- 

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail
___
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] Anyone interested in co-funding Geoparquet suppport in GeoServer?

2024-02-12 Thread Andrea Aime
Hi all,
at Geosolutions we are looking for partners that would be interested in
joining a group to co-fund support for GeoParquet in GeoServer. We
already have interested parties to cover some of the cost, but we need more
to support the full development.

If you are interested, could you contact me and Simone (cc'ed)?

Best regards
Andrea

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail
___
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] Deleting database table through REST API

2024-02-12 Thread Cécile Vuilleumier

Hi all
When creating a feature type in a database datastore with the REST API, 
GeoServer will create the corresponding table if it does not exist.
We were wondering if similarly the deletion of a table was also possible 
when deleting the associated feature type and I found this discussion:

https://sourceforge.net/p/geoserver/mailman/message/36221224/
Does anybody know if a proposal had been submitted? I couldn't find it 
on the GitHub wiki but I might have missed it.

Many thanks, Cécile

--
*camptocamp*
*Cécile Vuilleumier
*
Geospatial developer
www.camptocamp.com ___
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