2019-09-07 03:39:49 +02:00
|
|
|
<div
|
|
|
|
class="mapAPI-map-container"
|
|
|
|
data-map-zoom="$MapZoom"
|
2019-12-11 03:30:39 +01:00
|
|
|
data-key="$MapAPIKey"
|
2019-12-17 21:43:28 +01:00
|
|
|
data-map-style="<% if $MapStyle %>$MapStyle.XML<% else %>$SiteConfig.MapStyle.XML<% end_if %>"
|
|
|
|
<% if $GeoJSON %>data-geojson="$GeoJSON.XML"<% end_if %>
|
|
|
|
<% if $ID %>
|
|
|
|
data-id="$ID"
|
|
|
|
<% end_if %>
|
|
|
|
<% if $MapIcon %>
|
|
|
|
data-icon="$Icon.XML"
|
|
|
|
<% end_if %>
|
|
|
|
<% if $MapTitle %>
|
|
|
|
data-content="$MapTitle.XML"
|
|
|
|
<% end_if %>
|
|
|
|
<% if $Lat && $Lng %>
|
|
|
|
data-lat="$Lat"
|
|
|
|
data-lng="$Lng"
|
2020-10-26 11:25:06 +01:00
|
|
|
<% else_if $FullAddress %>
|
|
|
|
data-address="$FullAddress.XML"
|
2019-12-17 21:43:28 +01:00
|
|
|
<% else_if $Address %>
|
|
|
|
data-address="$Address.XML"
|
|
|
|
<% end_if %>
|
2019-09-07 03:39:49 +02:00
|
|
|
data-fly-to-marker="true"
|
|
|
|
data-fly-to-bounds="false"
|
|
|
|
>
|
2018-09-15 00:55:42 +02:00
|
|
|
<div class="mapAPI-map"></div>
|
2019-09-07 03:39:49 +02:00
|
|
|
</div>
|