fix: add transport_mode to entry JSON serialisation in all three map templates; note bbox approach in isNearTrack
This commit is contained in:
@@ -95,7 +95,8 @@
|
||||
'slug': item.page.slug,
|
||||
'title': item.page.title,
|
||||
'url': item.page.url,
|
||||
'force_connect': item.page.header.force_connect ? true : false
|
||||
'force_connect': item.page.header.force_connect ? true : false,
|
||||
'transport_mode': item.page.header.transport_mode ? item.page.header.transport_mode : null
|
||||
}]) %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user