Hi..
I,m from Brazil and im facing a issue with th querlayer
i want polygons from LayerA that intersects a polygon from LayerB which
attribute cd_bioma = 1.
So i made the follow CQL_filter

intersects(intersection_geom, querySingle(layerB, 'geom', 'cd_bioma=1'))

but i get the following error:

code="internalError"Rendering process failed. Layers: LayerA
PropertyDescriptor is null - did you request a property that does not exist?

LayerA have the follow attributes:

PropertyTypeNullable
Min/Max
monitored_id String true 0/1
intersect_id String true 0/1
execution_date Timestamp true 0/1
intersection_geom Geometry true 0/1
calculated_area_ha Double true 0/1
a_carprodes_1_de_car_validado_sema_gid Integer true 0/1
de_area_app_sema_codigo Long true 0/1
de_area_app_sema_requerimen Long true 0/1
a_carprodes_1_de_car_validado_sema_nomes_prop String true 0/1
a_carprodes_1_de_car_validado_sema_geocodigo String true 0/1
a_carprodes_1_de_car_validado_sema_numero_do1 String true 0/1
a_carprodes_1_de_car_validado_sema_numero_do2 String true 0/1
a_carprodes_1_de_car_validado_sema_nome_da_p1 String true 0/1
a_carprodes_1_de_car_validado_sema_municipio1 String true 0/1
a_carprodes_1_de_car_validado_sema_situacao_1 String true 0/1
a_carprodes_1_de_car_validado_sema_area_ha_ BigDecimal true 0/1
a_carprodes_1_de_car_validado_sema_nomepropri String true 0/1
a_carprodes_1_de_car_validado_sema_cpfcnpj String true 0/1
a_carprodes_1_dd_prodes_inpe_mainclass String true 0/1
a_carprodes_1_dd_prodes_inpe_class_name String true 0/1
a_carprodes_1_dd_prodes_inpe_ano Integer true 0/1
a_carprodes_app_67_id

Can someone tell me what i'm doing wrong??
GS version: 2.20.0

*Kyle Felipe*
Vida longa e próspera!
May the forçe be with you...
#ThinkFree
www.linkedin.com/in/kylefelipe
https://gitlab.com/kylefelipe
https://github.com/kylefelipe
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to