Skip to Main Content

Overview

The Map region is useful for displaying coordinate data and is highly customizable. Supports points, lines and polygon data, as well as a variety of map backgrounds from OpenStreetMap and Oracle World Map to custom backgrounds.

Maps can be connected with additional APEX components such as Faceted Search and Reports, to make filtering and viewing data even easier. To see additional Map examples, visit the Sample Maps App.

Instructions

  1. In Page Designer, select a region
  2. Go to the Property Editor
  3. Under the Region tab
    1. Find Identification → Type, use Map
    2. Find Appearance → Template, use Blank with Attributes

Demo

3000 km
© 2022 Oracle Corporation    Terms    Map data © 2021 HERE

Sample SQL Query

select ID,
       IATA_CODE,
       CITY,
       STATE_NAME,
       to_char(ACTIVATION_DATE_DT,'fmDDfm-MON-YYYY') as ACTIVATION_DATE,
       COMMERCIAL_OPS,
       to_char(COMMERCIAL_OPS,'999G999G999G999') as com_ops_fmtd,
       AIR_TAXI_OPS,
       to_char(AIR_TAXI_OPS,'999G999G999G999') as air_ops_fmtd,
       GEOMETRY
  from EBA_UT_MAP_AIRPORTS