mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
16 lines
595 B
Plaintext
16 lines
595 B
Plaintext
- if ContentConfig.open_street_map_enabled
|
|
.map-container
|
|
%ofn-open-street-map#open-street-map
|
|
#open-street-map--search
|
|
%input.autocomplete-input
|
|
%ul.autocomplete-result-list
|
|
|
|
- else
|
|
.map-container
|
|
%map{"ng-controller" => "MapCtrl"}
|
|
%ui-gmap-google-map{options: "map.additional_options", center: "map.center", zoom: "map.zoom",
|
|
styles: "map.styles", draggable: "true"}
|
|
%map-search
|
|
%ui-gmap-markers{models: "OfnMap.enterprises", fit: "true",
|
|
coords: "'self'", icon: "'icon'", click: "'reveal'"}
|