GeoChart region plugin can be used to visualize data on a google map. You can analyze and display geographic data and present it on the Google maps.
Example: Population, Pollution, Sources etc.
There are 3 types of map visualization modes available:
- Region: This mode fills entire regions such as countries, provinces, or states with colors corresponding to the assigned values.
- Markers: This mode uses circles to designate regions. You can scale the circles according to a specified value.
- Text: This mode labels the regions with identifiers.
You can check out demo at: https://apps.zerointegration.com/demo/f?p=apexplugins:geochart
INSTALLATION
- Download the latest release of the plugin from Github.
- Use “region_type_plugin_com_zerointegration_geochart.sql” file to install this plugin within your Oracle Apex application.
- Supply your Google API Key (Component Settings)
- Add a region to the page and use below SQL Query format to get data.
SELECT COUNTRY, POPULATION FROM TABLE
See below example settings to configure region plugin:
2 Comments
Thank you so much for sharing. Just one issue – Marker is not working ..could you please help
“Hello, sir. I’ve been researching various videos and multiple websites for my requirement, but I couldn’t find the answer. I specifically need an India map layout showcasing only the states of India without including other countries or regions. Could you please provide that? Thank you.”