[Geoserver-users] GetfeatureInfo with same layer twice with different styles

2018-07-09 Thread László Németh
Hi, We are using geoserver v2.13. We have a database layer named RAWDWG_T with two associated styles named RAWDWG_SAJAT_OSZLOPSOR and RAWDWG_SAJAT_ALEPITMENY. The styles are not defining rule for all the features of the layer, so the styles also filter the content of the layers. The issue is

Re: [Geoserver-users] GetfeatureInfo with same layer twice with different styles

2018-07-10 Thread László Németh
apple feature and request with LAYER=APPLE,APPLE and STYLE=green,red results in the green apple feature twice. Is this the way it should work? Thank you, Laszlo > On 2018. júl. 10., at 15:35, Andrea Aime wrote: > > On Mon, Jul 9, 2018 at 10:47 PM, László Németh <mailto:nlaszlo1...@gmail.

[Geoserver-users] Getting Unable to transform referenced envelope, crs has not yet been provided ERROR on GetCapabilities

2018-04-18 Thread László Németh
Hi, I have a problem when requesting WMS GetCapabilities from geoserver 2.12 and can not figure out what happens. We are using an Oracle 12c database to store our features. Most of our features are in EPSG:4326 but also have some in our local Hungarian coordinate system EPSG:23700. The

Re: [Geoserver-users] Getting Unable to transform referenced envelope, crs has not yet been provided ERROR on GetCapabilities

2018-04-18 Thread László Németh
018. Apr 18., at 19:35, László Németh <nlaszlo1...@gmail.com> wrote: > > Hi, > > I have a problem when requesting WMS GetCapabilities from geoserver 2.12 and > can not figure out what happens. > We are using an Oracle 12c database to store our features. Most of our

Re: [Geoserver-users] Getting Unable to transform referenced envelope, crs has not yet been provided ERROR on GetCapabilities

2018-04-18 Thread László Németh
; at the database level. > > Cheers > Andrea > > On Wed, Apr 18, 2018 at 7:44 PM, László Németh <nlaszlo1...@gmail.com > <mailto:nlaszlo1...@gmail.com>> wrote: > I experience the same when going to Layer preview and try to download the > layer as GML: >

Re: [Geoserver-users] Getting Unable to transform referenced envelope, crs has not yet been provided ERROR on GetCapabilities

2018-04-19 Thread László Németh
u, Apr 19, 2018 at 6:45 AM, László Németh <nlaszlo1...@gmail.com > <mailto:nlaszlo1...@gmail.com>> wrote: > Hi Andrea, > > Thank you for your answer. I did some tests. > > 1. Deleted all workspaces in the workspaces configuration except the tested >

Re: [Geoserver-users] Update WFS when feature is based on Oracle view with instead of trigger

2018-04-19 Thread László Németh
Hi, Just to have it in the archive I have found a workaround for this error. The current version of gt-jdbc-oracle uses a “new” Oracle JDBC feature to get the DB generated ID of new record inserted by using Oracle RETURNING clause feature under the hook. By reverting back to

Re: [Geoserver-users] Update WFS when feature is based on Oracle view with instead of trigger

2018-04-20 Thread László Németh
Correct. I raised the issue and also check commercial support. Regards, Laszlo > On 2018. Apr 19., at 17:51, Ian Turton > wrote: > > Don't randomly change the jars in a GeoServer install, many bad things can > happen and there is no guarantee

[Geoserver-users] CSS syntax with filter function returning boolean

2019-01-01 Thread László Németh
Hi, Could anyone help me clarify how to compose a CSS filter with a function returning boolean? I thought this should be fine, but I get "Expecting Filter Parsing : equalTo(1,1)." [equalTo(1,1)] { :mark { stroke: #e52e2e; fill: #ff6c6c; } }; Thank you,

Re: [Geoserver-users] CSS syntax with filter function returning boolean

2019-01-02 Thread László Németh
Dear Andrea, Thank you! Regards, László > 2019. jan. 2. dátummal, 19:05 időpontban Andrea Aime > írta: > > On Wed, Jan 2, 2019 at 11:21 AM László Németh <mailto:nlaszlo1...@gmail.com>> wrote: > Should it be referenced in the style anywhere or being argument

Re: [Geoserver-users] CSS syntax with filter function returning boolean

2019-01-02 Thread László Németh
tors. > In order to make that a filter you'll have to write: > > [equalTo(1, 1) = true] > > Cheers > Andrea > > On Wed, Jan 2, 2019 at 7:23 AM László Németh <mailto:nlaszlo1...@gmail.com>> wrote: > Hi, > > Could anyone help me clarify how to comp

Re: [Geoserver-users] CSS syntax with filter function returning boolean

2019-01-02 Thread László Németh
; > Yes, only the properties explicitly referenced in the style are loaded from > the source data, > so your function will have to have the necessary parameters explicitly listed > as call arguments > > Cheers > Andrea > > > On Wed, Jan 2, 2019 at 10:58 AM László N

Re: [Geoserver-users] CSS syntax with filter function returning boolean

2019-01-02 Thread László Németh
ime > írta: > > On Wed, Jan 2, 2019 at 11:15 AM László Németh <mailto:nlaszlo1...@gmail.com>> wrote: > Thanks. I was wondering how “property" feature function is working. Is it > possible to load properties dymanically or at least indicate what propereties >

[Geoserver-users] CSS style with conditionally multiple symbolizers

2019-02-21 Thread László Németh
Hi List, Is there any way to add a second symbol in CSS based on a condition? So by example [param1 = value1] { mark: symbol(circle); } [param2 = value2] { mark(2): symbol(square); /* around the circle */ } I could define the second rule as: [param2 = value2] { mark:

Re: [Geoserver-users] Point symbolizer and ground units

2019-02-21 Thread László Németh
eers > Andrea > > > On Wed, Feb 13, 2019 at 5:02 PM László Németh <mailto:nlaszlo1...@gmail.com>> wrote: > Dear All, > > I have tried the below simple style with a geoserver point layer: > > * { > mark: symbol(square); > :mark { >

Re: [Geoserver-users] Point symbolizer and ground units

2019-02-21 Thread László Németh
I will give a try. > 2019. febr. 21. dátummal, 10:24 időpontban Andrea Aime > írta: > > On Thu, Feb 21, 2019 at 10:18 AM László Németh <mailto:nlaszlo1...@gmail.com>> wrote: > Yes, you are right, lines are problematic but resizing symbols and polygons > do not hav

Re: [Geoserver-users] Point symbolizer and ground units

2019-02-21 Thread László Németh
> 2019. febr. 21. dátummal, 9:59 időpontban Andrea Aime > írta: > > On Thu, Feb 21, 2019 at 9:54 AM László Németh <mailto:nlaszlo1...@gmail.com>> wrote: > Dear Andrea, > > Meanwhile I figured out. > The "ground unit” terminology is somehow misleading, s

[Geoserver-users] CSS style with conditionally multiple symbolizers

2019-02-21 Thread László Németh
Hi List, Is there any way to add a second symbol in CSS based on a condition? So by example [param1 = value1] { mark: symbol(circle); } [param2 = value2] { mark(2): symbol(square); /* around the circle */ } I could define the second rule as: [param2 = value2] { mark:

[Geoserver-users] Point symbolizer and ground units

2019-02-13 Thread László Németh
Dear All, I have tried the below simple style with a geoserver point layer: * { mark: symbol(square); :mark { fill: #0077b3; }; mark-size: 8m; } We use the resulted WMS output in Openlayers with a measurement toolbar. If we measure the resulting square its sides are about 5,45

[Geoserver-users] Style XML / Custom filter function jar problem

2020-10-17 Thread László Németh
Dear List! We have old (2.12.3) geoserver that we have extended with some custom filter function by implementing FunctionFactory. The filter functions are compiled to a .jar file that is copied to the WEB-INF/lib. Recently after a restart we had some GWC index issues that we fixed and now we