We have a Geoserver serving a number of WMS layers from a PostGIS backend. Two are polygon layers with a content.ftl defined for getfeatureinfo requests.
These two randomly but rather often fail to show in the same info-popup.
The logs say
The content.ftls are similar, both beginning akin:
Designation: ${feature.designation.value}i.e list features as feature, do ${feature.column.value}.
Could this be some sort of timings issue? Any information will be appreciated : )
أكثر...
These two randomly but rather often fail to show in the same info-popup.
The logs say
ERROR [freemarker.runtime] - Template processing error: "Expression feature. is undefined on line 7,.. in content.ftl
--The thing is that it shouldn't be undefined and it isn't most of the time and never when there's just one of the two layers in the map.
The content.ftls are similar, both beginning akin:
Designation: ${feature.designation.value}i.e list features as feature, do ${feature.column.value}.
Could this be some sort of timings issue? Any information will be appreciated : )
أكثر...