From 902059bc467536ff11647af1cf2a61f776213841 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 2 Feb 2015 15:25:05 +1300 Subject: Add map to default layout --- web/Styles.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 web/Styles.js (limited to 'web/Styles.js') diff --git a/web/Styles.js b/web/Styles.js new file mode 100644 index 000000000..3feca2700 --- /dev/null +++ b/web/Styles.js @@ -0,0 +1,27 @@ +/* + * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +var styles = { + + panel_padding: 10, + + device_width: 300, + + map_center: [ -0.1275, 51.507222 ], + map_zoom: 6, + map_max_zoom: 16 + +}; -- cgit v1.2.3