Sorry, I think the geoserver-users mailing list is a more adecuate for this
issue, I have sent my issue to that list.Regards
En lunes, 18 de mayo de 2020 10:18:44 CEST, A Huarte via Geoserver-devel
escribió:
Hi, I am using GeoServer 2.17 & App-Schema plugin to publish INS
Hi, I am using GeoServer 2.17 & App-Schema plugin to publish INSPIRE complex
stores.
My new layer has to implement the "hy-p:Watercourse" FeatureType of the
http://inspire.ec.europa.eu/schemas/hy-p/4.0/HydroPhysicalWaters.xsd scheme,
but trying to create the store I get an error about the geometr
Hello,
There is some helpful stuff I just found on the web, you may like it too,
please read here <http://phobexitra.aainparts.com/xyafdtp>
A Huarte
--
What NetFlow Analyzer can do for you? Monitors network ban
Done:
https://github.com/geoserver/geoserver/pull/1398
It does not contain a test, it is needed?
Best regards
Alvaro
De: Andrea Aime
Para: A Huarte
CC: "geoserver-devel@lists.sourceforge.net"
Enviado: Martes 12 de enero de 2016 16:17
Asunto: Re: [Geoserver-devel] Memo
Hi all, I get many LOG error messages: "Call MapContent dispose() to prevent
memory leaks"
I think that they come from GetMap method
(https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/java/org/geoserver/wms/GetMap.java#L116)
when an error occurs. The MapContent object never is
I have same issue on startup with geowebcache.
About of first build error, this works for me (and for test
units):"info.setUpdateSequence( (long) get( global, "updateSequence", int.class
) );"
Best regardsAlvaro
De: Daniele Romagnoli
Para: A Huarte
CC: Andre
error.
De: Andrea Aime
Para: A Huarte
CC: "geoserver-devel@lists.sourceforge.net"
Enviado: Lunes 21 de diciembre de 2015 14:25
Asunto: Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in
Eclipse mars for Windows and Java8...
You are probably wrong us
Sorry, I sent an unfinished mail I meant
"I can change the code to:info.setUpdateSequence( get( global,
"updateSequence", long.class ) ); "
Alvaro
De: A Huarte
Para: "geoserver-devel@lists.sourceforge.net"
Enviado: Lunes 21 de diciembre de
Hi, I have updated my geoserver repo to current master repo.
It builds ok from windows console with maven, but when I create the eclipse
projects and I load them in Eclipse Mars (Windows 7 - x64), I get the error
"Type mismatch: cannot convert from Integer to long" in line ...
https://github.com/
Hi, I would like to propose this new feature implemented in an new pull request:
https://github.com/geoserver/geoserver/pull/1347
Basically it allows make a Layer Group explicitly not queryable. Currently, a
layer Group is queryable if it contains at least a queryable layer, and the
user can not
Hi, I would like to propose this new feature implemented in an new pull request:
https://github.com/geoserver/geoserver/pull/1338
Basically it enables GetFeatureInfo calls on layer groups if at least one layer
is queryable. Currently, if one layer in a layerGroup has querying disabled,
the entir
Para: Robert Coup
CC: A Huarte ; "geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 6 de noviembre de 2015 13:03
Asunto: Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory
caching of features in WFS GetFeature requests.
Hi Robert,your mail made me consid
ache directly in the shapefile provider.
Do you agree?
De: A Huarte
Para: Andrea Aime
CC: "geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 6 de noviembre de 2015 9:09
Asunto: Re: [Geoserver-devel] [NEW FEATURE] New configuration and memory
caching of features in WFS Ge
To try clarify my comments, better a little of code:
https://github.com/geoserver/geoserver/compare/master...ahuarte47:GEOS-7296_fix_read_twice
:-)
Alvaro
De: A Huarte
Para: Andrea Aime
CC: "geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 6 de noviembre de 2015 9:
On Thu, Nov 5, 2015 at 11:52 AM, A Huarte wrote:
Hi, I would propose this new feature to solve the issue
https://osgeo-org.atlassian.net/browse/GEOS-7296
Now, the WFS requests of 1.1/2.0 versions force to read the features from the
data source (and also filter evaluation) twice. Or each time
achedFeatureCollection(fc); }
} finally {
iterator.close(); } }
else { size = features.size(); }
}
Alvaro
Hi, I would propose this new feature to solve the issue
https://osgeo-org.atlassian.net/browse/GEOS-7296
Now, the WFS requests of 1.1/2.0 versions force to read the features from the
data source (and also filter evaluation) twice. Or each time a new iterator is
created and visited.This issue is
Hi Alessio, there is a related debate few days ago with explications in this
mailing list.
You can check the replies for...
[Geoserver-devel] Maven repo of boundlessgeo working?
Alvaro
De: Alessio Fabiani
Para: Geoserver-devel ;
"geotools-de...@lists.sourceforge.net"
Enviado: Lunes 2
Before update my master branch, I used -nsu parameter of maven to build without
SNAPSHOT updates.
Do I understand that before you updated you were using repo.boundelssgeo.com -
and had a 403 error. Even when asking it to fetch new updates.
yes, you are right
After I updated my master branc
Before update my master branch, I used -nsu parameter of maven to build without
SNAPSHOT updates.
After I updated my master branch, It builds ok.
Alvaro
De: Jody Garnett
Para: A Huarte
CC: Walter Stovall ;
"geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 23 de
Updated my master, it works fine!
Thanks Ian
De: Ian Turton
Para: Walter Stovall
CC: A Huarte ; "geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 23 de octubre de 2015 13:00
Asunto: Re: [Geoserver-devel] Maven repo of boundlessgeo working?
I'm on master,
Oops, I wanted to write...
...It works for me!
Sorry
De: A Huarte
Para: Walter Stovall ;
"geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 23 de octubre de 2015 12:48
Asunto: Re: [Geoserver-devel] Maven repo of boundlessgeo working?
Now, I compile with -nsu pa
Now, I compile with -nsu parameter of maven to skip SNAPSHOT updates
-> mvn -nsu -DskipTests clean install
I work for meAlvaro
De: Walter Stovall
Para: A Huarte ; "geoserver-devel@lists.sourceforge.net"
Enviado: Viernes 23 de octubre de 2015 12:39
Asunto: RE: [Geoserver
Hi, I can't to build the master branch of GeoTools. I don't have access to
maven repo: http://repo.boundlessgeo.com
I get a 403-forbidden error.
Any Idea?
Thank you very muchAlvaro
--
_
:-)
it may be interesting report this issue to correct the documentation:
https://jira.codehaus.org/browse/GEOS#selectedTab=com.atlassian.jira.plugin.system.project%3Aissues-panel
Alvaro
De: Jonny Huck
Para: A Huarte
CC: "geoserver-devel@lists.sourceforge.net"
Enviado:
Hi Jonny, I build the HelloWPS sample successfully adding the "gs-wps-core"
module as dependency
org.geotools
gt-process 14-SNAPSHOT
org.geoserver
gs-main 2.8-SNAPSHOT
tests test
org.geoserver.extension
gs-wps-core
26 matches
Mail list logo