- App Builder User's Guide
- Managing Application Components
- Creating Maps
- Adding a Map Using the Create Page Wizard
10.4.5 Adding a Map Using the Create Page Wizard
Run the Create Page Wizard to create a new page with a map.
To create a map page by running the Create Page Wizard:
- On the Workspace home page, click the App Builder icon.
- Select the application.
- Click Create Page.Create a Page appears and features three tabs: Component, Feature, and Legacy Pages.
- Under Component, select Map.
- Page Definition:
- Page Number - The page number is an integer value that identifies a page within an application.
- Name - Specify a text name for this page.
Tip:
This text is also used for page Title. After page creation, you can modify the Title in Page Designer. - Page Mode - Identify the page mode. To learn more, see field-level Help.
- Data Source - Select a Data Source for the page:
-
Local Database - Data is sourced from a local database.
-
REST Enabled SQL - Data is sourced from a remote database, where the connection is defined using REST Enabled SQL. To create or maintain REST Enabled SQL references, navigate to Shared Components, REST Enabled SQL Databases.
-
REST Source - Data is sourced from a RESTful web service defined using REST Data Sources. To create or maintain REST Data Sources, navigate to Shared Components, REST Data Sources.
-
Duality View - Data is sourced from a Duality View Source defined using Duality Views within Shared Components.
-
JSON Source - Data is sourced from a JSON Source defined using JSON Sources within Shared Components. JSON Sources include tables with JSON columns or JSON Collection Tables.
Tip:
The steps that follow differ depending upon the selected Data Source. This task assumes the Data Source is Local Database. -
- Source Type - Specify the source of the new page. Options include:
- Select a Source Type. Options include:
- Table:
- Table / View Owner - Select the owner of the table on which you are building the page.
- Table/View Name - Select the table or view on which the page will be based.
- SQL Query:
- Enter a SQL SELECT statement - Enter the SQL query. To see an example, expand the SQL Query Example region.
- Table:
- Select a Source Type. Options include:
- Navigation - Expand the region and enable or disable navigation. If either flag is enabled, additional attributes appear. To learn more about an attribute, see field-level Help.
- Use Breadcrumb - Enable to create a breadcrumb entry for this page. By default, the page name is used as breadcrumb entry name.
- Use Navigation - Enable to create a navigation menu entry for this page. By default, the page name is used as navigation menu name.
- Click Next.
- Map Style - Select the type of spatial geometry layer. Options include:
- Points - Points (for example, customer or supplier locations) are display as markers. The marker shape and color is configurable.
- Lines - Lines represent features such as roads or paths. The stroke style and color is configurable.
- Polygons - Polygons represent areas like parcels, states, or countries. The style and color are configurable for stroke and fill.
- Heat Map - Heat Maps are used to visualize the point density. The more points that are clustered together, the more intense the color becomes. Use this option to visualize the spatial distribution of population or incidents.
- Extruded Polygons - Display as three-dimensional, extruded, objects. The height of the 3D object visualizes a column value.
- Map Attributes:
- Geometry Column Type - Select how spatial objects are sourced. Options
include:
-
Geometry Column - Supported data types include
SDO_GEOMETRY
,VARCHAR2
, orCLOB
.Local databases and REST Data Sources support the
SDO_GEOMETRY
column type. However, REST Enabled SQL data sources do not support theSDO_GEOMETRY
column type.VARCHAR2
andCLOB
columns must contain geometry information in GeoJSON format. - Two Numeric Columns - This option only displays for Point and Heat Map layers. These columns must contain longitude and latitude values.
-
- What appears next depends upon the spatial objects (or geometries) and Geometry Type you select. Select the appropriate columns.
- Create a Faceted Search Page - Enable this option to create the map page as a Faceted Search page. The Faceted Search region will contain only a Search facet, other facets can be added later in Page Designer.
- Geometry Column Type - Select how spatial objects are sourced. Options
include:
- Click Create Page.
Tip:
To learn more about external data sources, see Managing REST Enabled SQL References and Managing REST Data Sources.Parent topic: Creating Maps