mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
20 lines
729 B
Plaintext
20 lines
729 B
Plaintext
- if ContentConfig.open_street_map_enabled
|
|
.map-container
|
|
%ofn-open-street-map#open-street-map
|
|
%div#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-osm-tiles
|
|
%map-search
|
|
%ui-gmap-markers{models: "OfnMap.enterprises", fit: "true",
|
|
coords: "'self'", icon: "'icon'", click: "'reveal'"}
|
|
|
|
.map-footer
|
|
%a{:href => "http://www.openstreetmap.org/copyright"} © OpenStreetMap contributors
|