Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic Tile Layer - UTF Grid for Points

Hi,
i recently discovered a problem with the UTF Grid for DTL´s with Point Geometries. I do not get any data via the getFeatureInfo() of the DTL. With polygons everything works as expected.
var featureInfo = layer.oracleLayer.getFeatureInfo(); // This is already an empty object
var layerFeatureInfo = featureInfo["THEME.AUTO_G40_7423"];
What information or sample code should i send you or do you already know about this issue?
The current installed Version of MapVisualizationComponent is 19.1.0

// This is a file from the server, wich should contain data
{"THEME.AUTO_G40_7423":{"keys":[],"data":{},"grid":[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "]},"resolution":"16","rows":"16","columns":"16"}

// The Resolution of 16 was just a test case - there was also no data with 4 or 2 Resolution

// Heres the XML of the corosponding theme:
<?xml version="1.0" standalone="yes"?>
<styling_rules key_column="POINTID" highlight_style="MARKER.AUTO_1699_00FFFF">
<hidden_info>
<field column="POINTID" name="Id"/>
</hidden_info>
<rule column="RefBlockId">
<features style="MARKER.AUTO_1699_1"> (Floor=:1 AND ValidState = 0) </features>
<label column="Tuernummer_neu" style="TEXT.AUTO_638_PT_7_255_10PT"> 1 </label>
</rule>
</styling_rules>

Greetings

Comments
Post Details
Added on Sep 20 2021
0 comments
150 views