WordPress Real Estate Map
Full-Stack Web Developer
The Challenge
The major challenge lay within the commercial 'listeo' plugin. Its geographical scripts were minified, poorly documented, and rigidly hooked into standard form submits. To achieve the client's vision, I had to deeply reverse-engineer `listeo.leaflet.js` and intercept its native logic. I successfully decoupled the search strictly from the UI dropdowns, rewrote the AJAX pipeline in PHP to accurately process bounding-box bounds, and hooked directly into Leaflet's 'moveend' and 'zoomend' events. Additionally, I refined the Nominatim (OpenStreetMap) geocoding calls to correctly interpret Italian municipal vs. provincial hierarchies, ensuring that searching simply for 'Roma' correctly fetched all associated properties instantaneously.