A glimpse of the APEX 22.2 new features - Vector Map tiles

Creating apps built with ❤️ using Oracle APEX. PL/SQL dev. Exploring the AI and ML world. Keen on front-end, visual arts and new technologies. Love travel, sports, photography.
Search for a command to run...

Creating apps built with ❤️ using Oracle APEX. PL/SQL dev. Exploring the AI and ML world. Keen on front-end, visual arts and new technologies. Love travel, sports, photography.
No comments yet. Be the first to comment.
Impressions from APEX Alpe Adria 2026

The Use Case Oracle APEX has a special template for Dialog Pages, called Drawer. This template is also available for any Region on you Page (this time called Inline Drawer). 💡 A Drawer is an overlay

The Use case (and the issue) What you see on this screenshot is a pretty common requirement in an APEX application - A form, where you have some text item or dropdown menu, followed by a button or som

The power of Claude Code - offline, free, secure

Using a REST Media Resource as an image source

The Map region can now use Vector Layers for improved display quality, especially on high pixel density displays.
Why is this good news? Because vector tiles are faster to render, smaller in size, contain lots of information, not just graphical. They eliminate the blur that you usually see for a second before the map is reloaded after zoom-in, zoom-out or drag. All the types of maps currently supported in Oracle APEX are great for being presented using vectors.
Browser Dev Tools on the Network tab and check for yourself.
Raster format (like PNG) or a Vector format (like PBF). Here are some of the benefits of using Vector tiles and these are the reasons why APEX now supports it in the latest version:Pros:
Cons:
Not bad, right! However, there are some specific types of maps, where Raster formats are used and that is when satellite or aerial imagery is displayed. Check the two images below to see those two use cases:


Opening your Browser Dev Tools while you interact with an APEX Map will give you a very good idea of the process behind rendering a map. Each move, zoom-in, zoom-out or a drag in any direction results in a number of calls to a server to get the new set of tiles. So having a format, that is smaller in size can greatly improve the loading speed and the user experience. Furthermore, you can get a very good idea of what service is used by the APEX Map region for getting the tiles information (https://elocation.oracle.com/), what is the content type and what is the size of each tile.


Read more about the difference between raster and vector formats for displaying Map tiles in this article
Also check the official release video for this new feature in the video below. ⬇️
Although it's just one simple step, and it's turned on by default, it's good to know where to look for it. The Component Settings in Shared Components holds the global settings for several Regions and components.
To change the tiles type, used in your Maps regions do the following:
Shared ComponentsComponent SettingsMaps Use Vector Tile LayersThe default value is 'Yes' and I encourage you to leave it like that, so you can take advantage of the new way maps are rendered.

Liked that post? Follow me on Twitter and LinkedIn!
🔷 @plamen_9 on Twitter
🔷 Plamen Mushkov on LinkedIn