A log would help greatly.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.l
Set output transparent color to FF.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org
Looking at the code, this seems to have changed for geotools 19:
- maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate);
+ maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate,
step);
The new getMaxAngleChange was added and the loop inside this new method does
not
You can not have an always visible label using the GWC (cached tiles are
rather static). Use the WMS.
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Repeat-Labels-Inside-of-Polygons-tp5319970p5320299.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Are you using cached tiles (GWC)?
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Repeat-Labels-Inside-of-Polygons-tp5319970p5320009.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
A quick code glance suggests that the bounds collected in the
WFSParsingUtils.FeatureCollectionType_getProperty do not contain the CRS
which prevents the encoder from encoding the info you require.
Why there is no CRS? It's probably bacause the specific FeatureCollection
implementation does not pr
Just in case...
If you run tomcat as a service, you can not specify Xmx, Xms in
startup/catalina.bat. You have to do it in the tomcat service administrator.
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Geoserver-2-8-0-and-Oracle-another-try-tp5230639p5230985.html
Se
Hey!
You could load this coverage as "1 tile" ImageMosaic. The you'd have the
full control over the input / output transparency.
Or even better yet, cut this raster into smaller tiles and make an actual
mosaic.
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Display-a-ras
Hey, if you still have this problem.
The solution is to specify the main process's output to:
>
>
> lineage="false">
>
>
>
>
> result
>
>
>
>
>
>
>
This will return the "status" in form of:
>
> http://www.opengis.net/wps/1.0.0";
> xmlns:ows="
Hey all. I'm using a process which takes a line geometry, buffers it and
creates a new feature. Then i intersect this new layer with a point layer
using the gs:IntersectionFeatureCollection. Two problems appear:
1. When the geometries actually intersect (buffer is big enough) all is well
but an ex
This might be it:
http://www.geo-solutions.it/blog/getting-curvey-with-oracle-spatial-and-geoserver/
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Missing-line-segments-from-Oracle-data-tp5091440p5160873.html
Sent from the GeoServer - User mailing list archive at Nabble.c
You could try disabling the "Wrap JDBC Objects" advanced option of the
connection pool (in the GF).
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Error-with-Glassfish-JNDI-connection-to-Oracle-Spatial-tp5149646p5150639.html
Sent from the GeoServer - User mailing list arch
Hey, i posted this question on GWC mailing list, but since geoserver comes
bundled with GWC i might aswell ask here.
So in my GIS viewer i use GWC as the default backend (GWC uses GeoServer as
the WMS source). Now i'd like to attach some custom (dynamic) parameters to
the GWC wms get request and t
I have a problem with the complex feature mapping, where no attribute gets
recognised as "geometry" attribute. This is probably since the geometry is
nested within a complex attribute:
Hi,
I have similar problem like Julián González had two years ago.
I would like to know if it's already possible to embed referenced complex
feature types at the end of wfs xml response using app-schema or not?
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/App-Schema-pl
Ah, found an open issue: https://jira.codehaus.org/browse/GEOS-6442
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GetFeature-feature-duplicates-tp5135280p5136128.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
-
Just tested on 2.4.6, it's the same story, same bug.
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GetFeature-feature-duplicates-tp5135280p5136127.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hey!
Executing:
http://localhost:8080/geoserver/wfs?request=GetFeature&version=1.1.0&typeName=topp:states&propertyName=STATE_NAME,LAND_KM,the_geom&outputFormat=GML2&CQL_FILTER=STATE_NAME=%27Montana%27
Gives me 3 "montana" features. If i omit the "propertyName", then i get only
one feature (which
The problem has been resolved as described in the comments:
https://jira.codehaus.org/browse/GEOT-4756
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Complex-features-and-WMS-tp5129235p5133077.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
---
The issue created: https://jira.codehaus.org/browse/GEOS-6417
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Complex-features-and-WMS-tp5129235p5131453.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Yes, the layer.xml is configured as:
>
>
>
> inspire_NamedPlaceLayer
>
>
>
> NamedPlace
>
>
>
> /
>
>
>
> VECTOR
>
>
>
>
>
> point
>
>
>
>
>
>
>
> inspire_NamedPlaceFeatureType
>
>
>
>
>
> true
>
>
>
>
>
> 0
>
>
>
> 0
>
>
We're using the NamedPlace which has the geometry defined as:
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Complex-features-and-WMS-tp5129235p5129391.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
---
Hey all.
I seem to be having problems with Complex Features and WMS. The WFS part is
working correctly, i get a complex feature with embedded complex features
and geometry (point). But then trying the WMS, i get exceptions.
This happens because the render can not find CRS and geometry in the
feat
Ok, the issue is here: http://jira.codehaus.org/browse/GEOS-5224
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Text-symbolizers-Bug-or-a-feature-tp4987636p4988145.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
I have a point layer and a SLD where i do this:
GEOMETRY
And to my suprise i don't get X in world coordinates but X in image pixel
coordinates. Why does this happen? Because when processing SLD, the
coordinates are already in "image space"?
Even if i do this:
GEOMETRY
I tried the combination (Weblogic 12c + ArcSde + JNDI) and it's not working,
giving the exception:
*Error creating data store, check the parameters. Error message: Unknown
JNDI resource on path jdbc/geoserverSdeDS. Expected one of
[org.geotools.arcsde.session.ArcSDEConnectionConfig,
org.geotools.a
Thatk you for this information. That solved the problem.
But now for the next one. I also tried JNDI for ArcSDE (again Weblogic12c)
and again there is a problem:
*Error creating data store, check the parameters. Error message: Unknown
JNDI resource on path jdbc/geoserverSdeDS. Expected one of
[o
Hey, the problem is that i can not use the basic oracle connection. I MUST
use JNDI. I guess i'll have to fix the oracle plugin :)
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Weblogic-12c-tp4968706p4972769.html
Sent from the GeoServer - User mailing list archive at Nabble
Hey all, i had some 'subscription' problems so i'm reposting my problem. Here
it goes:
I'm running Geoserver 2.1.3 on Weblogic 12c and trying to use the official
Oracle plugin (JNDI). The problem is that Weblogic wraps all oracle jdbc
stuff, causing exceptions as seen below, allover Oracle plugin
Anyone having same problems?
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Weblogic-12c-tp4962972p4963746.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
--
Live Security Vi
Thanks a lot. So the problem might be in final shapefile size.
Rahkonen Jukka wrote:
>
> Andrea Aime wrote:
>
>> On Wed, Jan 5, 2011 at 6:16 PM, Rahkonen Jukka
> wrote:
>> Hi,
>>
>>> One possible reason for the problem is file size of uncompressed
>>> shapefile parts increasing over 2 GB or
Hey!
This is the priblem i have. I'm trying to export some huge data (few GB)
from a database to shape-zip. So i issue the standard GetFeature as
shape-zip as format to geoserver. This works for smaller exports, but with
this export all i get back from server (after some time) is the 500 error.
W
32 matches
Mail list logo