Skip to main content

Posts

Showing posts from August, 2026

Beyond Pins: Live Clustered Maps in Oracle APEX

Rise With Apex · Oracle APEX 26.1 Beyond Pins: Live Clustered Maps in Oracle APEX A build log, written while actually building it 01 Base data 02 REST feed 03 Clustering 04 Custom pins 05 Live refresh 06 Dark mode bug 07 Takeaways I started this because the normal APEX Map Region was giving me a plain page with dots on it and nothing else. No clustering, no live updates, no custom colors for different asset status. Just a map with pins sitting there. I needed something that actually looked alive, showing trucks, stores and sensors moving and updating on their own without me refreshing the page every few seconds. So I decided to skip the built in Map Region completely and build the whole thing with Leaflet.js on top of an ORDS REST endpoint instead. This post is basically my notes from that process, the parts that worked, and a good number of parts that did not work on the f...