Questions tagged [extensions]
A optional software module that adds specialized tools and functionality.
124 questions
3
votes
1
answer
178
views
Not getting INFO-level messages from org.geotools.util.logging.Logging
As a Java beginner, I've inherited a custom Geoserver extension, running in a Windows environment. The plugin contains logging code like this:
import java.util.logging.Logger;
import org.geotools.util....
0
votes
1
answer
92
views
"Add a new Geonode plugin extension" doesnt work
I have a question. In this part of the geonode tutorial (https://training.geonode.geosolutionsgroup.com/master/GN4/mapstore_client/005_EXTENSION.html), I get the following error while running "...
0
votes
1
answer
84
views
How to let people download a file from your computer [closed]
I am creating an extension for QGIS (I'm new to this). So, users can choose two different file types(A and B) and if they choose A. I give them a file related to A which they can directly save to ...
3
votes
1
answer
784
views
Determine which GeoServer extensions are installed on a given instance of GeoServer
I have a 2.7 GeoServer and I want to upgrade it.
I installed a 2.18 version and in the Internet I found that I should do 2 things to upgrade:
Copy and paste the data_dir folder in the installation ...
-1
votes
1
answer
286
views
GeoServer GSR Extension - ESRI Rest Services [closed]
Is anyone using this extension in 2023? Is it rock solid stable? We would like to add it to our GeoServer but are concerned to affect the stability.
0
votes
0
answers
582
views
What are the postgis-3 other postgis_*-3 extensions?
The PostGIS Installation instructions show using CREATE EXTENSION to create PostGIS and several related extensions (see below).
After recently installing PostgreSQL 14.6 on Ubuntu,¹ I went to create ...
3
votes
1
answer
1k
views
Getting all shapefile layers in project using PyQGIS
I'm writing a plugin that needs to check a few things for every shapefile layer in the current project. I am iterating over the layers as shown below, but cant figure out how to check if it is a ...
0
votes
1
answer
245
views
GeoServer develop community extension auto-reload
I want to develop an extension for my GeoServer and I started by following this guide :
https://docs.geoserver.org/latest/en/developer/programming-guide/ows-services/implementing.html
The chapter of &...
0
votes
0
answers
428
views
Can't see polygons of a shapefile but attribute table is fine
for some reason I can't visualize the shapefile I create even when trying by Zoom to layer. When checking the attribute table is fine. I attach here and image of the shapefile information just in case ...
0
votes
0
answers
51
views
GRASS R.viewshed.cva error -->Python (r.series) for folder
I am trying to use r.viewshed.cva to create viewsheds for over a hundred thousand of points. It actually works fine, I am getting over a million files but when it tries to combine all of them into one ...
0
votes
1
answer
330
views
Add-ons not found anymore in GRASS 7.8 installation
I use GRASS GIS 7.8 on Ubuntu 18.04 Bionic Beaver. Last time I used GRASS, I was able to use add-ons, such as r.stream.snap and r.accumulate. But now when I start GRASS, I get a series of errors in ...
0
votes
1
answer
196
views
There was a problem using the SLD REST Service (' ' is not recognized as an internal or external command)
I've been learning how to use SLD REST Service in Geoserver (https://docs.geoserver.org/latest/en/user/extensions/sldservice/index.html)
which has some problems Some commands cannot be run, for ...
0
votes
0
answers
52
views
ArcGIS Desktop Extensions - turn on & off with keyboard shortcut?
I am familiar with assigning keyboard shortcuts for command in ArcGIS desktop. But, I'm trying to figure out if I can similarly assign keyboard shortcuts to turn specific extensions on & off, and ...
2
votes
2
answers
463
views
QGIS Plugins PIP extension
I have recently been programming in QGIS plugin with python using an extension from pip package management. I installed this extension "browserhistory" manually via the OSGeo4W shell.
...
0
votes
1
answer
146
views
Control flow plug in of GeoServer 2.18.2 doesn't show on GeoServer Tools
I already downloaded and added to Lib folder as all other extensions of GeoServer that I needed but I am having issue loading the control flow extension which I confirmed that it is same version as my ...