mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
9 lines
230 B
CoffeeScript
9 lines
230 B
CoffeeScript
Darkswarm.controller "MapCtrl", ($scope, MapConfiguration, OfnMap)->
|
|
$scope.OfnMap = OfnMap
|
|
$scope.map =
|
|
center:
|
|
latitude: -37.4713077
|
|
longitude: 144.7851531
|
|
zoom: 12
|
|
styles: MapConfiguration.options
|