diff options
Diffstat (limited to 'node_modules')
-rw-r--r-- | node_modules/components-data/map.json | 8 | ||||
-rw-r--r-- | node_modules/montage/ui/map.reel/map.html | 4 | ||||
-rw-r--r-- | node_modules/montage/ui/map.reel/map.js | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json index 796b2fad..792a7fe5 100644 --- a/node_modules/components-data/map.json +++ b/node_modules/components-data/map.json | |||
@@ -18,5 +18,11 @@ | |||
18 | "default": "" | 18 | "default": "" |
19 | } | 19 | } |
20 | 20 | ||
21 | ] | 21 | ], |
22 | |||
23 | "defaultStyles": { | ||
24 | "width": "280px", | ||
25 | "height": "280px" | ||
26 | } | ||
27 | |||
22 | } \ No newline at end of file | 28 | } \ No newline at end of file |
diff --git a/node_modules/montage/ui/map.reel/map.html b/node_modules/montage/ui/map.reel/map.html index b255ac1e..b39a11a9 100644 --- a/node_modules/montage/ui/map.reel/map.html +++ b/node_modules/montage/ui/map.reel/map.html | |||
@@ -29,8 +29,8 @@ | |||
29 | .montage-google-map { | 29 | .montage-google-map { |
30 | margin: 0; | 30 | margin: 0; |
31 | padding: 0; | 31 | padding: 0; |
32 | width: 600px; | 32 | width: 280px; |
33 | height: 700px; | 33 | height: 280px; |
34 | } | 34 | } |
35 | 35 | ||
36 | </style> | 36 | </style> |
diff --git a/node_modules/montage/ui/map.reel/map.js b/node_modules/montage/ui/map.reel/map.js index 42af218e..cba08a42 100644 --- a/node_modules/montage/ui/map.reel/map.js +++ b/node_modules/montage/ui/map.reel/map.js | |||
@@ -43,9 +43,9 @@ var Map = exports.Map = Montage.create(Component, /** @lends module:"montage/ui/ | |||
43 | value: false | 43 | value: false |
44 | }, | 44 | }, |
45 | 45 | ||
46 | 46 | // Sunnyvale, CA | |
47 | defaultLatLng: { | 47 | defaultLatLng: { |
48 | value: {lat: -34.397, lng: 150.644} | 48 | value: {lat: 37.37, lng: -122.03} |
49 | }, | 49 | }, |
50 | 50 | ||
51 | _latLng: { | 51 | _latLng: { |