Wappler Version : 7.9.7
Operating System : Win 11
Server Model: node
Database Type:
Hosting Type:
Expected behavior
Markers should display
Actual behavior
They do not display
Sorry @patrick but more leaflet maps issues.
Moved on since previous fix, now using dynamic markers rather than a single Leaflet Marker
My API action returns data (currently only one record in table) like this:
"query": {
"surgery_id": 1,
"heading": "Event name",
"body": "<p>Event Description</p>",
"online": "1",
"date": "2026-08-13 19:30:00",
"location": "Event Location",
"postcode": "",
"ward_code": "E14001567",
"lat": 54.954914,
"lng": -1.729253,
"map": 1
}
}
I use dynamic markers:
No markers are shown, no console errors

