Thematic maps describe geographies using any collection of boundaries, lines or points. Typical use cases include:
- Maps with political boundaries such as states, which in aggregate also present the shape of a country.
- Flood zones, tax parcels, hardiness zones for plants ... pretty much anything where there is a geographic area.
Thematic maps are, for example, ubiquitous in the news. We've all seen (too many) color coded maps with numbers of COVID cases
Oracle Jet provides a thematic map object. See. https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=thematicMap&demo=basemaps
Note that this is different from the basemap provided by the APEX map object. The Oracle Jet thematic map can render any map using geojson. Someone might, for example, create a geojson map with customized regions (collections of states), water basins, a site plan of a sports stadium, pretty much anything with boundaries.
A thematic map could be displayed over the APEX base map.
The implementation should include support user-provided geojson (e.g., selected from a table or a static file), and color or pattern filling based on data values.
Classic example (using Oracle Jet)
