Skip to Main Content

DevOps, CI/CD and Automation

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!

JET Thematic Map link's X/Y attributes

Oleh TyshchenkoFeb 25 2025

The documentation defines X/Y attributes of a JET Thematic Map link's as follows

x
The x coordinate which can represent latitude of the point.
y
The y coordinate which can represent longitude of the point.

But at the same time JET Cookbook > Visualizations > Thematic Map > Links page uses the opposite notation for markers:

<template slot="markerTemplate">
  <oj-thematic-map-marker
    x="[[$current.data.longitude]]"
    y="[[$current.data.latitude]]"
    ...
  </oj-thematic-map-marker>
</template>

So is the statement that X/Y represents latitude/longitude correct for links?

This post has been answered by John JB Brock-Oracle on Feb 27 2025
Jump to Answer
Comments
Post Details
Added on Feb 25 2025
1 comment
256 views