The popup block
Field name
Description
"popup": {
"titleAttribute": "name",
"keyAttributes": ["osm_id", "highway", "ref", "place"],
"popupLayout": "list",
"popupLocation": "onMap",
"headerLayout": "standard"
}Iframe and HTML popups
"popup": {
"type": "iframe",
"url": "https://example.com/details/{{id}}",
"popupLocation": "modal",
"width": 600,
"height": 800
}H3 aggregation attributes
Last updated
Was this helpful?