I am trying to install the community extension ogcapi-features using for
geoserver:
image: docker.osgeo.org/geoserver:2.25.0
environment:
- INSTALL_EXTENSIONS=true
- SKIP_DEMO_DATA=true
- STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
- COMMUNITY_EXTENSIONS=ogcapi-features
···
It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/
But i get “url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip”
Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS variable not working anymore?
Or where do i find it to install it for 2.25.0
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 builds, so you can download and play with them.”
They are here https://build.geoserver.org/geoserver/2.25.x/community-latest/ but they should be installed together with the nightly snapshot of Geoserver.
-Jukka Rahkonen-
···
Lähettäjä: Kristian Nils Robin Morin via Geoserver-users geoserver-users@lists.sourceforge.net
Lähetetty: keskiviikko 15. toukokuuta 2024 14.54
Vastaanottaja: geoserver-users geoserver-users@anonymised.com.net
Aihe: [Geoserver-users] Install community extensions?
I am trying to install the community extension ogcapi-features using for
geoserver:
image: docker.osgeo.org/geoserver:2.25.0
environment:
- INSTALL_EXTENSIONS=true
- SKIP_DEMO_DATA=true
- STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
- COMMUNITY_EXTENSIONS=ogcapi-features
It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/
But i get “url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip”
Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS variable not working anymore?
Or where do i find it to install it for 2.25.0
I had the same issue : the community extensions are only built for a SNAPSHOT version of the 2.25, which is why they cannot be downloaded. I didn’t find a way to solve this.
REgards
Alexandre
···
It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/
But i get “url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip”
Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS variable not working anymore?
Or where do i find it to install it for 2.25.0
Alexandre Gacon
I see, I missed that part of the documentation.
To avoid building my own image i used the official and used the option to mount additional libs that were already downloaded to host
- type: bind
source: mypath/geoserver/libs
target: /opt/additional_libs
It worked like a sharm👍
···
It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/
But i get “url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip”
Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS variable not working anymore?
Or where do i find it to install it for 2.25.0
Alexandre Gacon
Med hilsen
Kristian Morin
Geodata, systemutvikling
Enhet for kart og arkitektur
Sentralbord: 72 54 25 00
Telefon: 90539229

How did you make this work? Did you rename the filename of the module and other things?