Re: [Geoserver-users] Java heap space java.lang.OutOfMemoryError: Java heap space

2024-05-28 Thread Rahkonen Jukka
Hi, There is another error " java.io.FileNotFoundException: C:\geoserver-2.17.2-bin\webapps\geoserver\data\gwc\postgis_layer\metadata.properties" I wonder if it could trigger the heap space issue. -Jukka Rahkonen- Lähettäjä: Vinay Kumar Lähetetty: keskiviikko 29. toukokuuta 2024 3.09

Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Rahkonen Jukka
Hi, As documented in Community modules - GeoServer 2.25.x User Manual: "Community modules are considered "pending" in that they are not officially part of the GeoServer releases. They are however built along with the nightly

Re: [Geoserver-users] Geometry type mismatch

2024-04-22 Thread Rahkonen Jukka
Hi, I made a test with Geoserver 2.25.0 and I can confirm that there is a mismatch between DescribeFeatureType and GetFeature for ne:countries with WFS 1.1.0. I tried to test also topp:states but it seems that there is something else broken with that. GetFeature with WFS 1.1.0 and WFS 2.0

Re: [Geoserver-users] wfs call to retrieve features from several layers: how to know what geometric object comes from what layer?

2024-04-09 Thread Rahkonen Jukka
Hi, Does the data look easier to parse in GML format? WFS is written for GML and it is hard to support all the flexible possibilities of GML in GeoJSON. -Jukka Rahkonen- Lähettäjä: Joris Billen via Geoserver-users Lähetetty: tiistai 9. huhtikuuta 2024 14.00 Vastaanottaja:

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

2024-02-15 Thread Rahkonen Jukka
admin who turns it on should be made aware of all the consequences. -Jukka Rahkonen- Lähettäjä: Roar Brænden Lähetetty: keskiviikko 14. helmikuuta 2024 23.29 Vastaanottaja: geoserver-users@lists.sourceforge.net Kopio: Gabriel Roldan ; Jody Garnett ; Rahkonen Jukka Aihe: Re: [Geoserver-users

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

2024-02-14 Thread Rahkonen Jukka
Hi, I was thinking about the same, but if user can do something with the user interface then why not with REST? Both are secured only by the username/password. However, I do not know if it is possible to drop database tables from the UI. I have seen some user requests about cascading deletes

Re: [Geoserver-users] WCS and multipart/mixed response

2024-02-07 Thread Rahkonen Jukka
Hi, Multipart is correct for WCS 1.1.x. If you just begin with WCS and do not have any special reason to use 1.1.x then I recommend WCS 2.0. It is much less odd than 1.1.x. The standard texts are in https://www.ogc.org/standard/wcs/ -Jukka Rahkonen- Lähettäjä: Scott Lewis Lähetetty:

Re: [Geoserver-users] Query regarding WMS service

2024-01-09 Thread Rahkonen Jukka
Hi, This is geoserver-users mailing list so you are a part of the team. I did see your mail but I did not quite understand what you were asking so I did not respond. I have never used nginx in front of Geoserver, but if your nginx requires that the URL begins like

Re: [Geoserver-users] Conversion meters to kilometers or feet in DWithin filtering

2023-12-15 Thread Rahkonen Jukka
Hi, I can confirm that with Geoserver 2.24.1 this request shows just an empty map

Re: [Geoserver-users] Query regarding WMS URL

2023-11-29 Thread Rahkonen Jukka
Hi, I think that the correct URL is the WMS-C link that is provided in the first page of the Geoserver web admin utility. The button between TMS and WMTS http://localhost:8080/geoserver/gwc/service/wms?service=WMS=1.1.1=GetCapabilities=true -Jukka Rahkonen- Lähettäjä: Jody Garnett Lähetetty:

Re: [Geoserver-users] WMS GetMap filter issue [SEC=OFFICIAL]

2023-11-10 Thread Rahkonen Jukka
Hi, The error seems to happen also with Geoserver 2.24 for the standard “states” demo layer.

Re: [Geoserver-users] Refresh a Geoserver PostGIS layer after adding a new column to the data source (postgis table)

2023-11-03 Thread Rahkonen Jukka
Hi, It is an uncommon solution to let users change the schema of the tables freely. I do not say that it is wrong, but users adding data into tables which are predefined by the administrators is the traditional way and therefore better supported. Could the OpenStreetMaps data model suit for

Re: [Geoserver-users] Error creating COG Mosaic via REST API

2023-10-25 Thread Rahkonen Jukka
Hi, But it is a zip file that is uploaded and application/zip is used in the manual so I guess that at least it has worked when the manual was written https://docs.geoserver.org/main/en/user/community/cog/mosaic.html COGs are TIFFs with some extra features and this is how the mime type is

Re: [Geoserver-users] Misleading error message "Unauthorized master password dump request"

2023-10-19 Thread Rahkonen Jukka
Hi, This is the right place. I could repeat the issue with Geoserver 2.24.0. Please file an issue. UI is probably the most suitable component. And thank you for reading the instructions. When it comes to correcting the issue, you can see that many issues do get resolved

Re: [Geoserver-users] missing attribute "name" in describefeaturetype return

2023-10-05 Thread Rahkonen Jukka
Hi, See discussion about the same thing in https://gis.stackexchange.com/questions/467549/how-to-replicate-qgiss-identify-features-functionality-with-ogr2ogr-when-downlo Maybe the answer it not comprehensive but reserved gml attribute names are somehow involved. Easy workaround would be to

Re: [Geoserver-users] Anybody working on OGC API Features datastore?

2023-10-03 Thread Rahkonen Jukka
to search for “osrjni”. -Jukka Rahkonen- Lähettäjä: Andrea Aime Lähetetty: maanantai 2. lokakuuta 2023 21.00 Vastaanottaja: Rahkonen Jukka Kopio: GeoServer Users Aihe: Re: [Geoserver-users] Anybody working on OGC API Features datastore? If you need it now, there is the ogr datastore community module

[Geoserver-users] Anybody working on OGC API Features datastore?

2023-10-02 Thread Rahkonen Jukka
Hi, In a couple of years old blog post http://geotoolsnews.blogspot.com/2020/09/ there is a wish for potential developers: "We invite developers to contribute to the following work-in-progress: * A new DataStore to access ogc-api features Has anybody started to develop that datastore?

Re: [Geoserver-users] Installing Geoserver 2.23.2 into Tomcat 10.1.13

2023-09-21 Thread Rahkonen Jukka
Hi Graham, You wrote that you have now Geoserver successfully deployed on Tomcat 10. Could you tell shortly for Jody and other users what did you actually do? -Jukka Rahkonen- Lähettäjä: Jody Garnett Lähetetty: torstai 21. syyskuuta 2023 4.07 Vastaanottaja: Humphries, Graham Kopio:

Re: [Geoserver-users] Remove Layer Preview from Login Page (SOLVED)

2023-07-01 Thread Rahkonen Jukka
Hi, Did I understand right that what you want to achieve is to disable the KML outputformat for WMS? Have you considered to restrict the allowed MIME types https://docs.geoserver.org/latest/en/user/services/wms/webadmin.html#restricting-mime-types-for-getmap-and-getfeatureinfo-requests -Jukka

Re: [Geoserver-users] Error configuring external WFS layers

2023-06-07 Thread Rahkonen Jukka
Hi, Have you already checked with GetCapabilities what formats that WFS server supports for DescribeFeaturetype? -Jukka Rahkonen- Lähettäjä: Roar Brænden Lähetetty: keskiviikko 7. kesäkuuta 2023 20.42 Vastaanottaja: Briones Garcia, Pedro Kopio: geoserver-users@lists.sourceforge.net Aihe: Re:

Re: [Geoserver-users] CSS style - i18n titles

2023-05-24 Thread Rahkonen Jukka
Hi, Look at here https://build.geoserver.org/geoserver/2.23.x/ext-latest/ -Jukka Rahkonen- Lähettäjä: Branislav Gacesa via Geoserver-users Lähetetty: keskiviikko 24. toukokuuta 2023 16.15 Vastaanottaja: geoserver-users Kopio: Kosta Cavic Aihe: Re: [Geoserver-users] CSS style - i18n titles

Re: [Geoserver-users] Use cut as footprint behavior on Uint16 mosaic

2023-05-22 Thread Rahkonen Jukka
Hi, When it comes to the “Character I” issue, read https://osgeo-org.atlassian.net/browse/GEOS-9868 and as a workaround for testing change the locale of your computer into English one. -Jukka Rahkonen- Lähettäjä: Goran Grcic Lähetetty: maanantai 22. toukokuuta 2023 14.22 Vastaanottaja:

Re: [Geoserver-users] WMTS and metatiling/labelling

2023-05-15 Thread Rahkonen Jukka
Hi, Preseed your cache and you can pay the price of metatiling in advance and only once. Then WMTS can serve you from the cache fast and with well-cut labels. -Jukka Rahkonen- Lähettäjä: Mitchell Bösecke Lähetetty: maanantai 15. toukokuuta 2023 20.28 Vastaanottaja:

Re: [Geoserver-users] publishing .tif file

2023-05-12 Thread Rahkonen Jukka
Hi, This is one more incarnation of this bug https://osgeo-org.atlassian.net/browse/GEOS-9868. The issue happens with some non-English locales and it is triggered by the infinity character (collapsed 8) that is used as a default value in some places of the user interface. -Jukka Rahkonen-

Re: [Geoserver-users] WFS maximum number of features, used to limit access

2023-04-26 Thread Rahkonen Jukka
Hi, "Maximum number of features" setting is reliable and user cannot bypass it, but it only limits the number of features returned by a single GetFeature request. User, who may be a machine, can make new requests with another FID or bounding box. If you want to prevent such harvesting you

Re: [Geoserver-users] Geoserver 2.23 requirements

2023-04-19 Thread Rahkonen Jukka
Hi, Sorry if I give misleading information, I am not so much in with programming. That Geoserver 2.23 runs on Java 11/17 even it is using J2EE is possible because Geoserver delivers the javax libraries in geoserver/WEB-INF/lib. The server that is running Geoserver 2.23 must be able to run with

Re: [Geoserver-users] WMS GetFeatureInfo Error

2023-04-12 Thread Rahkonen Jukka
Hi, EPSG:3857 is not valid near the poles https://epsg.org/crs_3857/WGS-84-Pseudo-Mercator.html? See "Extent: World - 85°S to 85°N". -Jukka Rahkonen- Lähettäjä: Miroslav Sabo Lähetetty: keskiviikko 12. huhtikuuta 2023 9.28 Vastaanottaja: geoserver-users@lists.sourceforge.net Aihe:

Re: [Geoserver-users] Geotiff in LCC shifted after WMS GetMap request

2023-01-30 Thread Rahkonen Jukka
the issue persists. Although I am aiming to not distort the source data. On Mon, Jan 30, 2023 at 6:42 AM Rahkonen Jukka mailto:jukka.rahko...@maanmittauslaitos.fi>> wrote: Hi, Have you been thinking if your Proj definition and Geoserver definitions match exactly? I am not an expert, but this

Re: [Geoserver-users] Geotiff in LCC shifted after WMS GetMap request

2023-01-30 Thread Rahkonen Jukka
ER["false_northing",0], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Easting",EAST], AXIS["Northing",NORTH]] +proj=lcc +lat_0=25 +lon_0=-95 +lat_1=25 +lat_2=25 +x_0=0 +y_0=0 +R=6371000 +units=m +no_defs On Mon, Jan

Re: [Geoserver-users] Geotiff in LCC shifted after WMS GetMap request

2023-01-30 Thread Rahkonen Jukka
Hi, You are using some custom CRS in Geoserver, EPSG:45557. Could you add the WKT that you have used for configuring it? -Jukka Rahkonen- Lähettäjä: Alexander Petkov Lähetetty: maanantai 30. tammikuuta 2023 14.09 Vastaanottaja: geoserver-users Aihe: Re: [Geoserver-users] Geotiff in LCC

Re: [Geoserver-users] ArcGIS Pro using WFS service layer from geoserver

2023-01-28 Thread Rahkonen Jukka
Hi, Try to get your ESRI support to send you an exact description about the problem including a complete WFS query with the complex filter that ArcGIS Pro generates. -Jukka Rahkonen- Lähettäjä: David Colombini via Geoserver-users Lähetetty: perjantai 27. tammikuuta 2023 21.40

Re: [Geoserver-users] Problem med imagepyramid in Geoserver version 2.20

2023-01-03 Thread Rahkonen Jukka
Hi, It is perhaps not letter "I" but the infinity character, see https://sourceforge.net/p/geoserver/mailman/message/37201320/. Are you using a locale that is not some common western one on your computer? I have met the same error message with Finnish locale but in a different context. -Jukka

Re: [Geoserver-users] Documentation error

2022-12-08 Thread Rahkonen Jukka
Hi, Would you mind editing the page by clicking the Edit link that points into here: https://github.com/geoserver/geoserver/blob/main/doc/en/user/source/installation/upgrade.rst The correct link seems to be https://geoserver.org/release/maintain/ -Jukka Rahkonen- -Alkuperäinen

Re: [Geoserver-users] Simplify geometries for WMTS queries

2022-11-19 Thread Rahkonen Jukka
Hi, Right, the option is documented in https://docs.geoserver.org/latest/en/user/data/database/postgis.html and it is on by default when a new PostGIS store is created. It affects at least WMS but I suppose WMTS as well. It has a side effect with small polygons, follow the links from

Re: [Geoserver-users] Geoserver 2.22RC does not write log into file

2022-11-09 Thread Rahkonen Jukka
- Lähettäjä: Andrea Aime Lähetetty: keskiviikko 9. marraskuuta 2022 11.59 Vastaanottaja: Rahkonen Jukka Kopio: Jody Garnett ; geoserver-users@lists.sourceforge.net Aihe: Re: [Geoserver-users] Geoserver 2.22RC does not write log into file Hi all, I've made a quick test with Apache Tomcat 9.0.55, GeoServer

Re: [Geoserver-users] Geoserver 2.22RC does not write log into file

2022-11-06 Thread Rahkonen Jukka
/lib/tomcat9/webapps/geoserver22/data/logs/geoserver.log". -Jukka Rahkonen- Lähettäjä: Jody Garnett Lähetetty: tiistai 1. marraskuuta 2022 19.44 Vastaanottaja: Rahkonen Jukka Kopio: geoserver-users@lists.sourceforge.net Aihe: Re: [Geoserver-users] Geoserver 2.22RC does not write log into file 1. Try

[Geoserver-users] Geoserver 2.22RC does not write log into file

2022-11-01 Thread Rahkonen Jukka
Hi, I wonder why Geoserver does not write log into a file with version 2.22RC that is installed on Linux from war. The default data_dir fallback is in use and therefore the log file should be '/var/lib/tomcat9/webapps/geoserver22/data/logs/geoserver.log'. But when we start Geoserver and use

Re: [Geoserver-users] Geoserver bottleneck when writing response image

2022-10-20 Thread Rahkonen Jukka
Hi, I wonder if the developers have missed the essential, that the same process is fast on a physical server but very slow on the virtual one. Or is there something in the virtualization that has an effect that the virtual server must take some extra slow route? If doing so simple rendering

Re: [Geoserver-users] GeoServer 2.21.1 - Character I is neither a decimal digit number, decimal point, nor "e" notation exponential mark.

2022-10-11 Thread Rahkonen Jukka
Hi, I have seen the same problem with Finnish locale and I concluded then that the reason is in the infinity sign. See https://osgeo-org.atlassian.net/browse/GEOS-9868 -Jukka Rahkonen- Lähettäjä: Mattias Andrén via Geoserver-users Lähetetty: tiistai 11. lokakuuta 2022 10.34 Vastaanottaja:

Re: [Geoserver-users] WPS Process SRS Output blocked to EPSG:4326

2022-09-29 Thread Rahkonen Jukka
Hi, Support for other CRSs than WGS84 is definitely needed and by now the best option for my mind is to use pre-RFC GeoJSON. Even it is deprecated it has quite wide support for example through GDAL. The OGC work on the new Features and Geometries JSON happens in

Re: [Geoserver-users] GeoServer 2.22-M0 Milestone and foss4g workshop results

2022-09-08 Thread Rahkonen Jukka
ted value: WCS -Jukka Rahkonen- Lähettäjä: Jody Garnett Lähetetty: keskiviikko 7. syyskuuta 2022 9.15 Vastaanottaja: Rahkonen Jukka Kopio: GeoServer Users Aihe: Re: [Geoserver-users] GeoServer 2.22-M0 Milestone and foss4g workshop results Jukka: Thanks for the testing! some comments inline

Re: [Geoserver-users] GeoServer 2.22-M0 Milestone and foss4g workshop results

2022-09-05 Thread Rahkonen Jukka
Hi, M0 starts without problems on Windows 10 with Eclipse Adoptium: 11.0.15 (OpenJDK 64-Bit Server VM). The welcome page looks nice to me. A possibility to filter by workspace and layer name is certainly useful for those who use different configurations for workspaces. I could easily add

Re: [Geoserver-users] Vector Tile Extension

2022-05-02 Thread Rahkonen Jukka (MML)
Hi, You can get the matching versions of the extensions for a released Geoserver from the same page where you can download Geoserver. In your case for 2.20.4 from http://geoserver.org/release/stable/ and the direct link is

Re: [Geoserver-users] Geoserver returns an exception as a response to a GetLegendGraphic request

2022-04-04 Thread Rahkonen Jukka (MML)
the standard. Let's see if there is a workaround or any configuration steps to overcome this issue... On Mon, 4 Apr 2022 at 11:35, Rahkonen Jukka (MML) mailto:jukka.rahko...@maanmittauslaitos.fi>> wrote: Hi, By what reference the version is optional? I had a look at the “Styled Layer Desc

Re: [Geoserver-users] Geoserver returns an exception as a response to a GetLegendGraphic request

2022-04-04 Thread Rahkonen Jukka (MML)
Hi, By what reference the version is optional? I had a look at the “Styled Layer Descriptor profile of the Web Map Service Implementation Specification” and there, in Table 9 —GetLegendGraphic operation request URL parameters the WMS version is defined to be mandatory. GetLegendGraphics works

Re: [Geoserver-users] GeoServer community support improvements

2022-03-30 Thread Rahkonen Jukka (MML)
. maaliskuuta 2022 23.02 Vastaanottaja: Rahkonen Jukka (MML) Kopio: geoserver-users@lists.sourceforge.net; erhhung.y...@mobileye.com Aihe: Re: GeoServer community support improvements Hi Jukka, Just wanted to give my 2 cents on improvements to the support system since you're asking for them and I

Re: [Geoserver-users] LDAP past version 15.2

2022-03-30 Thread Rahkonen Jukka (MML)
Hi, Unfortunately I cannot help with LDAP but I would be interested in another issue that you faced: "took me 2 hours to figure out this support system". Two hours for that is too long a time and I would like to know how did you spend it. We are probably blind to guess where new users try to

Re: [Geoserver-users] WFS GetFeature Request with PropertyName

2022-03-25 Thread Rahkonen Jukka (MML)
Hi, See the answer in https://gis.stackexchange.com/questions/380677/wfs-getfeature-with-propertyname-get-response-without-geometry about how to select just certain properties. Unfortunately the demo server at GIS Solutions seems to be down. But if all the properties are mandatory (check with

Re: [Geoserver-users] Preserving tags and compression

2022-03-09 Thread Rahkonen Jukka (MML)
Hi, WCS 2.x supports GeoTIFF compression with parameter GEOTIFF:COMPRESSION:compression. It may not be so well documented in our own documents but you can have a look at the standard (I think it is in OGC® GML Application Schema - Coverages - GeoTIFF Coverage Encoding Profile). Mapserver

Re: [Geoserver-users] Multiple Tiff files inside same folder

2022-02-21 Thread Rahkonen Jukka (MML)
Now I would like to suggest you timeseries with imagemosaic https://geoserver-pdf.readthedocs.io/en/latest/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html -Jukka- Lähettäjä: Filipe Silva Lähetetty: maanantai 21. helmikuuta 2022 17.26 Vastaanottaja: Rahkonen Jukka (MML) Kopio

Re: [Geoserver-users] Multiple Tiff files inside same folder

2022-02-21 Thread Rahkonen Jukka (MML)
: Rahkonen Jukka (MML) Lähetetty: maanantai 21. helmikuuta 2022 16.27 Vastaanottaja: Filipe Silva ; geoserver-users Aihe: Re: [Geoserver-users] Multiple Tiff files inside same folder Hi, Mosaic is for you. You can see it in action in the demo layer nurc:mosaic and the multiple source images you can

Re: [Geoserver-users] Multiple Tiff files inside same folder

2022-02-21 Thread Rahkonen Jukka (MML)
Hi, Mosaic is for you. You can see it in action in the demo layer nurc:mosaic and the multiple source images you can find from \data_dir\coverages\mosaic_sample -Jukka Rahkonen- Lähettäjä: Filipe Silva Lähetetty: maanantai 21. helmikuuta 2022 15.23 Vastaanottaja: geoserver-users Aihe:

Re: [Geoserver-users] Authkey user not affected by Enabled/Disabled checkbox

2022-02-01 Thread Rahkonen Jukka (MML)
Hi, Authkey is a community module and thus not maintained by core developers. It would be generally rather impossible to keep the documentation of Geoserver up-to-date with all the odd things that community modules may cause either individually or when used together with other modules. In an

Re: [Geoserver-users] New Transifex synchronisation method

2022-01-26 Thread Rahkonen Jukka (MML)
: Rahkonen Jukka (MML) Kopio: geoserver-users Aihe: Re: [Geoserver-users] New Transifex synchronisation method It depends on the language : if the language has some equivalent in ISO-8859-1, the character will be kept as this. If not, the characters will be U encoded. So for Finnish, the characters

Re: [Geoserver-users] New Transifex synchronisation method

2022-01-25 Thread Rahkonen Jukka (MML)
Hi, I have not yet quite understood what the synchronizing process is supposed to do with non-latin1 characters. Are they pushed through something like native2ascii https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/native2ascii.html, so that Finnish word “määrä” would become

Re: [Geoserver-users] Geoserver is not starting while running startup batch script

2022-01-11 Thread Rahkonen Jukka (MML)
Hi, I downloaded 2.15.1, unzipped and run startup.bat with Eclipse Adoptium\jdk-11.0.13.8-hotspot\ and Geoserver started for me as usual. I am not sure what is the best method for changing the Jetty port but editing the star.ini file did not work for me. By adding -Djetty.http.port=8090 into

Re: [Geoserver-users] High CPU & memory on Windows

2021-12-19 Thread Rahkonen Jukka (MML)
Hi, Find a mail thread with title "Geoserver 2.20.RC generating high CPU load" from the geoserver-devel mailing list from mid-September 2021, and see the ticket https://osgeo-org.atlassian.net/browse/GEOS-10243 I believe that you have met by the same issue. -Jukka Rahkonen- -Alkuperäinen

Re: [Geoserver-users] Limiting WMS display to a defined extent

2021-11-11 Thread Rahkonen Jukka (MML)
make it slow when zoomed to show the whole world. -Jukka Rahkonen- Lähettäjä: Nikola Krlovic Lähetetty: torstai 11. marraskuuta 2021 12.03 Vastaanottaja: Rahkonen Jukka (MML) Kopio: geoserver-users@lists.sourceforge.net Aihe: Re: [Geoserver-users] Limiting WMS display to a defined extent Hi

Re: [Geoserver-users] Limiting WMS display to a defined extent

2021-11-11 Thread Rahkonen Jukka (MML)
Hi, Could you clarify, do you mean that the remote WMS is slow when it shows the whole World but fast when the area is small? For Geoserver it is just the same because it always gets a fixed size PNG or JPEG image from the remote server but I understand your wish if that server is slow with

Re: [Geoserver-users] Translation workflow improvement

2021-11-10 Thread Rahkonen Jukka (MML)
- Lähettäjä: Alexandre Gacon Lähetetty: keskiviikko 10. marraskuuta 2021 11.55 Vastaanottaja: Rahkonen Jukka (MML) Kopio: Jody Garnett ; geoserver-users Aihe: Re: [Geoserver-users] Translation workflow improvement Thank you Jukka for this test. I think it will need some configuration change

Re: [Geoserver-users] Problem inserting a new feature into PostGIS-view with multiple primary key columns

2021-11-10 Thread Rahkonen Jukka (MML)
Hi, A long time ago we did something similar with Oracle and we had an updatable view combined from three main tables. However, the primary keys of our tables took their values from sequences and we converted the "natural" primary keys that we had (parcel IDs in our case) into normal

Re: [Geoserver-users] Translation workflow improvement

2021-11-10 Thread Rahkonen Jukka (MML)
Hi, Edgar Soldin from the OpenJUMP project is going to change the whole repository into UTF-8, even the properties files https://sourceforge.net/p/jump-pilot/mailman/message/37382192/. He is confident that it can be done also for Java 8 by adding a custom ResourceBundle.Control to I18N as

Re: [Geoserver-users] Translation workflow improvement

2021-11-04 Thread Rahkonen Jukka (MML)
Hi, As far as I know in the Java property files the special characters must be written with Unicode strings like here https://github.com/openjump-gis/openjump/blob/main/src/language/jump_de.properties or here https://github.com/openjump-gis/openjump/blob/main/src/language/jump_fr.properties.

Re: [Geoserver-users] Geoserver 2.20.0, Encoding German Umlaut-Problems

2021-10-29 Thread Rahkonen Jukka (MML)
Hi, Andrea refers to Java specification of property files https://docs.oracle.com/javase/6/docs/api/java/util/Properties.html Property file editors know how to use the Unicode escapes. With standard text editors it is not so simple, but possible (Finnish word “määrä” must be written as

Re: [Geoserver-users] GetCapabilities from a single feature

2021-10-21 Thread Rahkonen Jukka (MML)
Hi, Your assumption about what GetCapabilities possibly supports is wrong. You can read what WMS supports from the standard itself https://portal.ogc.org/files/?artifact_id=14416. You could have asked the real question right ahead “I want to obtain the Bbox of a single feature from my layer.

Re: [Geoserver-users] Geoserver 2.20.0, Encoding German Umlaut-Problems

2021-10-21 Thread Rahkonen Jukka (MML)
Hi, For me it seems that most languages from Transifex should not be synced at all https://www.transifex.com/GeoServer/geoserver/ at least before there is a simple way for the users to select the language. Even the good percentage of the translated strings does not guarantee that they are

Re: [Geoserver-users] Geoserver 2.20.0, Encoding German Umlaut-Problems

2021-10-19 Thread Rahkonen Jukka (MML)
Hi, Your welcome page looks good to me here in Finland because my browser selects to use English in the user interface. We used to have a very poor Finnish translation of the UI but now that translation is fortunately disappeared. However, by that time I wondered if there is some easy way to

Re: [Geoserver-users] GeoServer 2.20-RC windows installer testing requested

2021-10-05 Thread Rahkonen Jukka (MML)
Hi, I can see from the Windows registry that the user name is NT AUTHORITY\NetworkService so no space in NetworkService as I can see from the logs. But if the user name is wrong “Network Service” how could the installer work for anybody? -Jukka- Lähettäjä: Rahkonen Jukka (MML) Lähetetty

Re: [Geoserver-users] GeoServer 2.20-RC windows installer testing requested

2021-10-05 Thread Rahkonen Jukka (MML)
Schaminee Lähetetty: tiistai 5. lokakuuta 2021 13.02 Vastaanottaja: Calliess Daniel Ing. Kopio: Rahkonen Jukka (MML) ; Jody Garnett ; GeoServer Users Aihe: Re: [Geoserver-users] GeoServer 2.20-RC windows installer testing requested Hi all, Thanks for testing and the feedback. I am the bastard

Re: [Geoserver-users] GeoServer 2.20-RC windows installer testing requested

2021-10-04 Thread Rahkonen Jukka (MML)
”. This happened even when I was logged in as admin. -Jukka Rahkonen- Lähettäjä: Jody Garnett Lähetetty: maanantai 4. lokakuuta 2021 19.50 Vastaanottaja: Rahkonen Jukka (MML) Kopio: GeoServer Users Aihe: Re: [Geoserver-users] GeoServer 2.20-RC windows installer testing requested I think you need

Re: [Geoserver-users] GeoServer 2.20-RC windows installer testing requested

2021-10-04 Thread Rahkonen Jukka (MML)
Hi, I was testing with my work computer as a localpower user. That user does not have full rights but I do not know exactly the limits. My observations: * I used the Install as a service option but I could not start the service. Running the startService.bat did not start the service for

Re: [Geoserver-users] GeoServer 2.20-RC Release Candidate available for testing

2021-09-16 Thread Rahkonen Jukka (MML)
Hi, The files seem to be there now. I made a quick test with bin-zip on Windows, seemed to be OK. -Jukka- Lähettäjä: Jody Garnett Lähetetty: torstai 16. syyskuuta 2021 18.57 Vastaanottaja: Calliess Daniel Ing. Kopio: GeoServer Users Aihe: Re: [Geoserver-users] GeoServer 2.20-RC Release

Re: [Geoserver-users] GeoServer 2.20-RC Release Candidate available for testing

2021-09-16 Thread Rahkonen Jukka (MML)
Hi, I confirm that the file is not available and there is not even a folder for 2.20 in https://sourceforge.net/projects/geoserver/files/GeoServer/. -Jukka Rahkonen- Lähettäjä: Calliess Daniel Ing. Lähetetty: torstai 16. syyskuuta 2021 15.22 Vastaanottaja: 'Jody Garnett' ; 'GeoServer Users'

Re: [Geoserver-users] Regarding showing text information in SVG format

2021-09-08 Thread Rahkonen Jukka (MML)
: Shashi Verma Lähetetty: keskiviikko 8. syyskuuta 2021 15.53 Vastaanottaja: Rahkonen Jukka (MML) Kopio: GeoServer Users Aihe: Re: [Geoserver-users] Regarding showing text information in SVG format @rohkonen Jukka Kindly check using these steps:- Layer Preview ->USA Population->Select One-&g

Re: [Geoserver-users] Regarding showing text information in SVG format

2021-09-08 Thread Rahkonen Jukka (MML)
Hi, I thought that Geoserver could support SVG as an outputformat for GetLegendGraphic but I could not get a result. http://localhost:8080/geoserver/wms?REQUEST=GetLegendGraphic=1.0.0=image/svg%2Bxml=20=20=topp:states Error: Invalid graphic format: image/svg+xml -Jukka Rahkonen-

Re: [Geoserver-users] GeoServer authentication page fails

2021-08-24 Thread Rahkonen Jukka (MML)
Hi, Do you have the Geofence extension installed? The error message suggests so Caused by: com.thoughtworks.xstream.mapper.CannotResolveClassException: geofence Removing Geofence probably fixes this error. If you need Geofence then I would first check that the versions match. Odd that Geoserver

Re: [Geoserver-users] Getting the best results with Raster

2021-08-13 Thread Rahkonen Jukka (MML)
Hi, The first error ”TIFF directory is missing required "StripOffsets" field” is clear, GDAL thinks that your TIFF file is corrupted. Does it work with ArcMap? If it does then it might interest libtiff and GDAL developers, and if the image is really corrupted then it should interest also ESRI

Re: [Geoserver-users] Problem with wfs display (postgis geometry?)

2021-08-06 Thread Rahkonen Jukka (MML)
Hi, For some reason QGIS has created a lunatic BBOX. -Jukka Rahkonen- Lähettäjä: celati Laurent Lähetetty: perjantai 6. elokuuta 2021 13.15 Vastaanottaja: Brad Hards Kopio: geoserver-users Aihe: Re: [Geoserver-users] Problem with wfs display (postgis geometry?) Thanks for your reply. For

Re: [Geoserver-users] How to add a WMS/WMTS connection?

2021-07-09 Thread Rahkonen Jukka (MML)
Lähettäjä: celati Laurent Lähetetty: perjantai 9. heinäkuuta 2021 0.06 Vastaanottaja: Olivier Gagnon Kopio: geoserver-users@lists.sourceforge.net Aihe: Re: [Geoserver-users] How to add a WMS/WMTS connection? Hi, WMS and WMTS are different services. The URL that you used should work for WMS

Re: [Geoserver-users] Convert WMS services to Geojson

2021-06-04 Thread Rahkonen Jukka (MML)
Hi, I would add that KML, while being vectors, is still delivered by Geoserver from WMS. It is even documented, see https://docs.geoserver.org/stable/en/user/services/wms/googleearth/kmlstyling.html https://docs.geoserver.org/latest/en/user/services/wms/googleearth/features/kmlreflector.html

Re: [Geoserver-users] Geoserver-users Digest, Vol 180, Issue 22

2021-05-19 Thread Rahkonen Jukka (MML)
Hi, If proxy is involved then check what GeoTools version you have and if you suffer from this issue https://osgeo-org.atlassian.net/browse/GEOT-6850 resolved by https://github.com/geotools/geotools/pull/3482? -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: David Alvey (Commissioning

Re: [Geoserver-users] Password-protected WMS

2021-05-17 Thread Rahkonen Jukka (MML)
Hi, I suggest to start by reading these: https://docs.geoserver.org/latest/en/user/security/index.html https://docs.geoserver.org/latest/en/user/community/geofence-server/index.html -Jukka Rahkonen- Lähettäjä: Nicolas De Ville de Goyet Lähetetty: maanantai 17. toukokuuta 2021 13.54

Re: [Geoserver-users] Small study on "Cloud optimized OGC WMS Servers"

2021-04-27 Thread Rahkonen Jukka (MML)
of establishing a healthy relationship with the community, feeding on GeoServer, and contributing back to the upstream project.” -Jukka Rahkonen- Lähettäjä: Andreas Neumann Lähetetty: tiistai 27. huhtikuuta 2021 19.34 Vastaanottaja: Rahkonen Jukka (MML) Aihe: Re: [Geoserver-users] Small study

Re: [Geoserver-users] Small study on "Cloud optimized OGC WMS Servers"

2021-04-25 Thread Rahkonen Jukka (MML)
Hi Andreas, See https://github.com/geoserver/geoserver/wiki/GSIP-201 “Cloud Native GeoServer Project Donation”. -Jukka Rahkonen- Lähettäjä: Andreas Neumann Lähetetty: perjantai 23. huhtikuuta 2021 18.36 Vastaanottaja: geoserver-users@lists.sourceforge.net Aihe: [Geoserver-users] Small study

Re: [Geoserver-users] GeoServer printing module fails

2021-04-09 Thread Rahkonen Jukka (MML)
Hi, A new issue was just opened https://osgeo-org.atlassian.net/browse/GEOS-10015. I do not know if it is due to your report but check and comment if you have something to add into it. -Jukka Rahkonen- Lähettäjä: Stephen V. Mather via Geoserver-users Lähetetty: perjantai 9. huhtikuuta 2021

Re: [Geoserver-users] Cascading WMS ok, but feature info fails?

2021-04-08 Thread Rahkonen Jukka (MML)
Hi, I would say that it is very hard or impossible to support generally cascading GetFeatureInfo. If it happens to work it is a reason to be happy. If it does not work then what to blame is the WMS standard itself. GetFeatureInfo is optional and servers can do almost anything with it. Of

Re: [Geoserver-users] QGIS not load layer from WFS Geoserver

2021-03-04 Thread Rahkonen Jukka (MML)
Hi, That server really does not answer to DescribeFeatureType request. QGIS creates an odd request with both TYPENAMES= and TYPENAME= but also the following request seems to get jammed.

Re: [Geoserver-users] Jetty not starting on recent 2.18 snapshot (14-Jan-2021)

2021-01-14 Thread Rahkonen Jukka (MML)
Hi, I can confirm that the latest bin-zip snapshot does not start for me on Windows. -Jukka Rahkonen- Lähettäjä: Arismendi, Andy Lähetetty: torstai 14. tammikuuta 2021 20.00 Vastaanottaja: geoserver-users@lists.sourceforge.net Aihe: [Geoserver-users] Jetty not starting on recent 2.18 snapshot

Re: [Geoserver-users] getting a problem

2020-12-03 Thread Rahkonen Jukka (MML)
Hi, The row that matters is java.io.FileNotFoundException: C:\Program Files\geoserver\data_dir\logs\geoserver.log (Access is denied) Do not install Geoserver into Program Files, or at least place the data directory into some other place. -Jukka Rahkonen- Lähettäjä: sukumar mondal Lähetetty:

[Geoserver-users] Json as outputformat for DescribeFeatureType

2020-12-03 Thread Rahkonen Jukka (MML)
Hi, Recent Geoserver versions seem to support json as outpurformat for DescribeFeatureType http://localhost:8080/geoserver/wfs?service=WFS=2.0.0=DescribeFeatureType=topp:states=application/json That alternative is not documented in

Re: [Geoserver-users] Geoserver installation challenges

2020-12-01 Thread Rahkonen Jukka (MML)
Hi, Hi, The platform independent binary works fine http://sourceforge.net/projects/geoserver/files/GeoServer/2.18.1/geoserver-2.18.1-bin.zip and if you run Tomcat on your Windows machine then the web archive alternative

[Geoserver-users] Re Fwd: Error when publishing a layer of store type GeoPackage

2020-10-22 Thread Rahkonen Jukka (MML)
Hi, I fear that recomputing the bounds will not help because the error is this org.locationtech.jts.io.ParseException: Unknown WKB type 12 WKB type 12 means MultiSurface. I can’t say what is the level of support that JTS has for curved geometries. Some implementations that I know can handle

Re: [Geoserver-users] Alternate (safe) host for geoserver stable release

2020-10-09 Thread Rahkonen Jukka (MML)
So who would big companies trust? Geoserver project can certainly accept contributions as developer time, free hosting etc. It would likely be an alternate host, just as in the title of this thread, because we have about 12000 downloads per week from users who trust Sourceforge

Re: [Geoserver-users] Alternate (safe) host for geoserver stable release

2020-10-08 Thread Rahkonen Jukka (MML)
deceptive ways. See https://en.wikipedia.org/wiki/SourceForge#DevShare_adware Thanks, Emilio On 10/8/20 1:34 PM, Rahkonen Jukka (MML) wrote: > Hi, > > Out of curiosity, what makes Sourceforge unsafe? The website is using cookies > and I see advertisements. Is there something else

Re: [Geoserver-users] Alternate (safe) host for geoserver stable release

2020-10-08 Thread Rahkonen Jukka (MML)
Hi, Out of curiosity, what makes Sourceforge unsafe? The website is using cookies and I see advertisements. Is there something else? -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: galebellego Lähetetty: torstai 8. lokakuuta 2020 10.12 Vastaanottaja:

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:

Re: [Geoserver-users] Automatic Uppercase of WMTS Query Parameters

2020-08-06 Thread Rahkonen Jukka (MML)
Hi, On the other hand, OGC specifications stating that keywords are case insensitive could be considered to mean only the keywords which belong to the specifications. In the http standard the keywords apparently are case sensitive

Re: [Geoserver-users] WFS GetFeature does not work with field "DATE"

2020-08-03 Thread Rahkonen Jukka (MML)
Hi, Does it mean that Oracle NG builds queries as nonquoted and the result is SELECT DATE FROM TABLE instead of SELECT "DATE" FROM "TABLE", that would work? >From the referred Oracle document: "This section lists Oracle SQL reserved words. You cannot use Oracle SQL reserved words as nonquoted

Re: [Geoserver-users] VectorTile: missing tile <>

2020-06-22 Thread Rahkonen Jukka (MML)
Hi, You did not mention if you already checked that there are no polygons with less than 4 points in your source data. -Jukka Rahkonen- Lähettäjä: carlo cancellieri Lähetetty: maanantai 22. kesäkuuta 2020 22.00 Vastaanottaja: GeoServer Users Kopio: Asif, Muhammad (CIO) Aihe:

Re: [Geoserver-users] Restricting WFS-T to certain Transactions

2020-06-22 Thread Rahkonen Jukka (MML)
Hi, I guess that those who are not allowed to DELETE are not allowed to UPDATE either, or would it be acceptable to update all attributes into nulls? -Jukka Rahkonen- Lähettäjä: Jody Garnett Lähetetty: maanantai 22. kesäkuuta 2020 10.58 Vastaanottaja: michael-haer...@telekom.de Kopio:

  1   2   3   4   5   6   7   8   9   >