Re: [Geoserver-users] DXF plugin problem Geoserver 2.13.1

2018-08-02 Thread GeoUser via Geoserver-users
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

Re: [Geoserver-users] JP2 overlap: cannot make "white background" transparent

2018-06-21 Thread GeoUser via Geoserver-users
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

Re: [Geoserver-users] High CPU usage after 2.13 upgrade

2018-05-15 Thread GeoUser via Geoserver-users
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

Re: [Geoserver-users] Repeat Labels Inside of Polygons

2017-05-12 Thread GeoUser
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.

Re: [Geoserver-users] Repeat Labels Inside of Polygons

2017-05-10 Thread GeoUser
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.

Re: [Geoserver-users] WFS 2.0 bounding box not generating srsNAME

2016-07-24 Thread GeoUser
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

Re: [Geoserver-users] Geoserver 2.8.0 and Oracle - another try

2015-10-18 Thread GeoUser
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

Re: [Geoserver-users] Display a raster without black background around

2015-05-24 Thread GeoUser
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

Re: [Geoserver-users] Asynchronous WPS in GeoServer

2015-05-04 Thread GeoUser
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="

[Geoserver-users] WPS problem 2.5.2

2014-10-15 Thread GeoUser
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

Re: [Geoserver-users] Fwd: Missing line segments from Oracle data

2014-09-09 Thread GeoUser
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

Re: [Geoserver-users] Error with Glassfish JNDI connection to Oracle Spatial

2014-07-11 Thread GeoUser
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

[Geoserver-users] Geoserver + GWC

2014-07-10 Thread GeoUser
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

[Geoserver-users] Application schema "nested" geometry

2014-06-03 Thread GeoUser
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:

Re: [Geoserver-users] App-Schema plugin, mapping the Address model of INSPIRE

2014-05-15 Thread GeoUser
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

Re: [Geoserver-users] GetFeature feature duplicates

2014-04-20 Thread GeoUser
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. -

Re: [Geoserver-users] GetFeature feature duplicates

2014-04-20 Thread GeoUser
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.

[Geoserver-users] GetFeature feature duplicates

2014-04-15 Thread GeoUser
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

Re: [Geoserver-users] Complex features and WMS

2014-04-04 Thread GeoUser
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. ---

Re: [Geoserver-users] Complex features and WMS

2014-03-27 Thread GeoUser
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.

Re: [Geoserver-users] Complex features and WMS

2014-03-18 Thread GeoUser
Yes, the layer.xml is configured as: > > > > inspire_NamedPlaceLayer > > > > NamedPlace > > > > / > > > > VECTOR > > > > > > point > > > > > > > > inspire_NamedPlaceFeatureType > > > > > > true > > > > > > 0 > > > > 0 > >

Re: [Geoserver-users] Complex features and WMS

2014-03-17 Thread GeoUser
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. ---

[Geoserver-users] Complex features and WMS

2014-03-15 Thread GeoUser
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

Re: [Geoserver-users] Bug or a feature

2012-07-13 Thread GeoUser
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.

[Geoserver-users] Bug or a feature

2012-07-11 Thread GeoUser
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

[Geoserver-users] Weblogic 12c + ArcSde + JNDI

2012-05-16 Thread GeoUser
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

Re: [Geoserver-users] Weblogic 12c

2012-05-15 Thread GeoUser
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

Re: [Geoserver-users] Weblogic 12c

2012-05-12 Thread GeoUser
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

[Geoserver-users] Weblogic 12c

2012-05-11 Thread GeoUser
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

Re: [Geoserver-users] Weblogic 12c

2012-05-09 Thread GeoUser
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

Re: [Geoserver-users] shape file export problem

2011-01-06 Thread GeoUser
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

[Geoserver-users] shape file export problem

2011-01-05 Thread GeoUser
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