✔ RTL Map Region Labels APEX 24.2 & 🌍GeoCoding

  RTL Map Region Labels 24.2

Map regions have been enhanced to provide full support for right-to-left text rendering. This fixes an outstanding bug regarding displaying RTL labels in Map regions.

👀Video for this article: https://www.youtube.com/watch?v=K5zKPJeRwXM&t=66s



In Oracle APEX versions before 24.2, developers encountered issues with rendering right-to-left (RTL) text labels within Map Regions. Specifically, labels in Persian, Arabic, or Hebrew did not display correctly, leading to misaligned or improperly oriented text. This limitation hindered the usability and accessibility of applications for RTL language users.

With the release of Oracle APEX 24.2, this issue has been addressed. Map Regions now fully support RTL text rendering, ensuring that labels in RTL languages display correctly and align properly on the map. This enhancement improves the overall user experience for applications catering to RTL language audiences.





🌍 Geocoding in APEX 

Oracle Application Express introduced geocoding capabilities in version 21.2 and added new page items for geocoding and address normalization that allowing developers to implement geocoding features without the need for an API key .

What is Geocoding ?

Converting an address into geographic coordinates.

🔧Let's implement together:

1) Add a Text Field Item


2) Add a Geocoded Address Item

if you do not have any special structure for the address separately set the setting as below.


Run The Page

For example search for  110 E. Third Street and you can see the list of addresses with this content below

Now you can see the result on a map region 
How Geocoding can make our application more interesting?

Create an Interactive Report on one page and it'Form in the other page
select ID,
       NAME,
       ADDRESS,
       CITY,
       STATE,
       ZIP_CODE,
       GEOMETRY
  from MY_CUSTOMERS_TEST


On Form page create a new Item by typing Geocoded Address and set Geocoding Info as you see in below pic


then set the Source to the Geometry column of your table as you see in below pic





👀 Recommendation
I recommend watching the video https://www.youtube.com/watch?v=K5zKPJeRwXM&t=66s on my YouTube channel (www.youtube.com/@LidaGholizadeh_ORACLE_GISfor more details about this article!




Comments

Post a Comment

Popular posts from this blog

JavaScript In Oracle APEX (Client Side)

Installation of Oracle Database 23ai and APEX 24.2 and ORDS 24.4 on Windows Step-by-Step

Building a Fully Local AI-Powered Assistant with Oracle APEX and Vector Search #APEXCONN2025 #orclAPEX

Configuration of ORDS: Standalone, Tomcat, and WebLogic on Windows Step-by-Step

Oracle JET and Oracle APEX are best friends💕

Vector Tiles in Oracle Spatial 23

Building an AI-Powered Resume Matching System Using Oracle APEX and 23ai Vector Search😎

What is SYS.ODCI (SYS.ODCINumberList or SYS.ODCIVarchar2List) and How Can Use it in APEX ?

My Experience at Oracle CloudWorld Tour in Frankfurt – April 10, 2025