diff --git a/.gitignore b/.gitignore index fe114409..6ff0632c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ s3analysis/mirror s3analysis/*csv env.sh +local_only.key +local_only.crt + diff --git a/AWS_Hosting/1.png b/AWS_Hosting/1.png new file mode 100644 index 00000000..b193dcce Binary files /dev/null and b/AWS_Hosting/1.png differ diff --git a/AWS_Hosting/2.png b/AWS_Hosting/2.png new file mode 100644 index 00000000..5e329a51 Binary files /dev/null and b/AWS_Hosting/2.png differ diff --git a/AWS_Hosting/3.png b/AWS_Hosting/3.png new file mode 100644 index 00000000..6f0ea30f Binary files /dev/null and b/AWS_Hosting/3.png differ diff --git a/AWS_Hosting/4.png b/AWS_Hosting/4.png new file mode 100644 index 00000000..5c456121 Binary files /dev/null and b/AWS_Hosting/4.png differ diff --git a/AWS_Hosting/5.png b/AWS_Hosting/5.png new file mode 100644 index 00000000..eb83347e Binary files /dev/null and b/AWS_Hosting/5.png differ diff --git a/AWS_Hosting/6.png b/AWS_Hosting/6.png new file mode 100644 index 00000000..c3cc1f46 Binary files /dev/null and b/AWS_Hosting/6.png differ diff --git a/AWS_Hosting/7.png b/AWS_Hosting/7.png new file mode 100644 index 00000000..88b48477 Binary files /dev/null and b/AWS_Hosting/7.png differ diff --git a/AWS_Hosting/AWS_Hosting.md b/AWS_Hosting/AWS_Hosting.md new file mode 100644 index 00000000..31fa1c83 --- /dev/null +++ b/AWS_Hosting/AWS_Hosting.md @@ -0,0 +1,23 @@ +# Hosting your Gigapixel through Amazon Web Services + +Before you can begin this process, you wil need to have generated Zoomify images. You can learn more about how to make one [here](/gigapixel/). + +Note: While Amazon supports free web hosting through its Free Tier option, after a year, you will have to pay to use their hosting services. It's relatively cheap (~$.03 / month for 1 GB, using their [pricing calculator](https://calculator.s3.amazonaws.com/index.html), but if you want an entirely free option, you can check out our GitHub hosting tutorial [here](https://github.com/NUKnightLab/StoryMapJS/blob/master/GITHUB_HOSTING/GITHUB_HOSTING.md). + +1. Sign up to create an account on [Amazon Web Services](https://aws.amazon.com/). If prompted, choose the 'Basic' account setting. +![](1.png) +2. Once your account has been created, choose the 'Host a Static Website' option on your dashboard. You can also click [here](https://console.aws.amazon.com/quickstart-website/new) to go to the same place. +![](2.png) +3. On your computer, navigate to the folder where you've stored your Gigapixel tiles. Inside the directory, create an empty file called 'index.html.' +![](3.png) +4. Compress your Gigapixel image folder. On Macs, you can right-click and select the 'compress' option. On PCs, you should right-click and then select send > to compressed file. +![](4.png) +5. Now, go back to the quickstart web hosting page, and upload your compressed folder. +![](5.png) +6. Amazon will spend ~15 minutes to publish your Gigapixel to their servers, but once Amazon is done, they will provide you a link to your hosted webpage. The location of the link is highlighted in the red box below. +![](6.png) + +You're done! Use the [Storymap authoring tool](/select/) to create your Gigapixel and include the link to your Amazon webpage. If you need more information on best practices after creating your Gigapixel, you can read our documentation [here](https://github.com/NUKnightLab/StoryMapJS/blob/master/BEST_PRACTICES/BEST_PRACTICES.md). + +![](7.png) +/ diff --git a/BEST_PRACTICES/1.png b/BEST_PRACTICES/1.png new file mode 100644 index 00000000..352cc365 Binary files /dev/null and b/BEST_PRACTICES/1.png differ diff --git a/BEST_PRACTICES/2.png b/BEST_PRACTICES/2.png new file mode 100644 index 00000000..daa21e1f Binary files /dev/null and b/BEST_PRACTICES/2.png differ diff --git a/BEST_PRACTICES/3.png b/BEST_PRACTICES/3.png new file mode 100644 index 00000000..4736e351 Binary files /dev/null and b/BEST_PRACTICES/3.png differ diff --git a/BEST_PRACTICES/4.png b/BEST_PRACTICES/4.png new file mode 100644 index 00000000..9867fba6 Binary files /dev/null and b/BEST_PRACTICES/4.png differ diff --git a/BEST_PRACTICES/5.png b/BEST_PRACTICES/5.png new file mode 100644 index 00000000..9ca0ef6c Binary files /dev/null and b/BEST_PRACTICES/5.png differ diff --git a/BEST_PRACTICES/BEST_PRACTICES.md b/BEST_PRACTICES/BEST_PRACTICES.md new file mode 100644 index 00000000..0f458b49 --- /dev/null +++ b/BEST_PRACTICES/BEST_PRACTICES.md @@ -0,0 +1,46 @@ +#Storymap Gigapixel Best Practices# + + +After you’ve created a Gigapixel image through the process described [here](https://storymap.knightlab.com/gigapixel/), there are two options for displaying your Gigapixel in the Options Panel: ‘Image’ and ‘Cartography.’ While most of the features are the same in each mode, there are a few quirks of each mode that you might want to be aware of when creating your StoryMap. + +![Options Panel](1.png) + +##Best Practices for Image Mode:## + + +In Image Mode, StoryMap markers are displayed only on hover, and path lines between markers are removed. Since these lines are removed, you should use this option if there is no spatial relationship between consecutive slides. + + +For the overview image, your Gigapixel will be resized to fit only the left hand pane of your StoryMap. If you’re using an image that has a dimension that’s more than 5x the size of the other dimension, the image may be difficult to see. Thus, when choosing images for your Gigapixel, you should try to use images that have a width:length ratio of 3:1 or less. You may also want to avoid images that have excess margin, if you want to maximize the size of your image in the overview panel. + + +![Proper Size](2.png) versus ![Improper Size](3.png) + + +If you want the image to fill the entire panel, you should choose an image that is sized in portrait view (2:3 or 1:2), rather than landscape. If none of these options work for you, you can use Cartography Mode instead. + + +##Best Practices for Cartography Mode:## + + +In Cartography Mode, StoryMap markers will always be displayed, and path lines between consecutive markers will be displayed. You should use this mode if you want to emphasize the spatial relationship between events, or if you want to customize sizing without the constraints of Image Mode. + + +For the Cartography overview image, your Gigapixel will be resized so that all of your markers will be displayed in the left hand pane, making it possible for your image to fill the entire screen. + + +If you want to have your map fill the entire screen in the overview, the best way to do this is to have your markers concentrated on a single area of your map. For example, in the Arya’s Journey Gigapixel, the map markers were concentrated in the left-hand side of the map, allowing the right-hand side to fill up the rest of the screen. + +![Cartography Sizing](4.png) + + + +If you’re having trouble aligning your map, you can also tweak the maximum width and length of your map in the ‘Options Panel,’ which will adjust the display sizing. + + +![Max Width/Height Adjustment](5.png) + + +If your StoryMap is not displaying as described above, or if you have any other questions/bugs regarding Gigapixel displays, reach out to us at Zendesk! + + diff --git a/CHANGELOG b/CHANGELOG index 056d0a81..463362c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +0.6.6 (2017-09-08) +* PR #377 Adds Turkish translation + +0.6.4 (207-04-06) +* PR #357 Fixes #351 YouTube link obscured by nav button + +0.6.2 (2016-12-13) +* PR #333 Adds zoomify analytics + 0.6.1 (2016-10-14) ------------------------ * PR #302 Media fixes including pause of video types when navigating away from slide diff --git a/GITHUB_HOSTING/GITHUB_HOSTING.md b/GITHUB_HOSTING/GITHUB_HOSTING.md index 62a40b0d..e496d00a 100644 --- a/GITHUB_HOSTING/GITHUB_HOSTING.md +++ b/GITHUB_HOSTING/GITHUB_HOSTING.md @@ -1,6 +1,6 @@ # Hosting your Gigapixel through Github -Before you can being this process, you wil need to have generated Zoomify images. You can learn more about how to make one [here](https://storymap.knightlab.com/gigapixel/). +Before you can being this process, you will need to have generated Zoomify images. You can learn more about how to make one [here](https://storymap.knightlab.com/gigapixel/). 1. Sign up to create an account on Github. A free account is fine. If you already have an account, you can proceed to the next step.

diff --git a/README.md b/README.md index 4929ee3a..0eb0da2c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,29 @@ If you want information on creating JSON with your own code and embedding it, se The rest of this document gets into a few technical details that some folks might want. +## TL;DR + +Follow this quickstart guide to get StoryMapJS set up locally or see below for a more in-depth process explanation. + +* Clone the StoryMapJS repository to your machine. +* Clone the [fabfile](https://github.com/NUKnightLab/fablib) repository into the same *parent* folder that stores the StoryMap repo. +* Install [virtualenv](https://pypi.python.org/pypi/virtualenv), [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/), and [MongoDB](https://www.mongodb.org/). +* To run the server, copy `env.sh.sample` to `env.sh` and, if necessary, modify any values in it. Execute this script with `source env.sh` when you are working on StoryMapJS. If you're unsure whether you need to run the server for your project, see below this quickstart for more information. +* Set up your virtual environment: + `mkvirtualenv storymapjs` +* Activate the virtual environemnt: + `workon storymapjs` +* Install python requirements: + `pip install -r requirements.txt` +* `fab build` the project +* Start making changes! +* To see your changes, run a simple local web server (we like [http-server](https://www.npmjs.com/package/http-server)) and load the following url (assuming your local server runs on port 8080): +`http://0.0.0.0:8080/embed/index.html?url=http://media.knightlab.com/StoryMapJS/demo/sochi.json` + +#### Setup for working on the StoryMap editor + +There are a number of environment variables critical to working on the edior that are only available to Knight Lab staff and students. Ask a staff member for this information if applicable. + ## Contributing translations for new languages StoryMap's older sibling, [TimelineJS](http://timeline.knightlab.com) has proven internationally popular, in part because users have contributed translation support for dozens of languages. StoryMap is also ready to be used in languages other than English, but once again, we'll need your help. @@ -46,7 +69,7 @@ In order to stay consistent with other kinds of deployment tools, we use python If you don't use CodeKit, you must have Python installed. We use python 2.7. -Clone our [fabfile](https://github.com/NUKnightLab/fablib) repository and place it in the same parent directory as your StoryMapJS respository. +Clone our [fabfile](https://github.com/NUKnightLab/fablib) repository and place it in the same parent directory as your StoryMapJS repository. Install [virtualenv](https://pypi.python.org/pypi/virtualenv), [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/), and [MongoDB](https://www.mongodb.org/). @@ -87,6 +110,18 @@ Files located in the `source` directory are assets for storymapjs itself. The co At this time, edits to the HTML for the website are automatically visible when reloading the local server. Edits to CSS and JavaScript must be manually compiled before you'll see them. Run `fab build`. This is something we'd like to make more automatic eventually. +**Note:** Recent updates to Google's OAuth policies mean that the above only works for editing the StoryMapJS website/documentation. If you want to work on the authoring tool and test it locally, you will need to set up for local secure development. + +First, you must create a certificate pair. These files should NOT be put in the repository. Use this command, executed from the root of the project repository: + + openssl req -x509 -sha256 -nodes -days 10000 -newkey rsa:2048 -keyout local_only.key -out local_only.crt + +Once you've done this, to run the server, use this instead of the above command: + + fab serve:ssl=y + +Of course, you'll need to use `https://localhost:5000/select/` to access the authoring tool. You'll get a warning that the security certificate is not trusted. Disable that warning to proceed. + ### A note about installing python requirements on Mac OS X 10.11 "El Capitan" Apparently, Apple removed support for `openssl` in Mac OS X 10.11. Here's the solution we've found. @@ -98,3 +133,17 @@ Apparently, Apple removed support for `openssl` in Mac OS X 10.11. Here's the so Users may be directed to our userinfo page to help with troubleshooting. This page provides information about the user's account and saved storymaps. The endpoint is `https://storymap.knightlab.com/userinfo/` + +## Using Atlassian localstack for development/testing + +NOTE: boto3 is required for localstack. Until transition to boto3 is complete, development and testing involving s3 connections still requires AWS credentials + +Be sure to have the aws cli installed (http://docs.aws.amazon.com/cli/latest/userguide/installing.html) + +In your StoryMap virtualenvironment, install localstack and create the test bucket: + + * git clone https://github.com/atlassian/localstack.git + * cd localstack + * make clean install test + * make infra + * aws --endpoint-url=http://localhost:4572 s3 mb s3://test.knilab.com diff --git a/api.py b/api.py index a8da0f70..c36c8905 100644 --- a/api.py +++ b/api.py @@ -1,6 +1,7 @@ from __future__ import division from flask import Flask, request, session, redirect, url_for, \ render_template, jsonify, abort +from werkzeug.exceptions import Forbidden from collections import defaultdict import math import os @@ -36,14 +37,17 @@ from storymap import storage, google from storymap.connection import _user + app = Flask(__name__) app.config.from_envvar('FLASK_SETTINGS_FILE') settings = sys.modules[settings_module] app.config['TEST_MODE'] = settings.TEST_MODE +examples_json = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'examples.json') +faq_json = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'faq.json') _GOOGLE_OAUTH_SCOPES = [ - 'https://www.googleapis.com/auth/drive.readonly', +# 'https://www.googleapis.com/auth/drive.readonly', # we may need to restore this if there are legacy accounts unmigrated 'https://www.googleapis.com/auth/userinfo.profile' ]; @@ -73,6 +77,12 @@ def inject_urls(): STORAGE_URL=storage_url, storage_url=storage_url, CDN_URL=cdn_url, cdn_url=cdn_url) + +@app.context_processor +def inject_index_data(): + return dict(examples=json.load(open(examples_json)),faqs=json.load(open(faq_json))) + + class APIEncoder(json.JSONEncoder): def default(self, obj): """Format obj as json.""" @@ -166,6 +176,13 @@ def _session_pop(*keys): # https://developers.google.com/drive/web/quickstart/quickstart-python # +def _build_oauth_redirect(request,path): + host = request.host + protocol = request.url.split(':')[0] + url = '{}://{}{}'.format(protocol, host, path) + return url + + @app.route("/google/auth/start/", methods=['GET', 'POST']) def google_auth_start(): """Initiate google authorization""" @@ -173,7 +190,7 @@ def google_auth_start(): settings.GOOGLE_CLIENT_ID, settings.GOOGLE_CLIENT_SECRET, _GOOGLE_OAUTH_SCOPES, - redirect_uri='https://'+request.host+url_for('google_auth_verify') + redirect_uri=_build_oauth_redirect(request, url_for('google_auth_verify')) ) authorize_url = flow.step1_get_authorize_url() return redirect(authorize_url) @@ -192,7 +209,7 @@ def google_auth_verify(): settings.GOOGLE_CLIENT_ID, settings.GOOGLE_CLIENT_SECRET, _GOOGLE_OAUTH_SCOPES, - redirect_uri='https://'+request.host+url_for('google_auth_verify') + redirect_uri=_build_oauth_redirect(request, url_for('google_auth_verify')) ) credentials = flow.step2_exchange(code) # ^ this is an oauth2client.client.OAuth2Credentials object @@ -211,6 +228,10 @@ def google_auth_verify(): if not info['id']: raise Exception('Could not get Google user ID') + if 'storymap.knilab.com' in domains and not info['id'] in allowed_ids: + print('User id not in ALLOWED_IDS: %s ' % info['id']) + raise Exception('You are not authorized to access this page. Please send the following information to support@knightlab.zendesk.com: storymap.knilab.com unauthorized %s' % info['id']) + # Upsert user record uid = _get_uid('google:'+info['id']) @@ -244,6 +265,9 @@ def _user_get(): """Enforce authenticated user""" uid = session.get('uid') user = _user.find_one({'uid': uid}) + # google data field in user record no longer used + if 'google' in user: + del user['google'] if not user and 'uid' in session: session.pop('uid') return user @@ -690,7 +714,11 @@ def storymap_image_save(user, id): @app.route("/") def index(): - return render_template('index.html') + if 'storymap.knightlab.com' in domains: + production = True + else: + production = False + return render_template('index.html', production=production) @app.route("/gigapixel/") def gigapixel(): @@ -850,11 +878,18 @@ def qunit(): # SERVE URLS FROM DIRECTORIES # -from flask import send_from_directory +from flask import send_file, send_from_directory build_dir = os.path.join(settings.PROJECT_ROOT, 'build') compiled_dir = os.path.join(settings.PROJECT_ROOT, 'compiled') templates_dir = os.path.join(settings.PROJECT_ROOT, 'compiled/templates') +domains = os.environ.get('APPLICATION_DOMAINS') +allowed_ids = os.environ.get('ALLOWED_IDS', '').split(',') + +@app.route('/robots.txt') +def robots_txt(): + if 'storymap.knilab.com' in domains: + return send_file('templates/robots.txt') @app.route('/build/embed/') def catch_build_embed(): @@ -872,7 +907,6 @@ def catch_compiled(path): def catch_compiled_templates(path): return send_from_directory(templates_dir, path) - # redirect old documentation URLs @app.route('/') def redirect_old_urls(path): @@ -895,8 +929,18 @@ def redirect_old_urls(path): opts, args = getopt.getopt(sys.argv[1:], "sp:", ["port="]) for opt, arg in opts: if opt == '-s': - ssl_context = 'adhoc' - print 'ssl context: %s' % ssl_context + if (os.path.isfile('local_only.crt') and os.path.isfile('local_only.key')): + ssl_context = ('local_only.crt', 'local_only.key') + else: + print ''' +To run HTTPS locally you should create a crt/key file. +Don't put them in the repository, because if you tell your browser to trust the certificate +and an adversary got the cert from the public repository, they could take +advantage of you. +Use this command to create the files: + openssl req -x509 -sha256 -nodes -days 10000 -newkey rsa:2048 -keyout local_only.key -out local_only.crt +''' + sys.exit(1) elif opt in ('-p', '--port'): port = int(arg) else: @@ -905,5 +949,5 @@ def redirect_old_urls(path): except getopt.GetoptError: print 'Usage: app.py [-s] [-p port]' sys.exit(1) - - app.run(host='0.0.0.0', port=port, debug=True, ssl_context=ssl_context) + # Google OAuth requires localhost, not a raw IP address + app.run(host='localhost', port=port, debug=True, ssl_context=ssl_context) diff --git a/compiled/css/site.css b/compiled/css/site.css new file mode 100644 index 00000000..ed975749 --- /dev/null +++ b/compiled/css/site.css @@ -0,0 +1 @@ +body{background:#fff;color:#000} \ No newline at end of file diff --git a/compiled/css/storymap.css b/compiled/css/storymap.css index 2dd8216b..3a4593c5 100644 --- a/compiled/css/storymap.css +++ b/compiled/css/storymap.css @@ -1 +1,10 @@ -.vco-storyjs div *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.vco-storyjs h1,.vco-storyjs h2,.vco-storyjs h3,.vco-storyjs h4,.vco-storyjs h5,.vco-storyjs h6,.vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs pre,.vco-storyjs a,.vco-storyjs abbr,.vco-storyjs acronym,.vco-storyjs address,.vco-storyjs cite,.vco-storyjs code,.vco-storyjs del,.vco-storyjs dfn,.vco-storyjs em,.vco-storyjs img,.vco-storyjs q,.vco-storyjs s,.vco-storyjs samp,.vco-storyjs small,.vco-storyjs strike,.vco-storyjs strong,.vco-storyjs sub,.vco-storyjs sup,.vco-storyjs tt,.vco-storyjs var,.vco-storyjs dd,.vco-storyjs dl,.vco-storyjs dt,.vco-storyjs li,.vco-storyjs ol,.vco-storyjs ul,.vco-storyjs fieldset,.vco-storyjs form,.vco-storyjs label,.vco-storyjs legend,.vco-storyjs button,.vco-storyjs table,.vco-storyjs caption,.vco-storyjs tbody,.vco-storyjs tfoot,.vco-storyjs thead,.vco-storyjs tr,.vco-storyjs th,.vco-storyjs td,.vco-storyjs .vco-container,.vco-storyjs .content-container,.vco-storyjs .media,.vco-storyjs .text,.vco-storyjs .vco-slider,.vco-storyjs .slider,.vco-storyjs .date,.vco-storyjs .title,.vco-storyjs .message,.vco-storyjs .map,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .vco-feedback,.vco-storyjs .vco-feature,.vco-storyjs .toolbar,.vco-storyjs .marker,.vco-storyjs .dot,.vco-storyjs .line,.vco-storyjs .flag,.vco-storyjs .time,.vco-storyjs .era,.vco-storyjs .major,.vco-storyjs .minor,.vco-storyjs .vco-navigation,.vco-storyjs .start,.vco-storyjs .active{margin:0;padding:0;border:0;font-weight:400;font-style:normal;font-size:100%;line-height:1;font-family:inherit;width:auto;float:none}.vco-storyjs h1,.vco-storyjs h2,.vco-storyjs h3,.vco-storyjs h4,.vco-storyjs h5,.vco-storyjs h6{clear:none}.vco-storyjs table{border-collapse:collapse;border-spacing:0}.vco-storyjs ol,.vco-storyjs ul{list-style:none}.vco-storyjs q:before,.vco-storyjs q:after,.vco-storyjs blockquote:before,.vco-storyjs blockquote:after{content:""}.vco-storyjs a:focus{outline:thin dotted}.vco-storyjs a:hover,.vco-storyjs a:active{outline:0}.vco-storyjs article,.vco-storyjs aside,.vco-storyjs details,.vco-storyjs figcaption,.vco-storyjs figure,.vco-storyjs footer,.vco-storyjs header,.vco-storyjs hgroup,.vco-storyjs nav,.vco-storyjs section{display:block}.vco-storyjs audio,.vco-storyjs canvas,.vco-storyjs video{display:inline-block;*display:inline;*zoom:1}.vco-storyjs audio:not([controls]){display:none}.vco-storyjs div{max-width:none}.vco-storyjs sub,.vco-storyjs sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.vco-storyjs sup{top:-.5em}.vco-storyjs sub{bottom:-.25em}.vco-storyjs img{border:0;-ms-interpolation-mode:bicubic}.vco-storyjs button,.vco-storyjs input,.vco-storyjs select,.vco-storyjs textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.vco-storyjs button,.vco-storyjs input{line-height:normal;*overflow:visible}.vco-storyjs button::-moz-focus-inner,.vco-storyjs input::-moz-focus-inner{border:0;padding:0}.vco-storyjs button,.vco-storyjs input[type=button],.vco-storyjs input[type=reset],.vco-storyjs input[type=submit]{cursor:pointer;-webkit-appearance:button}.vco-storyjs input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.vco-storyjs input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.vco-storyjs textarea{overflow:auto;vertical-align:top}.vco-storymap{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3{font-size:36px;line-height:36px}.vco-storymap h1 small,.vco-storymap h2 small,.vco-storymap h3 small{font-size:24px;line-height:24px}.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-size:24px;line-height:24px;margin-bottom:0}.vco-storymap h4 small,.vco-storymap h5 small,.vco-storymap h6 small{font-size:15px;line-height:15px}.vco-storymap h2.vco-headline-title{font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title small{display:block;margin-top:5px;font-size:24px;line-height:24px}.vco-storymap h2{margin-top:20px;margin-bottom:5px}.vco-storymap p{margin-top:5px;margin-bottom:10px;font-size:15px;color:#666}.vco-storymap p a{color:#666;text-decoration:none;background-image:-moz-linear-gradient(top,rgba(102,102,102,0)50%,rgba(102,102,102,.6)50%);background-image:-webkit-linear-gradient(top,rgba(102,102,102,0)50%,rgba(102,102,102,.6)50%);background-image:-o-linear-gradient(top,rgba(102,102,102,0)50%,rgba(102,102,102,.6)50%);background-image:linear-gradient(to bottom,rgba(102,102,102,0)50%,rgba(102,102,102,.6)50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 17px;text-shadow:-2px -1px 0 #fff,2px -1px 0 #fff,-2px 1px 0 #fff,2px 1px 0 #fff}.vco-storymap p a:hover,.vco-storymap p a:focus{color:#c34528;text-decoration:none}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.vco-storymap p a{text-decoration:underline;background-image:none;text-shadow:none}.vco-storymap p a:hover,.vco-storymap p a:focus{color:#c34528;text-decoration:underline}}.vco-storymap b,.vco-storymap strong{font-weight:700}.vco-storymap i,.vco-storymap em{font-style:italic}.vco-storymap a{text-decoration:none;color:#c34528}.vco-storymap a:hover{text-decoration:underline;color:#6e2717}.vco-storymap .vco-caption,.vco-storymap .vco-credit,.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous{font-size:11px;line-height:11px}.vco-storymap .vco-caption a,.vco-storymap .vco-credit a,.vco-storymap .vco-slidenav-next a,.vco-storymap .vco-slidenav-previous a{color:#000}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:Georgia,Times New Roman,Times,serif;color:#999;font-size:24px;line-height:24px;text-align:left;background:0 0;border:0;padding:0}.vco-storymap blockquote cite,.vco-storymap blockquote p cite{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;color:#666;display:block;text-align:right;font-style:normal}.vco-storymap blockquote cite:before,.vco-storymap blockquote p cite:before{content:"\2014"}.vco-storymap blockquote p:before{content:open-quote;display:inline-block;font-size:36px;position:relative;top:8px;margin-right:5px}.vco-storymap blockquote p:after{content:close-quote;display:inline-block;font-size:36px;position:relative;top:8px;margin-left:3px}.vco-storymap blockquote{margin:10px}.vco-storymap blockquote p{margin:0}.vco-storymap .vcard{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:15px}.vco-storymap .vco-text ul{padding:0;padding-left:30px;margin:0}.vco-storymap .vco-text ul li{margin-bottom:5px}.vco-storymap .vco-note{display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic;background-color:#e6e6e6;font-size:15px;line-height:17px;padding:10px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;color:#8a6d3b;background-color:#fcf8e3;border:1px solid #faebcc}@media only screen and (max-width:800px),only screen and (max-device-width:800px){.vco-storymap h1,.vco-storymap h2,.vco-storymap h3{font-size:36px;line-height:36px}}@media only screen and (max-width:500px),only screen and (max-device-width:500px){.vco-storymap h1,.vco-storymap h2,.vco-storymap h3{font-size:32px;line-height:32px}}.vco-skinny h2{margin-top:0;padding-top:20px}@font-face{font-family:vco-icons;src:url(icons/vco-icons.eot);src:url(icons/vco-icons.eot?#iefix) format('embedded-opentype'),url(icons/vco-icons.ttf) format('truetype'),url(icons/vco-icons.woff) format('woff'),url(icons/vco-icons.svg#vco-icons) format('svg');font-weight:400;font-style:normal}[class^=vco-icon-],[class*=" vco-icon-"]{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vco-icon-vine:after{content:"\e64d"}.vco-icon-wikipedia:after{content:"\e64e"}.vco-icon-chevron-right:after{content:"\e64f"}.vco-icon-chevron-left:after{content:"\e650"}.vco-icon-youtube-logo:after{content:"\e651"}.vco-icon-foursquare:after{content:"\e652"}.vco-icon-camera-retro:after{content:"\e653"}.vco-icon-doc:after{content:"\e654"}.vco-icon-weibo:after{content:"\e655"}.vco-icon-resize-horizontal:after{content:"\e656"}.vco-icon-resize-vertical:after{content:"\e657"}.vco-icon-resize-full:after{content:"\e658"}.vco-icon-resize-small:after{content:"\e659"}.vco-icon-twitter:after{content:"\e62b"}.vco-icon-google-plus:after{content:"\e62c"}.vco-icon-video:after{content:"\e62d"}.vco-icon-youtube:after{content:"\e62d"}.vco-icon-plaintext:after{content:"\e62e"}.vco-icon-storify:after{content:"\e62e"}.vco-icon-image-v2:after{content:"\e62f"}.vco-icon-quote-v2:after{content:"\e630"}.vco-icon-zoom-in:after{content:"\e631"}.vco-icon-zoom-out:after{content:"\e632"}.vco-icon-list:after{content:"\e633"}.vco-icon-music:after{content:"\e634"}.vco-icon-location:after{content:"\e635"}.vco-icon-web:after{content:"\e636"}.vco-icon-share-v2:after{content:"\e637"}.vco-icon-soundcloud:after{content:"\e639"}.vco-icon-video-v2:after{content:"\e63a"}.vco-icon-dailymotion:after{content:"\e63a"}.vco-icon-tumblr:after{content:"\e63b"}.vco-icon-lastfm:after{content:"\e63c"}.vco-icon-github:after{content:"\e63d"}.vco-icon-goback:after{content:"\e63e"}.vco-icon-doc-v2:after{content:"\e63f"}.vco-icon-googledrive:after{content:"\e640"}.vco-icon-facebook:after{content:"\e641"}.vco-icon-flickr:after{content:"\e642"}.vco-icon-dribbble:after{content:"\e643"}.vco-icon-image:after{content:"\e605"}.vco-icon-vimeo:after{content:"\e606"}.vco-icon-instagram:after{content:"\e644"}.vco-icon-pinterest:after{content:"\e645"}.vco-icon-arrow-left:after{content:"\e646"}.vco-icon-arrow-down:after{content:"\e647"}.vco-icon-arrow-up:after{content:"\e648"}.vco-icon-arrow-right:after{content:"\e649"}.vco-icon-share:after{content:"\e64a"}.vco-icon-blockquote:after{content:"\e64b"}.vco-icon-evernote:after{content:"\e64c"}.vco-icon-mappin:after{content:"\e600"}.vco-icon-swipe-right:after{content:"\e601"}.vco-icon-swipe-left:after{content:"\e602"}.vco-icon-touch-spread:after{content:"\e603"}.vco-icon-touch-pinch:after{content:"\e604"}.vco-dragging{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.vco-menubar{position:absolute;z-index:11;text-align:left;overflow:hidden;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-bottom-right-radius:7px;left:0}.vco-menubar .vco-menubar-button:first-child{border-left:0}@keyframes invertToBlack{from{background-color:#FFF}to{background-color:#000}}@-webkit-keyframes invertToBlack{from{background:#FFF}to{background:#000}}@keyframes invertToWhite{from{background-color:#000}to{background-color:#FFF}}@-webkit-keyframes invertToWhite{from{background:#000}to{background:#FFF}}.vco-menubar-button{border-left:1px solid #e6e6e6;font-size:14px;padding:6px 12px;background-color:rgba(217,217,217,.9);background-color:#fff;cursor:pointer;font-weight:700;color:#737373}.vco-menubar-button .vco-icon-arrow-up,.vco-menubar-button .vco-icon-arrow-down{display:inline-block;height:14px;overflow:hidden;font-size:20px;position:relative;top:-2px}.vco-menubar-button:hover{background:#c34528;color:#fff}.vco-mobile .vco-menubar-button:hover{background-color:rgba(217,217,217,.67);color:#737373}.vco-mobile .vco-menubar-button:active{background:#c34528;color:#fff}@keyframes invertToBlack{from{background-color:#FFF}to{background-color:#000}}@-webkit-keyframes invertToBlack{from{background:#FFF}to{background:#000}}@keyframes invertToWhite{from{background-color:#000}to{background-color:#FFF}}@-webkit-keyframes invertToWhite{from{background:#000}to{background:#FFF}}.vco-message,.vco-message-full{width:100%;height:100%;position:absolute;display:table;overflow:hidden;top:0;left:0;z-index:99;margin:auto;text-align:center}.vco-message .vco-message-container,.vco-message-full .vco-message-container{padding:20px;margin:20px;text-align:center;vertical-align:middle;display:table-cell}.vco-message .vco-message-container .vco-message-content,.vco-message-full .vco-message-container .vco-message-content{color:#666;text-align:center;font-size:11px;line-height:13px;text-transform:uppercase;margin-top:7.5px;margin-bottom:7.5px;text-shadow:1px 1px 1px #FFF}.vco-message .vco-message-container .vco-loading-icon,.vco-message-full .vco-message-container .vco-loading-icon{width:30px;height:30px;background-color:#666;vertical-align:middle;-webkit-box-shadow:inset 0 1px 2px rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 2px rgba(255,255,255,.1);box-shadow:inset 0 1px 2px rgba(255,255,255,.1);margin-left:auto;margin-right:auto;text-align:center;-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.vco-message-full{background-color:rgba(51,51,51,.8)}.vco-message-full [class^=vco-icon-],.vco-message-full [class*=" vco-icon-"]{color:#FFF;font-size:72px}.vco-message-full .vco-message-container .vco-message-content{font-size:22px;line-height:22px;text-shadow:none;color:#FFF;text-transform:none;font-weight:700}.vco-message-full .vco-message-container .vco-message-content .vco-button{display:inline-block;cursor:pointer;background-color:#FFF;color:#333;padding:10px;margin-top:10px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.vcoanimate{-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}.vco-animate{-webkit-transition:all 1000ms cubic-bezier(0.77,0,.175,1);-moz-transition:all 1000ms cubic-bezier(0.77,0,.175,1);-o-transition:all 1000ms cubic-bezier(0.77,0,.175,1);transition:all 1000ms cubic-bezier(0.77,0,.175,1);-webkit-transition-timing-function:cubic-bezier(0.77,0,.175,1);-moz-transition-timing-function:cubic-bezier(0.77,0,.175,1);-o-transition-timing-function:cubic-bezier(0.77,0,.175,1);transition-timing-function:cubic-bezier(0.77,0,.175,1)}.vco-animate-opacity{-webkit-transition:opacity 1000ms cubic-bezier(0.77,0,.175,1);-moz-transition:opacity 1000ms cubic-bezier(0.77,0,.175,1);-o-transition:opacity 1000ms cubic-bezier(0.77,0,.175,1);transition:opacity 1000ms cubic-bezier(0.77,0,.175,1);-webkit-transition-timing-function:cubic-bezier(0.77,0,.175,1);-moz-transition-timing-function:cubic-bezier(0.77,0,.175,1);-o-transition-timing-function:cubic-bezier(0.77,0,.175,1);transition-timing-function:cubic-bezier(0.77,0,.175,1)}.vco-slide{position:absolute;width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;overflow-y:auto}.vco-slide .vco-slide-calltoaction{cursor:pointer;font-weight:700;padding-top:10px;margin-bottom:10px;padding-bottom:10px}.vco-slide .vco-slide-calltoaction .vco-slide-calltoaction-button-text{display:inline-block;background-color:#c34528;color:#fff;padding:10px 15px;border-radius:7px}.vco-slide .vco-slide-calltoaction:hover .vco-slide-calltoaction-button-text{background-color:#842f1b;color:#fff}.vco-slide .vco-slide-background{background-color:#fff;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;overflow:hidden;display:none;filter:alpha(opacity=50);-khtml-opacity:.5;-moz-opacity:.5;opacity:.5;background:no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.vco-slide .vco-slide-scrollable-container{display:table;table-layout:fixed;height:100%;z-index:1}.vco-slide .vco-slide-content-container{display:table-cell;vertical-align:middle;position:relative;width:100%;height:100%;z-index:3}.vco-slide .vco-slide-content-container .vco-slide-content{display:table;vertical-align:middle;padding-left:100px;padding-right:100px;position:relative;max-width:100%}.vco-slide .vco-slide-content-container .vco-slide-content .vco-media{position:relative;width:100%;min-width:50%;float:left;margin-top:auto;margin-bottom:auto}.vco-slide .vco-slide-content-container .vco-slide-content .vco-text{width:50%;max-width:50%;min-width:120px;padding:0 20px;display:table-cell;vertical-align:middle;text-align:left}.vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-slide-calltoaction{width:100%}.vco-slide-media-only .vco-slide-content-container .vco-slide-content{text-align:center}.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-media{text-align:center;position:relative;width:100%;min-width:50%;max-width:100%;float:none;margin-top:auto;margin-bottom:auto}.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text{width:100%;display:block;margin-left:auto;margin-right:auto;text-align:center}.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text h2{margin-top:20px;margin-bottom:20px}.vco-slide-text-only .vco-slide-content-container .vco-slide-content{text-align:center}.vco-slide-text-only .vco-slide-content-container .vco-slide-content .vco-text{max-width:80%;width:80%;display:block;margin-left:auto;margin-right:auto}.vco-slide.vco-full-image-background,.vco-slide.vco-full-color-background{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background p,.vco-slide.vco-full-color-background p,.vco-slide.vco-full-image-background h1,.vco-slide.vco-full-color-background h1,.vco-slide.vco-full-image-background h2,.vco-slide.vco-full-color-background h2,.vco-slide.vco-full-image-background h3,.vco-slide.vco-full-color-background h3,.vco-slide.vco-full-image-background h4,.vco-slide.vco-full-color-background h4,.vco-slide.vco-full-image-background h5,.vco-slide.vco-full-color-background h5,.vco-slide.vco-full-image-background h6,.vco-slide.vco-full-color-background h6{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background a,.vco-slide.vco-full-color-background a,.vco-slide.vco-full-image-background a:hover,.vco-slide.vco-full-color-background a:hover,.vco-slide.vco-full-image-background b,.vco-slide.vco-full-color-background b,.vco-slide.vco-full-image-background i,.vco-slide.vco-full-color-background i,.vco-slide.vco-full-image-background blockquote,.vco-slide.vco-full-color-background blockquote,.vco-slide.vco-full-image-background blockquote p,.vco-slide.vco-full-color-background blockquote p{color:#FFF!important;text-shadow:1px 1px 1px #000!important;color:#fff}.vco-slide.vco-full-image-background .vco-caption,.vco-slide.vco-full-color-background .vco-caption,.vco-slide.vco-full-image-background .vco-credit,.vco-slide.vco-full-color-background .vco-credit{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background .vco-media-twitter blockquote,.vco-slide.vco-full-color-background .vco-media-twitter blockquote,.vco-slide.vco-full-image-background .vco-media-blockquote blockquote,.vco-slide.vco-full-color-background .vco-media-blockquote blockquote{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background .vco-media-twitter blockquote p,.vco-slide.vco-full-color-background .vco-media-twitter blockquote p,.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,.vco-slide.vco-full-color-background .vco-media-blockquote blockquote p{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background .vcard a,.vco-slide.vco-full-color-background .vcard a,.vco-slide.vco-full-image-background .vcard .nickname,.vco-slide.vco-full-color-background .vcard .nickname{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background{background:no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center 25%;text-shadow:1px 1px 2px #000}.vco-slide.vco-full-image-background p,.vco-slide.vco-full-image-background h1,.vco-slide.vco-full-image-background h2,.vco-slide.vco-full-image-background h3,.vco-slide.vco-full-image-background h4,.vco-slide.vco-full-image-background h5,.vco-slide.vco-full-image-background h6{text-shadow:1px 1px 2px #000}.vco-slide.vco-full-image-background .vco-caption,.vco-slide.vco-full-image-background .vco-credit{text-shadow:1px 1px 2px #000}.vco-slide.vco-full-image-background .vco-media-twitter blockquote,.vco-slide.vco-full-image-background .vco-media-blockquote blockquote{text-shadow:1px 1px 2px #000!important}.vco-slide.vco-full-image-background .vco-media-twitter blockquote p,.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p{text-shadow:1px 1px 2px #000!important}.vco-slide.vco-text-background .vco-text .vco-text-content-container{padding:20px;background:#000 transparent;background:rgba(0,0,0,.6);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.vco-slide.vco-text-background .vco-text .vco-text-content-container h2{margin-top:5px}.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-media{display:block;vertical-align:baseline;height:auto;margin-bottom:20px;max-height:50%}.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-text{display:block;height:auto;vertical-align:baseline;width:100%;max-width:100%;min-width:0;float:none;padding:0}.vco-skinny .vco-slide{display:block}.vco-skinny .vco-slide .vco-slide-content-container{display:block;position:static;height:auto;vertical-align:baseline}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content{display:block;position:static;vertical-align:baseline;height:auto}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-media{position:static;width:100%;height:auto;float:none;display:block}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text{display:block;height:auto;vertical-align:baseline;position:static;width:100%;max-width:100%;min-width:0;float:none;padding:0}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-text-content-container{padding-left:10px;padding-right:10px;padding-bottom:10px}.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media img,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media embed,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media object,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media video,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media iframe{max-height:175px}.vco-slidenav-previous,.vco-slidenav-next{position:absolute;top:45%;z-index:10;cursor:pointer}.vco-slidenav-previous .vco-slidenav-content-container,.vco-slidenav-next .vco-slidenav-content-container{height:200px;width:100px;position:absolute}.vco-slidenav-previous .vco-slidenav-title,.vco-slidenav-next .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-description,.vco-slidenav-next .vco-slidenav-description{width:100%;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;filter:alpha(opacity=15);-khtml-opacity:.15;-moz-opacity:.15;opacity:.15}.vco-slidenav-previous .vco-slidenav-title,.vco-slidenav-next .vco-slidenav-title{margin-top:10px;font-size:15px;line-height:15px;font-size:11px;line-height:11px}.vco-slidenav-previous .vco-slidenav-description,.vco-slidenav-next .vco-slidenav-description{font-size:11px}.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon,.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon,.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title,.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description,.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description{text-shadow:1px 1px 1px #fff;color:#fff}.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description{color:#333;text-shadow:1px 1px 1px #333}.vco-slidenav-next .vco-slidenav-icon,.vco-slidenav-previous .vco-slidenav-icon{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;margin-bottom:5px}.vco-slidenav-next:hover .vco-slidenav-title,.vco-slidenav-previous:hover .vco-slidenav-title,.vco-slidenav-next:hover .vco-slidenav-description,.vco-slidenav-previous:hover .vco-slidenav-description{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-slidenav-next{text-align:right;margin-right:10px;right:100px}.vco-slidenav-next .vco-slidenav-icon{margin-left:76px}.vco-slidenav-next .vco-slidenav-icon:before{content:"\e64f"}.vco-slidenav-next:hover .vco-slidenav-icon{margin-left:80px}.vco-slidenav-previous{text-align:left;margin-left:10px}.vco-slidenav-previous .vco-slidenav-icon{margin-left:0}.vco-slidenav-previous .vco-slidenav-icon:before{content:"\e650"}.vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:-4px}.vco-skinny .vco-slidenav-next{right:32px}.vco-skinny .vco-slidenav-next .vco-slidenav-icon{margin-left:8px}.vco-skinny .vco-slidenav-next:hover .vco-slidenav-icon{margin-left:12px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-skinny .vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:-4px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container{width:32px;height:32px}.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description{color:#333}.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description{color:#fff}.vco-skinny .vco-slidenav-previous .vco-slidenav-title,.vco-skinny .vco-slidenav-next .vco-slidenav-title,.vco-skinny .vco-slidenav-previous .vco-slidenav-description,.vco-skinny .vco-slidenav-next .vco-slidenav-description{display:none}.vco-skinny .vco-slidenav-previous .vco-slidenav-icon,.vco-skinny .vco-slidenav-next .vco-slidenav-icon{filter:alpha(opacity=33);-khtml-opacity:.33;-moz-opacity:.33;opacity:.33}.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover{right:70px}.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon{margin-left:8px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-layout-landscape.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon{margin-left:0;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-layout-landscape.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:80px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-layout-landscape.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;margin-left:-4px}.vco-layout-portrait.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon,.vco-layout-portrait.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon{filter:alpha(opacity=33);-khtml-opacity:.33;-moz-opacity:.33;opacity:.33}.vco-layout-portrait.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon,.vco-layout-portrait.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-mobile .vco-slidenav-previous,.vco-skinny.vco-mobile .vco-slidenav-previous,.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-previous,.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-previous,.vco-mobile .vco-slidenav-next,.vco-skinny.vco-mobile .vco-slidenav-next,.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-next,.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-next{display:none}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before{background-color:#333;padding:20px;border:1px solid #b3b3b3}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon,.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title,.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description{text-shadow:none}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title,.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description{display:none}.vco-layout-landscape .vco-storyslider .vco-slidenav-previous{left:-100%;margin-left:0}.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before{border-bottom-right-radius:7px;border-top-right-radius:7px}.vco-layout-landscape .vco-storyslider .vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:-4px}.vco-layout-landscape .vco-storyslider .vco-slidenav-next{right:130px}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before{border-bottom-left-radius:7px;border-top-left-radius:7px}.vco-storyslider{width:100%;height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;position:relative}.vco-storyslider img,.vco-storyslider embed,.vco-storyslider object,.vco-storyslider video,.vco-storyslider iframe{max-width:100%;position:relative}.vco-storyslider .vco-slider-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.vco-storyslider .vco-slider-touch-mask{width:100%;height:100%;z-index:25;top:0;left:0;position:absolute}.vco-storyslider .vco-slider-container-mask{text-align:center;width:100%;height:100%;position:relative;z-index:5}.vco-storyslider .vco-slider-container-mask .vco-slider-container{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.vco-storyslider .vco-slider-container-mask .vco-slider-container .vco-slider-item-container{width:100%;height:100%;display:table-cell;vertical-align:middle}.vco-media{width:100%;min-width:50%;height:100%;margin-top:auto;margin-bottom:auto;position:relative}.vco-media .vco-message{position:relative}.vco-media .vco-media-content-container .vco-media-content{position:relative;*zoom:1}.vco-media .vco-media-content-container .vco-media-content:before,.vco-media .vco-media-content-container .vco-media-content:after{display:table;content:""}.vco-media .vco-media-content-container .vco-media-content:after{clear:both}.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p{color:#d9d9d9;text-align:center}.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p span{color:#d9d9d9}.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class^=vco-icon-],.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class*=" vco-icon-"]{font-size:36px;color:#d9d9d9;text-align:center}.vco-media .vco-media-content-container .vco-media-content img,.vco-media .vco-media-content-container .vco-media-content embed,.vco-media .vco-media-content-container .vco-media-content object,.vco-media .vco-media-content-container .vco-media-content video{max-width:100%;max-height:100%}.vco-media-shadow{position:relative;z-index:1;-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.5);-moz-box-shadow:1px 1px 7px rgba(0,0,0,.5);box-shadow:1px 1px 7px rgba(0,0,0,.5)}.vcard{*zoom:1;margin-bottom:15px;margin-top:10px}.vcard:before,.vcard:after{display:table;content:""}.vcard:after{clear:both}.vcard .twitter-date{text-align:left;font-size:11px}.vcard .author{float:right}.vcard a{color:#333;text-decoration:none}.vcard a:hover{text-decoration:none}.vcard a:hover .fn,.vcard a:hover .nickname{color:#c34528}.vcard .fn,.vcard .nickname{padding-left:42px}.vcard .fn{display:block;font-weight:700}.vcard .nickname{margin-top:1px;display:block;color:#666}.vcard .avatar{float:left;display:block;width:32px;height:32px}.vcard .avatar img{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.vco-slide.vco-full-image-background a,.vco-slide.vco-full-color-background a,.vco-slide.vco-full-image-background .vcard a,.vco-slide.vco-full-color-background .vcard a{color:#FFF!important;text-shadow:1px 1px 1px #000!important;color:#fff}.vco-credit{color:#999;text-align:right;display:block;margin:0 auto;margin-top:6px;font-size:10px;line-height:13px}.vco-caption{text-align:left;margin-right:auto;margin-left:auto;margin-top:10px;color:#666;font-size:11px;line-height:14px;text-rendering:optimizeLegibility;word-wrap:break-word}.vco-full-image-background .vco-media-shadow:before,.vco-full-color-background .vco-media-shadow:before,.vco-full-image-background .vco-media-shadow:after,.vco-full-color-background .vco-media-shadow:after{background:0 0;-webkit-box-shadow:0 0 0 #000;-moz-box-shadow:0 0 0 #000;box-shadow:0 0 0 #000}@media only screen and (max-width:500px),only screen and (max-device-width:500px){.vco-media{width:100%;height:auto;float:none;display:block}}.vco-skinny .vco-media{width:100%;height:auto;float:none;display:block}.vco-skinny .vco-media .vco-media-content-container .vco-credit,.vco-skinny .vco-media .vco-media-content-container .vco-caption{margin-top:2px;padding-left:10px;padding-right:10px;font-size:8px}.vco-skinny .vco-media .vco-media-content-container .vco-credit{margin-top:0}.vco-text{width:50%;max-width:50%;min-width:120px;padding:0 20px;display:table-cell;display:block;vertical-align:middle;text-align:left;text-shadow:none;color:#737373}.vco-text p{color:#737373}.vco-text h2.vco-headline-title,.vco-text h2.vco-headline{margin-top:0;color:#000}.vco-text .vco-headline-date,.vco-text h3.vco-headline-date{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:15px;font-weight:400;margin:0 0 2px;color:#b3b3b3}.vco-text .vco-headline-date small,.vco-text h3.vco-headline-date small{font-size:15px;line-height:15px;font-weight:400;color:#b3b3b3}.vco-text .vco-text-date{display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;margin-top:10px;font-size:12px;color:#b3b3b3}.vco-full-image-background .vco-text,.vco-full-color-background .vco-text,.vco-full-image-background .vco-text p,.vco-full-color-background .vco-text p{color:#ababab!important;text-shadow:1px 1px 2px #000}.vco-full-image-background .vco-text .vco-headline-date,.vco-full-color-background .vco-text .vco-headline-date,.vco-full-image-background .vco-text p .vco-headline-date,.vco-full-color-background .vco-text p .vco-headline-date,.vco-full-image-background .vco-text h3.vco-headline-date,.vco-full-color-background .vco-text h3.vco-headline-date,.vco-full-image-background .vco-text p h3.vco-headline-date,.vco-full-color-background .vco-text p h3.vco-headline-date{color:#ababab!important}.vco-full-image-background .vco-text .vco-headline-date small,.vco-full-color-background .vco-text .vco-headline-date small,.vco-full-image-background .vco-text p .vco-headline-date small,.vco-full-color-background .vco-text p .vco-headline-date small,.vco-full-image-background .vco-text h3.vco-headline-date small,.vco-full-color-background .vco-text h3.vco-headline-date small,.vco-full-image-background .vco-text p h3.vco-headline-date small,.vco-full-color-background .vco-text p h3.vco-headline-date small{color:#ababab!important}.vco-skinny .vco-text{width:100%;max-width:100%;min-width:auto;float:none;margin-top:20px}.vco-mobile.vco-skinny .vco-media .vco-media-image{max-height:250px!important}.vco-media .vco-media-twitter{text-align:left;clear:both}.vco-media .vco-media-twitter blockquote{margin:0;margin-right:15px;font-size:15px;line-height:21px;color:#333}.vco-media .vco-media-twitter blockquote p{font-size:36px;line-height:39px;color:#000}.vco-media .vco-media-twitter blockquote p:before{display:none}.vco-media .vco-media-twitter blockquote p:after{display:none}.vco-media .vco-media-twitter .vco-icon-twitter{color:#55ACEE}.vco-media .vco-media-twitter .vcard a:hover,.vco-media .vco-media-twitter .vcard a.vco-date:hover{text-decoration:none;color:#55ACEE}.vco-media .vco-media-twitter .vcard a:hover .fn,.vco-media .vco-media-twitter .vcard a.vco-date:hover .fn,.vco-media .vco-media-twitter .vcard a:hover .nickname,.vco-media .vco-media-twitter .vcard a.vco-date:hover .nickname{color:#55ACEE}.vco-slide-media-only .vco-media .vco-media-twitter{width:80%;margin-left:auto;margin-right:auto}.vco-mobile.vco-skinny .vco-media .vco-media-twitter blockquote p{font-size:15px;line-height:21px}.vco-skinny .vco-media .vco-media-twitter{margin-left:10px;margin-right:10px}.vco-skinny .vco-media .vco-media-twitter blockquote p{font-size:24px;line-height:26px}.vco-media .vco-media-blockquote{text-align:left;clear:both}.vco-media .vco-media-blockquote blockquote{margin:0;margin-right:15px;text-align:left}.vco-media .vco-media-blockquote blockquote p{font-size:36px;line-height:39px}.vco-media .vco-media-blockquote blockquote cite{font-size:15px;line-height:21px;color:#333;text-align:right}.vco-media .vco-media-blockquote blockquote p:before{content:open-quote;display:inline-block;margin-right:5px}.vco-media .vco-media-blockquote blockquote p:after{content:close-quote;display:inline-block;margin-left:3px}.vco-slide-media-only .vco-media .vco-media-blockquote{width:80%;margin-left:auto;margin-right:auto}@media only screen and (max-width:800px),only screen and (max-device-width:800px){.vco-media .vco-media-blockquote blockquote p{font-size:24px;line-height:26px}}@media only screen and (max-width:500px),only screen and (max-device-width:500px){.vco-media .vco-media-blockquote blockquote p{font-size:15px;line-height:21px}}.vco-mobile.vco-skinny .vco-media .vco-media-instagram{max-height:250px!important}.vco-media .vco-media-profile{border-radius:50%}.vco-media .vco-media-iframe{width:100%;height:100%}.vco-media .vco-media-iframe iframe{width:100%;height:100%}.vco-media .vco-media-wikipedia{text-align:left;margin-left:auto;margin-right:auto;clear:both}.vco-media .vco-media-wikipedia .wiki-source{font-size:13px;line-height:19px;font-style:italic}.vco-media .vco-media-wikipedia h4{margin-top:0;margin-bottom:0}.vco-media .vco-media-wikipedia h4 a{color:#000;text-decoration:none}.vco-media .vco-media-wikipedia h4 a:hover{text-decoration:underline}.vco-media .vco-media-wikipedia p{font-size:13px;line-height:19px}.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia,.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia{padding:20px;background:#000 transparent;background:rgba(0,0,0,.6);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia h4 a,.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia h4 a{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-mobile.vco-skinny .vco-media .vco-media-wikipedia{margin-left:10px;margin-right:10px}.leaflet-map-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-pane,.leaflet-tile-container,.leaflet-overlay-pane,.leaflet-shadow-pane,.leaflet-marker-pane,.leaflet-popup-pane,.leaflet-overlay-pane svg,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-ms-touch-action:none}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container img{max-width:none!important}.leaflet-container img.leaflet-image-layer{max-width:15000px!important}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-tile-pane{z-index:2}.leaflet-objects-pane{z-index:3}.leaflet-overlay-pane{z-index:4}.leaflet-shadow-pane{z-index:5}.leaflet-marker-pane{z-index:6}.leaflet-popup-pane{z-index:7}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:7;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile,.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-tile-loaded,.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile,.leaflet-touching .leaflet-zoom-animated{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-clickable{cursor:pointer}.leaflet-container{cursor:-webkit-grab;cursor:-moz-grab}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-container,.leaflet-dragging .leaflet-clickable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-control-zoom-out{font-size:20px}.leaflet-touch .leaflet-control-zoom-in{font-size:22px}.leaflet-touch .leaflet-control-zoom-out{font-size:24px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:content-box;box-sizing:content-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{display:inline}.leaflet-popup-tip{width:21px;_width:27px;margin:0 auto;_margin-top:-3px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"}.leaflet-popup-tip-container{margin-top:-1px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{border:1px solid #999}.leaflet-popup-content-wrapper{zoom:1}.leaflet-control-zoom,.leaflet-control-layers{border:3px solid #999}.leaflet-control-attribution,.leaflet-control-layers,.leaflet-control-scale-line{background:#fff}.leaflet-zoom-box{filter:alpha(opacity=50)}.leaflet-control-attribution{border-top:1px solid #bbb;border-left:1px solid #bbb}.vco-map .leaflet-container .leaflet-control-attribution{color:#999;margin-bottom:3px!important}.vco-map .leaflet-container .leaflet-control-attribution a{color:#666}.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand{margin-left:5px;text-shadow:0 0 1px #FFF,0 0 1px #FFF,0 0 5px #FFF;font-size:14px;font-weight:700}.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand span,.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand span{color:#c34528;display:inline-block;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg)}.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand:hover,.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand:hover{text-decoration:none;color:#dd735a}.vco-map .leaflet-container img.leaflet-image-layer{max-width:none!important}.vco-map .leaflet-overlay-pane{z-index:auto}.vco-map .leaflet-overlay-pane .leaflet-image-layer{z-index:-1}.vco-map .leaflet-overlay-pane svg{z-index:4}.vco-map .leaflet-fade-anim .leaflet-tile,.vco-map .leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.vco-map .leaflet-fade-anim .leaflet-tile-loaded,.vco-map .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.vco-map .leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 1s cubic-bezier(0.75,.1,.2,1);-moz-transition:-moz-transform 1s cubic-bezier(0.75,.1,.2,1);-o-transition:-o-transform 1s cubic-bezier(0.75,.1,.2,1);transition:transform 1s cubic-bezier(0.75,.1,.2,1);-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}.vco-map.vco-map-touch-zoom .leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}.vco-map .leaflet-bottom{bottom:0}.vco-map .leaflet-right{left:0;right:auto}.vco-map .leaflet-container .leaflet-control-attribution{background-color:transparent;box-shadow:none;margin:0;border:none;font-size:10px}.vco-map .leaflet-container{background-color:transparent}.vco-map .leaflet-popup-content-wrapper{display:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #b3b3b3;-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 7px rgba(0,0,0,.3);box-shadow:1px 1px 7px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:1px 1px 2px rgba(0,0,0,.3)}.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content{margin:7px}.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content h4{margin:0;font-weight:400}.vco-map .leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden;display:none}.vco-map .leaflet-bar{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.vco-layout-landscape .vco-map .leaflet-bottom{bottom:0}.vco-layout-landscape .vco-map .leaflet-right{left:0;right:auto}.vco-layout-landscape .vco-map .leaflet-top{bottom:0;top:28px}.vco-layout-portrait .leaflet-bottom{bottom:0;top:auto}.vco-mobile.vco-skinny .leaflet-control-zoom,.vco-mobile.vco-skinny .leaflet-control-layers{display:none}.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution{font-size:8px}.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand{font-size:8px}.vco-skinny .leaflet-container .leaflet-control-attribution{background-color:transparent;box-shadow:none;margin:0;border:none;font-size:8px}.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand{font-size:12px}.vco-map .leaflet-container .leaflet-bottom .leaflet-control-minimap{margin-left:10px;margin-bottom:25px}.vco-map .leaflet-container .leaflet-top .leaflet-control-minimap{margin-left:10px;margin-top:10px}.vco-map .leaflet-container .leaflet-control-minimap{border:solid #FFF 2px;-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 7px rgba(0,0,0,.3);box-shadow:1px 1px 7px rgba(0,0,0,.3);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#b3b3b3;transition:all .2s;border:2px solid #b3b3b3}.vco-map .leaflet-container .leaflet-control-minimap a{background-color:#b3b3b3;z-index:99999;transition:all .2s;border-radius:3px 0 0}.vco-map .leaflet-container .leaflet-control-minimap a.minimized{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vco-map .leaflet-container .leaflet-control-minimap-toggle-display{height:19px;width:19px;position:absolute;bottom:0;right:0;border:1px solid #b3b3b3;background-color:gray}.vco-map .leaflet-container .leaflet-control-minimap-toggle-display:after{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#FFF;font-size:20px;content:"\e647"}.vco-map .leaflet-container .mapbox-maplogo{position:relative;display:inline-block;height:20px;width:65px;margin-bottom:-5px;text-indent:-9999px;z-index:99999;overflow:hidden;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAoCAMAAAAFWtJHAAAAwFBMVEUAAAAAAAAAAABtbW0AAAAAAAAAAAAAAAAAAAAAAAClpaUAAADp6ekAAAD5+fna2toAAAAMDAzv7+/Nzc0AAAA2Njb8/Pz9/f3T09MAAAAAAAD7+/sAAAArKyuxsbH39/fs7OwbGxuIiIjz8/N8fHyenp7u7u74+PgAAAC8vLxWVlbx8fF1dXXl5eVcXFyUlJTQ0NDFxcVCQkLAwMC4uLj19fXo6OjW1tarq6ve3t77+/vi4uL6+vrKysrNzc3///8w7gSSAAAAP3RSTlMAOQNdPSYBPywKexLLGPCxNEHXnzFL+v2nGwf1IEiE6dBFad9jd9PuLo1V2mDDV3Cjl06SiuXIq4C3973ym6BQMVUPAAAEXElEQVR4Ae2WCVP6OBiH05L0l1IqrVbkKHJ54I0oHn+PfP9vtUle0z/YdhbH2XVnd58ZnRJIeHiPJOx//mH4vQSAN+8FjAhFxgHIaPvJeZ99hxwEElon5iAQbj85Y98g8ODwjEOMAvGFyeE3FEKgodTBqj0BJGN9DhyNd5Ta3ean9QEopfaA+LsKhnEKRExqg4FSP6Og7oEkAjBWnxSCgBX4xF+kcLoPcOBQrSv0e5kH7s1j37jECQieCTPiFGxL5VHw2zQWCeeJiPt6kjRQw0XSkIdVChf67xGa4alSnZlT6HEQ8CK9ANbhvXUF9xlDkBfTuHDWScgC9+z5FQpPI12TlwC6+sV7ixR8CUMKiwjm2GQeOQWHMGuHGdbnObJAwCEqFJpNU5H6uaPUaEIKiQfg+PHk1+u4OwW9PlWW2ctbA4BHCtp+cNK+H8Jos4gDmC5ar4Nx9waaG/2B13NgDqS7+vm2RgEtEws82P+kwIHhs/pgkQKcFIhfd7CogtGNjYMHTLpurD0ERbYFw4JaD3GlQuNAL/JEsSAF4HqlCnaHACk4WhOn4OgCkMD5hSpYNYDJTD8Y46n+jsE1kPhVCuR6QBXhFK7MUOu9O6b1SWF3b+/9ZVWMGOlu93E8UDaAhgc7bfH+0DHqKXCkHzoNDFfU+zxiVQrUC9QXTuHYtKpN59OA3IxCG4b7jh6ZFuVockaNTW09mkJzOaPU49a6mE9cAchZpQJNpUWcwgV9r6FJswsFKrITp2B5pMBMdnS0z2HZNy2+BNKxSZxZfglkrFYBJxQnpzA5sN/HheR2aFQoZBLAi149dQoyAYYjW0hHlHguBAdMcR0DuDZ5omevX6+AI8qcU7ikKT3GBHCnXwydgmCC0tRwCnGQ2Wp6Be71yNIWfQSkOl9vAI1SBCNWrwC01RROgX7BuT2HI4r7tFAw086p/NwZEdOEa7R1uAFuNmQPuKAEAjYNQ0CyeoUEWHYBnpQVQgpvc0Ph+gsKlAnKg1+vEHsw5LKciLKCAJobiWBzYFGbCKpHqkZZrxBFHEASyFI59vJPCskcwNVGOWZAOqsrR+pKbaNeAMT1CixMEtlnsqopNxUMzVJT3tY35aXZm6a6Y9QhwMN6BUJWbE1lhbMO1WehkO7poO0sK7em9MJGxp1XSbC1gtugzzSLQmGsX7VntJGSwsPZ2d2z3bIPKzdoOp3Wzqt8G4XyMVUoFIxLx1S7+piaHtCvR3FeRVsq0GFdp9C5TbGpcNqsPqyHKxcfd14h21KhuLKUFU4f3osrC7F6uV3WXFnadL7wyAPeKDXw2RoJCO5GY4DouYvb/gepVXheLoewzPseQG9N/vzilrMIjoStE3++zvle4eSurw7XEe76ynI4aq+v7lEyt1x5awiFlFLQbHKIpabnM3eJLym4Szzzc/du7SU+zOXv9UNpECH7IoH/gecURPlN9vdQpeD47yhIFNX0U0QgvID9nENm+yxk/xb+AGAjNfRZuk9qAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 0;background-size:65px 20px}.vco-map .vco-mapmarker,.vco-map .vco-mapmarker-active{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px!important;height:52px!important;top:-46px;left:-13px}.vco-map .vco-mapmarker:before,.vco-map .vco-mapmarker-active:before{content:"\e600";font-size:52px;text-shadow:rgba(0,0,0,.66)0 2px 5px}.vco-map .vco-mapmarker{color:#a5a5a5}.vco-map .vco-mapmarker-active{color:#c34528}.vco-map .vco-mapmarker-image-icon,.vco-map .vco-mapmarker-image-icon-active{border:2px solid #a5a5a5;box-shadow:2px 2px 2px #000;opacity:1}.vco-map .vco-mapmarker-image-icon{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%)}.vco-map .vco-mapmarker-image-icon-active{opacity:1;border:4px solid #c34528;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0)}.vco-map .vco-mapmarker-icon:after{font-size:24px;color:#FFF;text-align:center;width:38px;height:24px;overflow:hidden;display:block;position:absolute;top:8px;left:0;filter:alpha(opacity=75);-khtml-opacity:.75;-moz-opacity:.75;opacity:.75}.vco-map .vco-mapmarker-active.vco-mapmarker-icon:after{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-map .vco-icon-wikipedia:after{font-size:16px;top:12px}.vco-map .vco-icon-image:after{top:6px}.vco-map .vco-icon-vine:after,.vco-map .vco-icon-vimeo:after,.vco-map .vco-icon-twitter:after{top:8px}.vco-map .vco-mapimage-display:hover .vco-mapmarker,.vco-map .vco-mapimage-display:hover .vco-mapmarker-active{display:block}.vco-map .vco-mapimage-display .vco-mapmarker,.vco-map .vco-mapimage-display .vco-mapmarker-active{display:none}.vco-map{height:100%;display:relative;overflow:hidden;top:0;background-color:#333}.vco-map .vco-map-mask{width:100%;height:100%;overflow:hidden}.vco-map .vco-map-mask .vco-map-display{width:100%;height:100%}.vco-storymap h2.vco-headline-title .vco-snapmap-instagram,.vco-storymap h2.vco-headline-title .vco-snapmap-flickr{text-align:center;display:block;text-transform:none!important}.vco-storymap h2.vco-headline-title .vco-snapmap-instagram a,.vco-storymap h2.vco-headline-title .vco-snapmap-flickr a{color:#666}.vco-storymap .vco-media-instagram-likes{display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin-top:10px;font-size:12px;color:#666}.vco-storymap .vco-media-instagram-likes:after{content:'Likes';margin-left:3px;color:#999;font-weight:400;margin-right:10px}.vco-storymap .vco-snapmap-user-description,.vco-storymap .vco-snapmap-user-location{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;display:block}.vco-storymap .vco-snapmap-instagram-text{text-align:center;display:none}.vco-storymap .vco-snapmap-instagram-text a{color:#000}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a{display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin-top:10px;font-size:12px;margin-left:20px}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after{margin-left:3px;color:#999;font-weight:400}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after{content:'Posts'}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after{content:'Followers'}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after{content:'Following'}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a{font-weight:400;display:block;margin:0;color:#999}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after{margin-left:0;color:#999;font-weight:400}.vco-storymap .vco-snapmap-user-location{font-weight:700;font-size:12px;text-align:center}.vco-storymap .vco-snapmap-flickr-views{display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin-top:10px;font-size:12px}.vco-storymap .vco-snapmap-flickr-views:after{content:'Views';margin-left:3px;color:#999;font-weight:400}.vco-storymap{width:100%;height:100%;font-size:16px;line-height:normal;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.vco-layout-portrait .vco-storyslider{padding-top:10px;-webkit-box-shadow:0 -3px 6px rgba(0,0,0,.2);-moz-box-shadow:0 -3px 6px rgba(0,0,0,.2);box-shadow:0 -3px 6px rgba(0,0,0,.2)}.vco-layout-landscape .vco-storyslider{padding-top:0;position:absolute;width:50%;left:50%;overflow:visible}.vco-layout-landscape .vco-storyslider .vco-slider-background{margin-left:-20%;width:120%;overflow:hidden;background-image:-webkit-linear-gradient(left,color-stop(rgba(255,255,255,.0001)0),color-stop(rgba(255,255,255,.85)15%));background-image:linear-gradient(to right,rgba(255,255,255,.0001)0,rgba(255,255,255,.85)15%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9ffffff', GradientType=1)}.vco-layout-landscape .vco-storyslider .vco-slider-container-mask{overflow:visible} \ No newline at end of file +/*! + StoryMap + + Designed and built by Zach Wise for the Northwestern University Knight Lab + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +*/.vco-storyjs div *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.vco-storyjs .active,.vco-storyjs .caption,.vco-storyjs .content-container,.vco-storyjs .credit,.vco-storyjs .date,.vco-storyjs .dot,.vco-storyjs .era,.vco-storyjs .flag,.vco-storyjs .line,.vco-storyjs .major,.vco-storyjs .map,.vco-storyjs .marker,.vco-storyjs .media,.vco-storyjs .message,.vco-storyjs .minor,.vco-storyjs .slider,.vco-storyjs .start,.vco-storyjs .text,.vco-storyjs .time,.vco-storyjs .title,.vco-storyjs .toolbar,.vco-storyjs .vco-container,.vco-storyjs .vco-feature,.vco-storyjs .vco-feedback,.vco-storyjs .vco-navigation,.vco-storyjs .vco-slider,.vco-storyjs a,.vco-storyjs abbr,.vco-storyjs acronym,.vco-storyjs address,.vco-storyjs blockquote,.vco-storyjs button,.vco-storyjs caption,.vco-storyjs cite,.vco-storyjs code,.vco-storyjs dd,.vco-storyjs del,.vco-storyjs dfn,.vco-storyjs dl,.vco-storyjs dt,.vco-storyjs em,.vco-storyjs fieldset,.vco-storyjs form,.vco-storyjs h1,.vco-storyjs h2,.vco-storyjs h3,.vco-storyjs h4,.vco-storyjs h5,.vco-storyjs h6,.vco-storyjs img,.vco-storyjs label,.vco-storyjs legend,.vco-storyjs li,.vco-storyjs ol,.vco-storyjs p,.vco-storyjs pre,.vco-storyjs q,.vco-storyjs s,.vco-storyjs samp,.vco-storyjs small,.vco-storyjs strike,.vco-storyjs strong,.vco-storyjs sub,.vco-storyjs sup,.vco-storyjs table,.vco-storyjs tbody,.vco-storyjs td,.vco-storyjs tfoot,.vco-storyjs th,.vco-storyjs thead,.vco-storyjs tr,.vco-storyjs tt,.vco-storyjs ul,.vco-storyjs var{margin:0;padding:0;border:0;font-weight:400;font-style:normal;font-size:100%;line-height:1;font-family:inherit;width:auto;float:none}.vco-storyjs h1,.vco-storyjs h2,.vco-storyjs h3,.vco-storyjs h4,.vco-storyjs h5,.vco-storyjs h6{clear:none}.vco-storyjs table{border-collapse:collapse;border-spacing:0}.vco-storyjs ol,.vco-storyjs ul{list-style:none}.vco-storyjs blockquote:after,.vco-storyjs blockquote:before,.vco-storyjs q:after,.vco-storyjs q:before{content:""}.vco-storyjs a:focus{outline:thin dotted}.vco-storyjs a:active,.vco-storyjs a:hover{outline:0}.vco-storyjs article,.vco-storyjs aside,.vco-storyjs details,.vco-storyjs figcaption,.vco-storyjs figure,.vco-storyjs footer,.vco-storyjs header,.vco-storyjs hgroup,.vco-storyjs nav,.vco-storyjs section{display:block}.vco-storyjs audio,.vco-storyjs canvas,.vco-storyjs video{display:inline-block}.vco-storyjs audio:not([controls]){display:none}.vco-storyjs div{max-width:none}.vco-storyjs sub,.vco-storyjs sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.vco-storyjs sup{top:-.5em}.vco-storyjs sub{bottom:-.25em}.vco-storyjs img{border:0;-ms-interpolation-mode:bicubic}.vco-storyjs button,.vco-storyjs input,.vco-storyjs select,.vco-storyjs textarea{font-size:100%;margin:0;vertical-align:baseline}.vco-storyjs button,.vco-storyjs input{line-height:normal}.vco-storyjs button::-moz-focus-inner,.vco-storyjs input::-moz-focus-inner{border:0;padding:0}.vco-storyjs button,.vco-storyjs input[type=button],.vco-storyjs input[type=reset],.vco-storyjs input[type=submit]{cursor:pointer;-webkit-appearance:button}.vco-storyjs input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.vco-storyjs input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.vco-storyjs textarea{overflow:auto;vertical-align:top}.vco-storymap{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3{font-size:36px;line-height:36px}.vco-storymap h1 small,.vco-storymap h2 small,.vco-storymap h3 small{font-size:24px;line-height:24px}.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-size:24px;line-height:24px;margin-bottom:0}.vco-storymap h4 small,.vco-storymap h5 small,.vco-storymap h6 small{font-size:15px;line-height:15px}.vco-storymap h2.vco-headline-title{font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title small{display:block;margin-top:5px;font-size:24px;line-height:24px}.vco-storymap h2{margin-top:20px;margin-bottom:5px}.vco-storymap p{margin-top:5px;margin-bottom:10px;font-size:15px;color:#666}.vco-storymap p a{color:#666;text-decoration:none;background-image:-moz-linear-gradient(top,rgba(102,102,102,0) 50%,rgba(102,102,102,.6) 50%);background-image:-webkit-linear-gradient(top,rgba(102,102,102,0) 50%,rgba(102,102,102,.6) 50%);background-image:-o-linear-gradient(top,rgba(102,102,102,0) 50%,rgba(102,102,102,.6) 50%);background-image:linear-gradient(to bottom,rgba(102,102,102,0) 50%,rgba(102,102,102,.6) 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 17px;text-shadow:-2px -1px 0 #fff,2px -1px 0 #fff,-2px 1px 0 #fff,2px 1px 0 #fff}.vco-storymap p a:focus,.vco-storymap p a:hover{color:#c34528;text-decoration:none}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.vco-storymap p a{text-decoration:underline;background-image:none;text-shadow:none}.vco-storymap p a:focus,.vco-storymap p a:hover{color:#c34528;text-decoration:underline}}.vco-storymap b,.vco-storymap strong{font-weight:700}.vco-storymap em,.vco-storymap i{font-style:italic}.vco-storymap a{text-decoration:none;color:#c34528}.vco-storymap a:hover{text-decoration:underline;color:#6e2717}.vco-storymap .vco-caption,.vco-storymap .vco-credit,.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous{font-size:11px;line-height:11px}.vco-storymap .vco-caption a,.vco-storymap .vco-credit a,.vco-storymap .vco-slidenav-next a,.vco-storymap .vco-slidenav-previous a{color:#000}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:Georgia,Times New Roman,Times,serif;color:#999;font-size:24px;line-height:24px;text-align:left;background:0 0;border:0;padding:0}.vco-storymap blockquote cite,.vco-storymap blockquote p cite{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;color:#666;display:block;text-align:right;font-style:normal}.vco-storymap blockquote cite:before,.vco-storymap blockquote p cite:before{content:"\2014"}.vco-storymap blockquote p:before{content:open-quote;display:inline-block;font-size:36px;position:relative;top:8px;margin-right:5px}.vco-storymap blockquote p:after{content:close-quote;display:inline-block;font-size:36px;position:relative;top:8px;margin-left:3px}.vco-storymap blockquote{margin:10px}.vco-storymap blockquote p{margin:0}.vco-storymap .vcard{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:15px}.vco-storymap .vco-text ul{padding:0;padding-left:30px;margin:0}.vco-storymap .vco-text ul li{margin-bottom:5px}.vco-storymap .vco-note{display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic;background-color:#e6e6e6;font-size:15px;line-height:17px;padding:10px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;color:#8a6d3b;background-color:#fcf8e3;border:1px solid #faebcc}@media only screen and (max-width:800px),only screen and (max-device-width:800px){.vco-storymap h1,.vco-storymap h2,.vco-storymap h3{font-size:36px;line-height:36px}}@media only screen and (max-width:500px),only screen and (max-device-width:500px){.vco-storymap h1,.vco-storymap h2,.vco-storymap h3{font-size:32px;line-height:32px}}.vco-skinny h2{margin-top:0;padding-top:20px}@font-face{font-family:vco-icons;src:url(icons/vco-icons.eot);src:url(icons/vco-icons.eot?#iefix) format('embedded-opentype'),url(icons/vco-icons.ttf) format('truetype'),url(icons/vco-icons.woff) format('woff'),url(icons/vco-icons.svg#vco-icons) format('svg');font-weight:400;font-style:normal}[class*=" vco-icon-"],[class^=vco-icon-]{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vco-icon-vine:after{content:"\e64d"}.vco-icon-wikipedia:after{content:"\e64e"}.vco-icon-chevron-right:after{content:"\e64f"}.vco-icon-chevron-left:after{content:"\e650"}.vco-icon-youtube-logo:after{content:"\e651"}.vco-icon-foursquare:after{content:"\e652"}.vco-icon-camera-retro:after{content:"\e653"}.vco-icon-doc:after{content:"\e654"}.vco-icon-weibo:after{content:"\e655"}.vco-icon-resize-horizontal:after{content:"\e656"}.vco-icon-resize-vertical:after{content:"\e657"}.vco-icon-resize-full:after{content:"\e658"}.vco-icon-resize-small:after{content:"\e659"}.vco-icon-twitter:after{content:"\e62b"}.vco-icon-google-plus:after{content:"\e62c"}.vco-icon-video:after{content:"\e62d"}.vco-icon-youtube:after{content:"\e62d"}.vco-icon-plaintext:after{content:"\e62e"}.vco-icon-storify:after{content:"\e62e"}.vco-icon-image-v2:after{content:"\e62f"}.vco-icon-quote-v2:after{content:"\e630"}.vco-icon-zoom-in:after{content:"\e631"}.vco-icon-zoom-out:after{content:"\e632"}.vco-icon-list:after{content:"\e633"}.vco-icon-music:after{content:"\e634"}.vco-icon-location:after{content:"\e635"}.vco-icon-web:after{content:"\e636"}.vco-icon-share-v2:after{content:"\e637"}.vco-icon-soundcloud:after{content:"\e639"}.vco-icon-video-v2:after{content:"\e63a"}.vco-icon-dailymotion:after{content:"\e63a"}.vco-icon-tumblr:after{content:"\e63b"}.vco-icon-lastfm:after{content:"\e63c"}.vco-icon-github:after{content:"\e63d"}.vco-icon-goback:after{content:"\e63e"}.vco-icon-doc-v2:after{content:"\e63f"}.vco-icon-googledrive:after{content:"\e640"}.vco-icon-facebook:after{content:"\e641"}.vco-icon-flickr:after{content:"\e642"}.vco-icon-dribbble:after{content:"\e643"}.vco-icon-image:after{content:"\e605"}.vco-icon-vimeo:after{content:"\e606"}.vco-icon-instagram:after{content:"\e644"}.vco-icon-pinterest:after{content:"\e645"}.vco-icon-arrow-left:after{content:"\e646"}.vco-icon-arrow-down:after{content:"\e647"}.vco-icon-arrow-up:after{content:"\e648"}.vco-icon-arrow-right:after{content:"\e649"}.vco-icon-share:after{content:"\e64a"}.vco-icon-blockquote:after{content:"\e64b"}.vco-icon-evernote:after{content:"\e64c"}.vco-icon-mappin:after{content:"\e600"}.vco-icon-swipe-right:after{content:"\e601"}.vco-icon-swipe-left:after{content:"\e602"}.vco-icon-touch-spread:after{content:"\e603"}.vco-icon-touch-pinch:after{content:"\e604"}.vco-dragging{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.vco-menubar{position:absolute;z-index:11;text-align:left;overflow:hidden;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-bottom-right-radius:7px;left:0}.vco-menubar .vco-menubar-button:first-child{border-left:0}@keyframes invertToBlack{from{background-color:#FFF}to{background-color:#000}}@-webkit-keyframes invertToBlack{from{background:#FFF}to{background:#000}}@keyframes invertToWhite{from{background-color:#000}to{background-color:#FFF}}@-webkit-keyframes invertToWhite{from{background:#000}to{background:#FFF}}.vco-menubar-button{border-left:1px solid #e6e6e6;font-size:14px;padding:6px 12px 6px 12px;background-color:rgba(217,217,217,.9);background-color:#FFF;cursor:pointer;font-weight:700;color:#737373}.vco-menubar-button .vco-icon-arrow-down,.vco-menubar-button .vco-icon-arrow-up{display:inline-block;height:14px;overflow:hidden;font-size:20px;position:relative;top:-2px}.vco-menubar-button:hover{background:#c34528;color:#FFF}.vco-mobile .vco-menubar-button:hover{background-color:rgba(217,217,217,.67);color:#737373}.vco-mobile .vco-menubar-button:active{background:#c34528;color:#FFF}@keyframes invertToBlack{from{background-color:#FFF}to{background-color:#000}}@-webkit-keyframes invertToBlack{from{background:#FFF}to{background:#000}}@keyframes invertToWhite{from{background-color:#000}to{background-color:#FFF}}@-webkit-keyframes invertToWhite{from{background:#000}to{background:#FFF}}.vco-message,.vco-message-full{width:100%;height:100%;position:absolute;display:table;overflow:hidden;top:0;left:0;z-index:99;margin:auto;text-align:center}.vco-message .vco-message-container,.vco-message-full .vco-message-container{padding:20px;margin:20px;text-align:center;vertical-align:middle;display:table-cell}.vco-message .vco-message-container .vco-message-content,.vco-message-full .vco-message-container .vco-message-content{color:#666;text-align:center;font-size:11px;line-height:13px;text-transform:uppercase;margin-top:7.5px;margin-bottom:7.5px;text-shadow:1px 1px 1px #FFF}.vco-message .vco-message-container .vco-loading-icon,.vco-message-full .vco-message-container .vco-loading-icon{width:30px;height:30px;background-color:#666;vertical-align:middle;-webkit-box-shadow:inset 0 1px 2px rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 2px rgba(255,255,255,.1);box-shadow:inset 0 1px 2px rgba(255,255,255,.1);margin-left:auto;margin-right:auto;text-align:center;-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.vco-message-full{background-color:rgba(51,51,51,.8)}.vco-message-full [class*=" vco-icon-"],.vco-message-full [class^=vco-icon-]{color:#FFF;font-size:72px}.vco-message-full .vco-message-container .vco-message-content{font-size:22px;line-height:22px;text-shadow:none;color:#FFF;text-transform:none;font-weight:700}.vco-message-full .vco-message-container .vco-message-content .vco-button{display:inline-block;cursor:pointer;background-color:#FFF;color:#333;padding:10px;margin-top:10px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.vcoanimate{-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}.vco-animate{-webkit-transition:all 1s cubic-bezier(.77,0,.175,1);-moz-transition:all 1s cubic-bezier(.77,0,.175,1);-o-transition:all 1s cubic-bezier(.77,0,.175,1);transition:all 1s cubic-bezier(.77,0,.175,1);-webkit-transition-timing-function:cubic-bezier(.77,0,.175,1);-moz-transition-timing-function:cubic-bezier(.77,0,.175,1);-o-transition-timing-function:cubic-bezier(.77,0,.175,1);transition-timing-function:cubic-bezier(.77,0,.175,1)}.vco-animate-opacity{-webkit-transition:opacity 1s cubic-bezier(.77,0,.175,1);-moz-transition:opacity 1s cubic-bezier(.77,0,.175,1);-o-transition:opacity 1s cubic-bezier(.77,0,.175,1);transition:opacity 1s cubic-bezier(.77,0,.175,1);-webkit-transition-timing-function:cubic-bezier(.77,0,.175,1);-moz-transition-timing-function:cubic-bezier(.77,0,.175,1);-o-transition-timing-function:cubic-bezier(.77,0,.175,1);transition-timing-function:cubic-bezier(.77,0,.175,1)}.vco-slide{position:absolute;width:100%;height:100%;padding:0;margin:0;overflow-x:hidden;overflow-y:auto}.vco-slide .vco-slide-calltoaction{cursor:pointer;font-weight:700;padding-top:10px;margin-bottom:10px;padding-bottom:10px}.vco-slide .vco-slide-calltoaction .vco-slide-calltoaction-button-text{display:inline-block;background-color:#c34528;color:#FFF;padding:10px 15px 10px 15px;border-radius:7px}.vco-slide .vco-slide-calltoaction:hover .vco-slide-calltoaction-button-text{background-color:#842f1b;color:#FFF}.vco-slide .vco-slide-background{background-color:#FFF;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;overflow:hidden;display:none;filter:alpha(opacity=50);-khtml-opacity:.5;-moz-opacity:.5;opacity:.5;background:no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.vco-slide .vco-slide-scrollable-container{display:table;table-layout:fixed;height:100%;z-index:1}.vco-slide .vco-slide-content-container{display:table-cell;vertical-align:middle;position:relative;width:100%;height:100%;z-index:3}.vco-slide .vco-slide-content-container .vco-slide-content{vertical-align:middle;padding-left:100px;padding-right:100px;position:relative;max-width:100%}.vco-slide .vco-slide-content-container .vco-slide-content .vco-media{position:relative;width:100%;min-width:50%;float:left;margin-top:auto;margin-bottom:auto}.vco-slide .vco-slide-content-container .vco-slide-content .vco-text{width:50%;max-width:50%;min-width:120px;padding:0 20px 0 20px;display:table-cell;vertical-align:middle;text-align:left}.vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-slide-calltoaction{width:100%}.vco-slide-media-only .vco-slide-content-container .vco-slide-content{text-align:center}.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-media{text-align:center;position:relative;width:100%;min-width:50%;max-width:100%;float:none;margin-top:auto;margin-bottom:auto}.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text{width:100%;display:block;margin-left:auto;margin-right:auto;text-align:center}.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text h2{margin-top:20px;margin-bottom:20px}.vco-slide-text-only .vco-slide-content-container .vco-slide-content{text-align:center}.vco-slide-text-only .vco-slide-content-container .vco-slide-content .vco-text{max-width:80%;width:80%;display:block;margin-left:auto;margin-right:auto}.vco-slide.vco-full-color-background,.vco-slide.vco-full-image-background{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-color-background h1,.vco-slide.vco-full-color-background h2,.vco-slide.vco-full-color-background h3,.vco-slide.vco-full-color-background h4,.vco-slide.vco-full-color-background h5,.vco-slide.vco-full-color-background h6,.vco-slide.vco-full-color-background p,.vco-slide.vco-full-image-background h1,.vco-slide.vco-full-image-background h2,.vco-slide.vco-full-image-background h3,.vco-slide.vco-full-image-background h4,.vco-slide.vco-full-image-background h5,.vco-slide.vco-full-image-background h6,.vco-slide.vco-full-image-background p{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-color-background a,.vco-slide.vco-full-color-background a:hover,.vco-slide.vco-full-color-background b,.vco-slide.vco-full-color-background blockquote,.vco-slide.vco-full-color-background blockquote p,.vco-slide.vco-full-color-background i,.vco-slide.vco-full-image-background a,.vco-slide.vco-full-image-background a:hover,.vco-slide.vco-full-image-background b,.vco-slide.vco-full-image-background blockquote,.vco-slide.vco-full-image-background blockquote p,.vco-slide.vco-full-image-background i{color:#FFF!important;text-shadow:1px 1px 1px #000!important;color:#fff}.vco-slide.vco-full-color-background .vco-caption,.vco-slide.vco-full-color-background .vco-credit,.vco-slide.vco-full-image-background .vco-caption,.vco-slide.vco-full-image-background .vco-credit{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-color-background .vco-media-blockquote blockquote,.vco-slide.vco-full-color-background .vco-media-twitter blockquote,.vco-slide.vco-full-image-background .vco-media-blockquote blockquote,.vco-slide.vco-full-image-background .vco-media-twitter blockquote{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-color-background .vco-media-blockquote blockquote p,.vco-slide.vco-full-color-background .vco-media-twitter blockquote p,.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,.vco-slide.vco-full-image-background .vco-media-twitter blockquote p{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-color-background .vcard .nickname,.vco-slide.vco-full-color-background .vcard a,.vco-slide.vco-full-image-background .vcard .nickname,.vco-slide.vco-full-image-background .vcard a{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-slide.vco-full-image-background{background:no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center 25%;text-shadow:1px 1px 2px #000}.vco-slide.vco-full-image-background h1,.vco-slide.vco-full-image-background h2,.vco-slide.vco-full-image-background h3,.vco-slide.vco-full-image-background h4,.vco-slide.vco-full-image-background h5,.vco-slide.vco-full-image-background h6,.vco-slide.vco-full-image-background p{text-shadow:1px 1px 2px #000}.vco-slide.vco-full-image-background .vco-caption,.vco-slide.vco-full-image-background .vco-credit{text-shadow:1px 1px 2px #000}.vco-slide.vco-full-image-background .vco-media-blockquote blockquote,.vco-slide.vco-full-image-background .vco-media-twitter blockquote{text-shadow:1px 1px 2px #000!important}.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,.vco-slide.vco-full-image-background .vco-media-twitter blockquote p{text-shadow:1px 1px 2px #000!important}.vco-slide.vco-text-background .vco-text .vco-text-content-container{padding:20px;background:#000 transparent;background:rgba(0,0,0,.6);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.vco-slide.vco-text-background .vco-text .vco-text-content-container h2{margin-top:5px}.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-media{display:block;vertical-align:baseline;height:auto;margin-bottom:20px;max-height:50%}.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-text{display:block;height:auto;vertical-align:baseline;width:100%;max-width:100%;min-width:0;float:none;padding:0}.vco-skinny .vco-slide{display:block}.vco-skinny .vco-slide .vco-slide-content-container{display:block;position:static;height:auto;vertical-align:baseline}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content{display:block;position:static;vertical-align:baseline;height:auto}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-media{position:static;width:100%;height:auto;float:none;display:block}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text{display:block;height:auto;vertical-align:baseline;position:static;width:100%;max-width:100%;min-width:0;float:none;padding:0}.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-text-content-container{padding-left:10px;padding-right:10px;padding-bottom:10px}.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media embed,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media iframe,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media img,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media object,.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media video{max-height:175px}.vco-slidenav-next,.vco-slidenav-previous{position:absolute;top:45%;z-index:10;cursor:pointer}.vco-slidenav-next .vco-slidenav-content-container,.vco-slidenav-previous .vco-slidenav-content-container{height:200px;width:00px;position:absolute}.vco-slidenav-next .vco-slidenav-description,.vco-slidenav-next .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-description,.vco-slidenav-previous .vco-slidenav-title{width:100%;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;filter:alpha(opacity=15);-khtml-opacity:.15;-moz-opacity:.15;opacity:.15}.vco-slidenav-next .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-title{margin-top:10px;font-size:15px;line-height:15px;font-size:11px;line-height:11px}.vco-slidenav-next .vco-slidenav-description,.vco-slidenav-previous .vco-slidenav-description{font-size:11px}.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description,.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon,.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description,.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon,.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title{text-shadow:1px 1px 1px #FFF;color:#FFF}.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title{color:#333;text-shadow:1px 1px 1px #333}.vco-slidenav-next .vco-slidenav-icon,.vco-slidenav-previous .vco-slidenav-icon{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;margin-bottom:5px}.vco-slidenav-next:hover .vco-slidenav-description,.vco-slidenav-next:hover .vco-slidenav-title,.vco-slidenav-previous:hover .vco-slidenav-description,.vco-slidenav-previous:hover .vco-slidenav-title{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-slidenav-next{text-align:right;margin-right:10px;right:100px}.vco-slidenav-next .vco-slidenav-icon{margin-left:76px}.vco-slidenav-next .vco-slidenav-icon:before{content:"\e64f"}.vco-slidenav-next:hover .vco-slidenav-icon{margin-left:80px}.vco-slidenav-previous{text-align:left;margin-left:10px}.vco-slidenav-previous .vco-slidenav-icon{margin-left:0}.vco-slidenav-previous .vco-slidenav-icon:before{content:"\e650"}.vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:-4px}.vco-skinny .vco-slidenav-next{right:32px}.vco-skinny .vco-slidenav-next .vco-slidenav-icon{margin-left:8px}.vco-skinny .vco-slidenav-next:hover .vco-slidenav-icon{margin-left:12px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-skinny .vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:-4px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-skinny .vco-slidenav-next .vco-slidenav-content-container,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container{width:32px;height:32px}.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title{color:#333}.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title{color:#FFF}.vco-skinny .vco-slidenav-next .vco-slidenav-description,.vco-skinny .vco-slidenav-next .vco-slidenav-title,.vco-skinny .vco-slidenav-previous .vco-slidenav-description,.vco-skinny .vco-slidenav-previous .vco-slidenav-title{display:none}.vco-skinny .vco-slidenav-next .vco-slidenav-icon,.vco-skinny .vco-slidenav-previous .vco-slidenav-icon{filter:alpha(opacity=33);-khtml-opacity:.33;-moz-opacity:.33;opacity:.33}.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover{right:70px}.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon{margin-left:8px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-layout-landscape.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon{margin-left:0;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-layout-landscape.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:80px;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-layout-landscape.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;margin-left:-4px}.vco-layout-portrait.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon,.vco-layout-portrait.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon{filter:alpha(opacity=33);-khtml-opacity:.33;-moz-opacity:.33;opacity:.33}.vco-layout-portrait.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon,.vco-layout-portrait.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-mobile .vco-slidenav-next,.vco-mobile .vco-slidenav-previous,.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-next,.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-previous,.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-next,.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-previous,.vco-skinny.vco-mobile .vco-slidenav-next,.vco-skinny.vco-mobile .vco-slidenav-previous{display:none}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before{background-color:#333;padding:20px;border:1px solid #b3b3b3}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description,.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon,.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title{text-shadow:none}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description,.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description,.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title{display:none}.vco-layout-landscape .vco-storyslider .vco-slidenav-previous{left:-100%;margin-left:0}.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before{border-bottom-right-radius:7px;border-top-right-radius:7px}.vco-layout-landscape .vco-storyslider .vco-slidenav-previous:hover .vco-slidenav-icon{margin-left:-4px}.vco-layout-landscape .vco-storyslider .vco-slidenav-next{right:130px}.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before{border-bottom-left-radius:7px;border-top-left-radius:7px}.vco-storyslider{width:100%;height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;position:relative}.vco-storyslider embed,.vco-storyslider iframe,.vco-storyslider img,.vco-storyslider object,.vco-storyslider video{max-width:100%;position:relative}.vco-storyslider .vco-slider-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.vco-storyslider .vco-slider-touch-mask{width:100%;height:100%;z-index:25;top:0;left:0;position:absolute}.vco-storyslider .vco-slider-container-mask{text-align:center;width:100%;height:100%;position:relative;z-index:5}.vco-storyslider .vco-slider-container-mask .vco-slider-container{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.vco-storyslider .vco-slider-container-mask .vco-slider-container .vco-slider-item-container{width:100%;height:100%;display:table-cell;vertical-align:middle}.vco-media{width:100%;min-width:50%;height:100%;margin-top:auto;margin-bottom:auto;position:relative}.vco-media .vco-message{position:relative}.vco-media .vco-media-content-container .vco-media-content{position:relative}.vco-media .vco-media-content-container .vco-media-content:after,.vco-media .vco-media-content-container .vco-media-content:before{display:table;content:""}.vco-media .vco-media-content-container .vco-media-content:after{clear:both}.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p{color:#d9d9d9;text-align:center}.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p span{color:#d9d9d9}.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class*=" vco-icon-"],.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class^=vco-icon-]{font-size:36px;color:#d9d9d9;text-align:center}.vco-media .vco-media-content-container .vco-media-content embed,.vco-media .vco-media-content-container .vco-media-content img,.vco-media .vco-media-content-container .vco-media-content object,.vco-media .vco-media-content-container .vco-media-content video{max-width:100%;max-height:100%}.vco-media-shadow{position:relative;z-index:1;-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.5);-moz-box-shadow:1px 1px 7px rgba(0,0,0,.5);box-shadow:1px 1px 7px rgba(0,0,0,.5)}.vcard{margin-bottom:15px;margin-top:10px}.vcard:after,.vcard:before{display:table;content:""}.vcard:after{clear:both}.vcard .twitter-date{text-align:left;font-size:11px}.vcard .author{float:right}.vcard a{color:#333;text-decoration:none}.vcard a:hover{text-decoration:none}.vcard a:hover .fn,.vcard a:hover .nickname{color:#c34528}.vcard .fn,.vcard .nickname{padding-left:42px}.vcard .fn{display:block;font-weight:700}.vcard .nickname{margin-top:1px;display:block;color:#666}.vcard .avatar{float:left;display:block;width:32px;height:32px}.vcard .avatar img{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.vco-slide.vco-full-color-background .vcard a,.vco-slide.vco-full-color-background a,.vco-slide.vco-full-image-background .vcard a,.vco-slide.vco-full-image-background a{color:#FFF!important;text-shadow:1px 1px 1px #000!important;color:#fff}.vco-credit{color:#999;text-align:right;display:block;margin:0 auto;margin-top:6px;font-size:10px;line-height:13px}.vco-caption{text-align:left;margin-right:auto;margin-left:auto;margin-top:10px;color:#666;font-size:11px;line-height:14px;text-rendering:optimizeLegibility;word-wrap:break-word}.vco-full-color-background .vco-media-shadow:after,.vco-full-color-background .vco-media-shadow:before,.vco-full-image-background .vco-media-shadow:after,.vco-full-image-background .vco-media-shadow:before{background:0 0;-webkit-box-shadow:0 0 0 #000;-moz-box-shadow:0 0 0 #000;box-shadow:0 0 0 #000}@media only screen and (max-width:500px),only screen and (max-device-width:500px){.vco-media{width:100%;height:auto;float:none;display:block}}.vco-skinny .vco-media{width:100%;height:auto;float:none;display:block}.vco-skinny .vco-media .vco-media-content-container .vco-caption,.vco-skinny .vco-media .vco-media-content-container .vco-credit{margin-top:2px;padding-left:10px;padding-right:10px;font-size:8px}.vco-skinny .vco-media .vco-media-content-container .vco-credit{margin-top:0}.vco-text{width:50%;max-width:50%;min-width:120px;padding:0 20px 0 20px;display:table-cell;display:block;vertical-align:middle;text-align:left;text-shadow:none;color:#737373}.vco-text p{color:#737373}.vco-text h2.vco-headline,.vco-text h2.vco-headline-title{margin-top:0;color:#000}.vco-text .vco-headline-date,.vco-text h3.vco-headline-date{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:15px;font-weight:400;margin:0 0 2px 0;color:#b3b3b3}.vco-text .vco-headline-date small,.vco-text h3.vco-headline-date small{font-size:15px;line-height:15px;font-weight:400;color:#b3b3b3}.vco-text .vco-text-date{display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;margin-top:10px;font-size:12px;color:#b3b3b3}.vco-full-color-background .vco-text,.vco-full-color-background .vco-text p,.vco-full-image-background .vco-text,.vco-full-image-background .vco-text p{color:#ababab!important;text-shadow:1px 1px 2px #000}.vco-full-color-background .vco-text .vco-headline-date,.vco-full-color-background .vco-text h3.vco-headline-date,.vco-full-color-background .vco-text p .vco-headline-date,.vco-full-color-background .vco-text p h3.vco-headline-date,.vco-full-image-background .vco-text .vco-headline-date,.vco-full-image-background .vco-text h3.vco-headline-date,.vco-full-image-background .vco-text p .vco-headline-date,.vco-full-image-background .vco-text p h3.vco-headline-date{color:#ababab!important}.vco-full-color-background .vco-text .vco-headline-date small,.vco-full-color-background .vco-text h3.vco-headline-date small,.vco-full-color-background .vco-text p .vco-headline-date small,.vco-full-color-background .vco-text p h3.vco-headline-date small,.vco-full-image-background .vco-text .vco-headline-date small,.vco-full-image-background .vco-text h3.vco-headline-date small,.vco-full-image-background .vco-text p .vco-headline-date small,.vco-full-image-background .vco-text p h3.vco-headline-date small{color:#ababab!important}.vco-skinny .vco-text{width:100%;max-width:100%;min-width:auto;float:none;margin-top:20px}.vco-mobile.vco-skinny .vco-media .vco-media-image{max-height:250px!important}.vco-media .vco-media-twitter{text-align:left;clear:both}.vco-media .vco-media-twitter blockquote{margin:0;margin-right:15px;font-size:15px;line-height:21px;color:#333}.vco-media .vco-media-twitter blockquote p{font-size:36px;line-height:39px;color:#000}.vco-media .vco-media-twitter blockquote p:before{display:none}.vco-media .vco-media-twitter blockquote p:after{display:none}.vco-media .vco-media-twitter .vco-icon-twitter{color:#55ACEE}.vco-media .vco-media-twitter .vcard a.vco-date:hover,.vco-media .vco-media-twitter .vcard a:hover{text-decoration:none;color:#55ACEE}.vco-media .vco-media-twitter .vcard a.vco-date:hover .fn,.vco-media .vco-media-twitter .vcard a.vco-date:hover .nickname,.vco-media .vco-media-twitter .vcard a:hover .fn,.vco-media .vco-media-twitter .vcard a:hover .nickname{color:#55ACEE}.vco-slide-media-only .vco-media .vco-media-twitter{width:80%;margin-left:auto;margin-right:auto}.vco-mobile.vco-skinny .vco-media .vco-media-twitter blockquote p{font-size:15px;line-height:21px}.vco-skinny .vco-media .vco-media-twitter{margin-left:10px;margin-right:10px}.vco-skinny .vco-media .vco-media-twitter blockquote p{font-size:24px;line-height:26px}.vco-media .vco-media-blockquote{text-align:left;clear:both}.vco-media .vco-media-blockquote blockquote{margin:0;margin-right:15px;text-align:left}.vco-media .vco-media-blockquote blockquote p{font-size:36px;line-height:39px}.vco-media .vco-media-blockquote blockquote cite{font-size:15px;line-height:21px;color:#333;text-align:right}.vco-media .vco-media-blockquote blockquote p:before{content:open-quote;display:inline-block;margin-right:5px}.vco-media .vco-media-blockquote blockquote p:after{content:close-quote;display:inline-block;margin-left:3px}.vco-slide-media-only .vco-media .vco-media-blockquote{width:80%;margin-left:auto;margin-right:auto}@media only screen and (max-width:800px),only screen and (max-device-width:800px){.vco-media .vco-media-blockquote blockquote p{font-size:24px;line-height:26px}}@media only screen and (max-width:500px),only screen and (max-device-width:500px){.vco-media .vco-media-blockquote blockquote p{font-size:15px;line-height:21px}}.vco-mobile.vco-skinny .vco-media .vco-media-instagram{max-height:250px!important}.vco-media .vco-media-profile{border-radius:50%}.vco-media .vco-media-iframe{width:100%;height:100%}.vco-media .vco-media-iframe iframe{width:100%;height:100%}.vco-media .vco-media-wikipedia{text-align:left;margin-left:auto;margin-right:auto;clear:both}.vco-media .vco-media-wikipedia .wiki-source{font-size:13px;line-height:19px;font-style:italic}.vco-media .vco-media-wikipedia h4{margin-top:0;margin-bottom:0}.vco-media .vco-media-wikipedia h4 a{color:#000;text-decoration:none}.vco-media .vco-media-wikipedia h4 a:hover{text-decoration:underline}.vco-media .vco-media-wikipedia p{font-size:13px;line-height:19px}.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia,.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia{padding:20px;background:#000 transparent;background:rgba(0,0,0,.6);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia h4 a,.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia h4 a{color:#FFF!important;text-shadow:1px 1px 1px #000!important}.vco-mobile.vco-skinny .vco-media .vco-media-wikipedia{margin-left:10px;margin-right:10px}.leaflet-image-layer,.leaflet-layer,.leaflet-map-pane,.leaflet-marker-icon,.leaflet-marker-pane,.leaflet-marker-shadow,.leaflet-overlay-pane,.leaflet-overlay-pane svg,.leaflet-popup-pane,.leaflet-shadow-pane,.leaflet-tile,.leaflet-tile-container,.leaflet-tile-pane,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-ms-touch-action:none}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container img{max-width:none!important}.leaflet-container img.leaflet-image-layer{max-width:15000px!important}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-tile-pane{z-index:2}.leaflet-objects-pane{z-index:3}.leaflet-overlay-pane{z-index:4}.leaflet-shadow-pane{z-index:5}.leaflet-marker-pane{z-index:6}.leaflet-popup-pane{z-index:7}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:7;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup,.leaflet-fade-anim .leaflet-tile{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,.leaflet-fade-anim .leaflet-tile-loaded{opacity:1}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-touching .leaflet-zoom-animated,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-clickable{cursor:pointer}.leaflet-container{cursor:-webkit-grab;cursor:-moz-grab}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-clickable,.leaflet-dragging .leaflet-container{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-control-zoom-out{font-size:20px}.leaflet-touch .leaflet-control-zoom-in{font-size:22px}.leaflet-touch .leaflet-control-zoom-out{font-size:24px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:content-box;box-sizing:content-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{display:inline}.leaflet-popup-tip{width:21px;margin:0 auto;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"}.leaflet-popup-tip-container{margin-top:-1px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{border:1px solid #999}.leaflet-popup-content-wrapper{zoom:1}.leaflet-control-layers,.leaflet-control-zoom{border:3px solid #999}.leaflet-control-attribution,.leaflet-control-layers,.leaflet-control-scale-line{background:#fff}.leaflet-zoom-box{filter:alpha(opacity=50)}.leaflet-control-attribution{border-top:1px solid #bbb;border-left:1px solid #bbb}.vco-map .leaflet-container .leaflet-control-attribution{color:#999;margin-bottom:3px!important}.vco-map .leaflet-container .leaflet-control-attribution a{color:#666}.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand{margin-left:5px;text-shadow:0 0 1px #FFF,0 0 1px #FFF,0 0 5px #FFF;font-size:14px;font-weight:700}.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand span,.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand span{color:#c34528;display:inline-block;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg)}.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand:hover,.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand:hover{text-decoration:none;color:#dd735a}.vco-map .leaflet-container img.leaflet-image-layer{max-width:none!important}.vco-map .leaflet-overlay-pane{z-index:auto}.vco-map .leaflet-overlay-pane .leaflet-image-layer{z-index:-1}.vco-map .leaflet-overlay-pane svg{z-index:4}.vco-map .leaflet-fade-anim .leaflet-popup,.vco-map .leaflet-fade-anim .leaflet-tile{opacity:0;-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.vco-map .leaflet-fade-anim .leaflet-map-pane .leaflet-popup,.vco-map .leaflet-fade-anim .leaflet-tile-loaded{opacity:1}.vco-map .leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 1s cubic-bezier(.75,.1,.2,1);-moz-transition:-moz-transform 1s cubic-bezier(.75,.1,.2,1);-o-transition:-o-transform 1s cubic-bezier(.75,.1,.2,1);transition:transform 1s cubic-bezier(.75,.1,.2,1);-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}.vco-map.vco-map-touch-zoom .leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}.vco-map .leaflet-bottom{bottom:0}.vco-map .leaflet-right{left:0;right:auto}.vco-map .leaflet-container .leaflet-control-attribution{background-color:transparent;box-shadow:none;margin:0;border:none;font-size:10px}.vco-map .leaflet-container{background-color:transparent}.vco-map .leaflet-popup-content-wrapper{display:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #b3b3b3;-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 7px rgba(0,0,0,.3);box-shadow:1px 1px 7px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:1px 1px 2px rgba(0,0,0,.3)}.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content{margin:7px}.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content h4{margin:0;font-weight:400}.vco-map .leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden;display:none}.vco-map .leaflet-bar{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.vco-layout-landscape .vco-map .leaflet-bottom{bottom:0}.vco-layout-landscape .vco-map .leaflet-right{left:0;right:auto}.vco-layout-landscape .vco-map .leaflet-top{bottom:0;top:28px}.vco-layout-portrait .leaflet-bottom{bottom:0;top:auto}.vco-mobile.vco-skinny .leaflet-control-layers,.vco-mobile.vco-skinny .leaflet-control-zoom{display:none}.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution{font-size:8px}.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand{font-size:8px}.vco-skinny .leaflet-container .leaflet-control-attribution{background-color:transparent;box-shadow:none;margin:0;border:none;font-size:8px}.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand{font-size:12px}.vco-map .leaflet-container .leaflet-bottom .leaflet-control-minimap{margin-left:10px;margin-bottom:25px}.vco-map .leaflet-container .leaflet-top .leaflet-control-minimap{margin-left:10px;margin-top:10px}.vco-map .leaflet-container .leaflet-control-minimap{border:solid #FFF 2px;-webkit-box-shadow:1px 1px 7px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 7px rgba(0,0,0,.3);box-shadow:1px 1px 7px rgba(0,0,0,.3);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#b3b3b3;transition:all .2s;border:2px solid #b3b3b3}.vco-map .leaflet-container .leaflet-control-minimap a{background-color:#b3b3b3;z-index:99999;transition:all .2s;border-radius:3px 0 0 0}.vco-map .leaflet-container .leaflet-control-minimap a.minimized{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vco-map .leaflet-container .leaflet-control-minimap-toggle-display{height:19px;width:19px;position:absolute;bottom:0;right:0;border:1px solid #b3b3b3;background-color:grey}.vco-map .leaflet-container .leaflet-control-minimap-toggle-display:after{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#FFF;font-size:20px;content:"\e647"}.vco-map .leaflet-container .mapbox-maplogo{position:relative;display:inline-block;height:20px;width:65px;margin-bottom:-5px;text-indent:-9999px;z-index:99999;overflow:hidden;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAoCAMAAAAFWtJHAAAAwFBMVEUAAAAAAAAAAABtbW0AAAAAAAAAAAAAAAAAAAAAAAClpaUAAADp6ekAAAD5+fna2toAAAAMDAzv7+/Nzc0AAAA2Njb8/Pz9/f3T09MAAAAAAAD7+/sAAAArKyuxsbH39/fs7OwbGxuIiIjz8/N8fHyenp7u7u74+PgAAAC8vLxWVlbx8fF1dXXl5eVcXFyUlJTQ0NDFxcVCQkLAwMC4uLj19fXo6OjW1tarq6ve3t77+/vi4uL6+vrKysrNzc3///8w7gSSAAAAP3RSTlMAOQNdPSYBPywKexLLGPCxNEHXnzFL+v2nGwf1IEiE6dBFad9jd9PuLo1V2mDDV3Cjl06SiuXIq4C3973ym6BQMVUPAAAEXElEQVR4Ae2WCVP6OBiH05L0l1IqrVbkKHJ54I0oHn+PfP9vtUle0z/YdhbH2XVnd58ZnRJIeHiPJOx//mH4vQSAN+8FjAhFxgHIaPvJeZ99hxwEElon5iAQbj85Y98g8ODwjEOMAvGFyeE3FEKgodTBqj0BJGN9DhyNd5Ta3ean9QEopfaA+LsKhnEKRExqg4FSP6Og7oEkAjBWnxSCgBX4xF+kcLoPcOBQrSv0e5kH7s1j37jECQieCTPiFGxL5VHw2zQWCeeJiPt6kjRQw0XSkIdVChf67xGa4alSnZlT6HEQ8CK9ANbhvXUF9xlDkBfTuHDWScgC9+z5FQpPI12TlwC6+sV7ixR8CUMKiwjm2GQeOQWHMGuHGdbnObJAwCEqFJpNU5H6uaPUaEIKiQfg+PHk1+u4OwW9PlWW2ctbA4BHCtp+cNK+H8Jos4gDmC5ar4Nx9waaG/2B13NgDqS7+vm2RgEtEws82P+kwIHhs/pgkQKcFIhfd7CogtGNjYMHTLpurD0ERbYFw4JaD3GlQuNAL/JEsSAF4HqlCnaHACk4WhOn4OgCkMD5hSpYNYDJTD8Y46n+jsE1kPhVCuR6QBXhFK7MUOu9O6b1SWF3b+/9ZVWMGOlu93E8UDaAhgc7bfH+0DHqKXCkHzoNDFfU+zxiVQrUC9QXTuHYtKpN59OA3IxCG4b7jh6ZFuVockaNTW09mkJzOaPU49a6mE9cAchZpQJNpUWcwgV9r6FJswsFKrITp2B5pMBMdnS0z2HZNy2+BNKxSZxZfglkrFYBJxQnpzA5sN/HheR2aFQoZBLAi149dQoyAYYjW0hHlHguBAdMcR0DuDZ5omevX6+AI8qcU7ikKT3GBHCnXwydgmCC0tRwCnGQ2Wp6Be71yNIWfQSkOl9vAI1SBCNWrwC01RROgX7BuT2HI4r7tFAw086p/NwZEdOEa7R1uAFuNmQPuKAEAjYNQ0CyeoUEWHYBnpQVQgpvc0Ph+gsKlAnKg1+vEHsw5LKciLKCAJobiWBzYFGbCKpHqkZZrxBFHEASyFI59vJPCskcwNVGOWZAOqsrR+pKbaNeAMT1CixMEtlnsqopNxUMzVJT3tY35aXZm6a6Y9QhwMN6BUJWbE1lhbMO1WehkO7poO0sK7em9MJGxp1XSbC1gtugzzSLQmGsX7VntJGSwsPZ2d2z3bIPKzdoOp3Wzqt8G4XyMVUoFIxLx1S7+piaHtCvR3FeRVsq0GFdp9C5TbGpcNqsPqyHKxcfd14h21KhuLKUFU4f3osrC7F6uV3WXFnadL7wyAPeKDXw2RoJCO5GY4DouYvb/gepVXheLoewzPseQG9N/vzilrMIjoStE3++zvle4eSurw7XEe76ynI4aq+v7lEyt1x5awiFlFLQbHKIpabnM3eJLym4Szzzc/du7SU+zOXv9UNpECH7IoH/gecURPlN9vdQpeD47yhIFNX0U0QgvID9nENm+yxk/xb+AGAjNfRZuk9qAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 0;background-size:65px 20px}.vco-map .vco-mapmarker,.vco-map .vco-mapmarker-active{font-family:vco-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:38px!important;height:52px!important;top:-46px;left:-13px}.vco-map .vco-mapmarker-active:before,.vco-map .vco-mapmarker:before{content:"\e600";font-size:52px;text-shadow:rgba(0,0,0,.66) 0 2px 5px}.vco-map .vco-mapmarker{color:#a5a5a5}.vco-map .vco-mapmarker-active{color:#c34528}.vco-map .vco-mapmarker-image-icon,.vco-map .vco-mapmarker-image-icon-active{border:2px solid #a5a5a5;box-shadow:2px 2px 2px #000;opacity:1}.vco-map .vco-mapmarker-image-icon{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%)}.vco-map .vco-mapmarker-image-icon-active{opacity:1;border:4px solid #c34528;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0)}.vco-map .vco-mapmarker-icon:after{font-size:24px;color:#FFF;text-align:center;width:38px;height:24px;overflow:hidden;display:block;position:absolute;top:8px;left:0;filter:alpha(opacity=75);-khtml-opacity:.75;-moz-opacity:.75;opacity:.75}.vco-map .vco-mapmarker-active.vco-mapmarker-icon:after{filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1}.vco-map .vco-icon-wikipedia:after{font-size:16px;top:12px}.vco-map .vco-icon-image:after{top:6px}.vco-map .vco-icon-twitter:after,.vco-map .vco-icon-vimeo:after,.vco-map .vco-icon-vine:after{top:8px}.vco-map .vco-mapimage-display:hover .vco-mapmarker,.vco-map .vco-mapimage-display:hover .vco-mapmarker-active{display:block}.vco-map .vco-mapimage-display .vco-mapmarker,.vco-map .vco-mapimage-display .vco-mapmarker-active{display:none}.vco-map{height:100%;display:relative;overflow:hidden;top:0;background-color:#333}.vco-map .vco-map-mask{width:100%;height:100%;overflow:hidden}.vco-map .vco-map-mask .vco-map-display{width:100%;height:100%}.vco-storymap h2.vco-headline-title .vco-snapmap-flickr,.vco-storymap h2.vco-headline-title .vco-snapmap-instagram{text-align:center;display:block;text-transform:none!important}.vco-storymap h2.vco-headline-title .vco-snapmap-flickr a,.vco-storymap h2.vco-headline-title .vco-snapmap-instagram a{color:#666}.vco-storymap .vco-media-instagram-likes{display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin-top:10px;font-size:12px;color:#666}.vco-storymap .vco-media-instagram-likes:after{content:'Likes';margin-left:3px;color:#999;font-weight:400;margin-right:10px}.vco-storymap .vco-snapmap-user-description,.vco-storymap .vco-snapmap-user-location{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;display:block}.vco-storymap .vco-snapmap-instagram-text{text-align:center;display:none}.vco-storymap .vco-snapmap-instagram-text a{color:#000}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a{display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin-top:10px;font-size:12px;margin-left:20px}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after{margin-left:3px;color:#999;font-weight:400}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after{content:'Posts'}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after{content:'Followers'}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after{content:'Following'}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a{font-weight:400;display:block;margin:0;color:#999}.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after,.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after{margin-left:0;color:#999;font-weight:400}.vco-storymap .vco-snapmap-user-location{font-weight:700;font-size:12px;text-align:center}.vco-storymap .vco-snapmap-flickr-views{display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin-top:10px;font-size:12px}.vco-storymap .vco-snapmap-flickr-views:after{content:'Views';margin-left:3px;color:#999;font-weight:400}.vco-storymap{width:100%;height:100%;font-size:16px;line-height:normal;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.vco-storymap *,.vco-storymap ::after,.vco-storymap ::before{box-sizing:content-box}.vco-layout-portrait .vco-storyslider{padding-top:10px;-webkit-box-shadow:0 -3px 6px rgba(0,0,0,.2);-moz-box-shadow:0 -3px 6px rgba(0,0,0,.2);box-shadow:0 -3px 6px rgba(0,0,0,.2)}.vco-layout-landscape .vco-storyslider{padding-top:0;position:absolute;width:50%;left:50%;overflow:visible}.vco-layout-landscape .vco-storyslider .vco-slider-background{margin-left:-20%;width:120%;overflow:hidden;background-image:-webkit-linear-gradient(left,color-stop(rgba(255,255,255,.0001) 0),color-stop(rgba(255,255,255,.85) 15%));background-image:linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.85) 15%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9ffffff', GradientType=1)}.vco-layout-landscape .vco-storyslider .vco-slider-container-mask{overflow:visible}.vco-rtl .vco-caption,.vco-rtl .vco-headline,.vco-rtl .vco-media-blockquote,.vco-rtl .vco-media-wikipedia,.vco-rtl .vco-text,.vco-rtl .vco-text-content{text-align:right} \ No newline at end of file diff --git a/compiled/fonts/font.abril-droidsans.css b/compiled/fonts/font.abril-droidsans.css new file mode 100644 index 00000000..76aaf629 --- /dev/null +++ b/compiled/fonts/font.abril-droidsans.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700|Abril+Fatface);.vco-storymap{font-family:'Droid Sans',sans-serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Abril Fatface',cursive;text-transform:none;font-weight:700;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Droid Sans',sans-serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'Droid Sans',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Droid Sans',sans-serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Droid Sans',sans-serif}.vco-storymap .vcard{font-family:'Droid Sans',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Droid Sans',sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Droid Sans',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Droid Sans',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Droid Sans',sans-serif;font-style:normal;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Abril Fatface',cursive;text-transform:none;font-weight:700;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.amatic-andika.css b/compiled/fonts/font.amatic-andika.css new file mode 100644 index 00000000..c4ebb8b3 --- /dev/null +++ b/compiled/fonts/font.amatic-andika.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Andika|Amatic+SC:700,400);.vco-storymap{font-family:'Andika',sans-serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Amatic SC',cursive;text-transform:none;font-weight:700;font-size:64px;line-height:64px}.vco-storymap h2.vco-headline-title{font-size:86px;line-height:86px}.vco-storymap p{font-family:'Andika',sans-serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'Andika',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Andika',sans-serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Andika',sans-serif}.vco-storymap .vcard{font-family:'Andika',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Andika',sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Andika',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Andika',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Andika',sans-serif;font-style:normal;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Amatic SC',cursive;text-transform:none;font-weight:700;font-size:64px;line-height:64px} \ No newline at end of file diff --git a/compiled/fonts/font.bitter-raleway.css b/compiled/fonts/font.bitter-raleway.css new file mode 100644 index 00000000..6813f482 --- /dev/null +++ b/compiled/fonts/font.bitter-raleway.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Bitter:700|Raleway:200,300,700);.vco-storymap{font-family:'Raleway',sans-serif;font-weight:300;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Bitter',serif;text-transform:none;font-weight:700;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Raleway',sans-serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'Raleway',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Raleway',sans-serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Raleway',sans-serif}.vco-storymap .vcard{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Raleway',sans-serif;font-style:italic;font-weight:200;line-height:1.3}input[type="text"].editor-headline{font-family:'Bitter',serif;text-transform:none;font-weight:700;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.clicker-garamond.css b/compiled/fonts/font.clicker-garamond.css new file mode 100644 index 00000000..6e28878a --- /dev/null +++ b/compiled/fonts/font.clicker-garamond.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Clicker+Script|EB+Garamond);.vco-storymap{font-family:'EB Garamond',serif;font-weight:400;font-size:18px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Clicker Script',cursive;text-transform:none;font-weight:400;font-size:58px;line-height:58px}.vco-storymap h2.vco-headline-title{font-size:64px;line-height:64px}.vco-storymap p{font-family:'EB Garamond',serif;font-size:18px;line-height:1.3em}.vco-storymap ul{font-family:'EB Garamond',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'EB Garamond',serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'EB Garamond',serif}.vco-storymap .vcard{font-family:'EB Garamond',serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'EB Garamond',serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'EB Garamond',serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'EB Garamond',serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'EB Garamond',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Clicker Script',cursive;text-transform:none;font-weight:400;font-size:58px;line-height:58px}.vco-timeline .vco-headline-date,.vco-timeline h3.vco-headline-date{margin-bottom:10px !important} \ No newline at end of file diff --git a/compiled/fonts/font.dancing-ledger.css b/compiled/fonts/font.dancing-ledger.css new file mode 100644 index 00000000..a3fa9f56 --- /dev/null +++ b/compiled/fonts/font.dancing-ledger.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Dancing+Script:700,400|Ledger);.vco-storymap{font-family:'Ledger',serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Dancing Script',cursive;text-transform:none;font-weight:700;font-size:58px;line-height:58px}.vco-storymap h2.vco-headline-title{font-size:68px;line-height:68px}.vco-storymap p{font-family:'Ledger',serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'Ledger',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Ledger',serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Ledger',serif}.vco-storymap .vcard{font-family:'Ledger',serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Ledger',serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Ledger',serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Ledger',serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Ledger',serif;font-style:normal;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Dancing Script',cursive;text-transform:none;font-weight:700;font-size:58px;line-height:58px} \ No newline at end of file diff --git a/compiled/fonts/font.default.css b/compiled/fonts/font.default.css new file mode 100644 index 00000000..f895f87a --- /dev/null +++ b/compiled/fonts/font.default.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow:700|PT+Serif:400,400italic);.vco-storymap{font-family:'PT Serif',serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'PT Sans Narrow',sans-serif;text-transform:uppercase;font-weight:700;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'PT Serif',serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'PT Serif',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'PT Serif',serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'PT Serif',serif}.vco-storymap .vcard{font-family:'PT Sans',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'PT Sans',sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'PT Sans',sans-serif !important;font-weight:normal !important;text-transform:uppercase !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'PT Sans',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'PT Serif',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'PT Sans Narrow',sans-serif;text-transform:uppercase;font-weight:700;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.emoji.css b/compiled/fonts/font.emoji.css new file mode 100644 index 00000000..fff163c8 --- /dev/null +++ b/compiled/fonts/font.emoji.css @@ -0,0 +1 @@ +.vco-emoji{background:url(../icons/emoji.png) top left no-repeat;width:20px;height:20px;display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1}.emj0{background-position:0 0}.emj1{background-position:-20px 0}.emj2{background-position:-40px 0}.emj3{background-position:-60px 0}.emj4{background-position:-80px 0}.emj5{background-position:-100px 0}.emj6{background-position:-120px 0}.emj7{background-position:0 -20px}.emj8{background-position:-20px -20px}.emj9{background-position:-40px -20px}.emj10{background-position:-60px -20px}.emj11{background-position:-80px -20px}.emj12{background-position:-100px -20px}.emj13{background-position:-120px -20px}.emj14{background-position:0 -40px}.emj15{background-position:-20px -40px}.emj16{background-position:-40px -40px}.emj17{background-position:-60px -40px}.emj18{background-position:-80px -40px}.emj19{background-position:-100px -40px}.emj20{background-position:-120px -40px}.emj21{background-position:0 -60px}.emj22{background-position:-20px -60px}.emj23{background-position:-40px -60px}.emj24{background-position:-60px -60px}.emj25{background-position:-80px -60px}.emj26{background-position:-100px -60px}.emj27{background-position:-120px -60px}.emj28{background-position:0 -80px}.emj29{background-position:-20px -80px}.emj30{background-position:-40px -80px}.emj31{background-position:-60px -80px}.emj32{background-position:-80px -80px}.emj33{background-position:-100px -80px}.emj34{background-position:-120px -80px}.emj35{background-position:0 -100px}.emj36{background-position:-20px -100px}.emj37{background-position:-40px -100px}.emj38{background-position:-60px -100px}.emj39{background-position:-80px -100px}.emj40{background-position:-100px -100px}.emj41{background-position:-120px -100px}.emj42{background-position:0 -120px}.emj43{background-position:-20px -120px}.emj44{background-position:-40px -120px}.emj45{background-position:-60px -120px}.emj46{background-position:-80px -120px}.emj47{background-position:-100px -120px}.emj48{background-position:-120px -120px}.emj49{background-position:0 -140px}.emj50{background-position:-20px -140px}.emj51{background-position:-40px -140px}.emj52{background-position:-60px -140px}.emj53{background-position:-80px -140px}.emj54{background-position:-100px -140px}.emj55{background-position:-120px -140px}.emj56{background-position:0 -160px}.emj57{background-position:-20px -160px}.emj58{background-position:-40px -160px}.emj59{background-position:-60px -160px}.emj60{background-position:-80px -160px}.emj61{background-position:-100px -160px}.emj62{background-position:-120px -160px}.emj63{background-position:0 -180px}.emj64{background-position:-20px -180px}.emj65{background-position:-40px -180px}.emj66{background-position:-60px -180px}.emj67{background-position:-80px -180px}.emj68{background-position:-100px -180px}.emj69{background-position:-120px -180px}.emj70{background-position:0 -200px}.emj71{background-position:-20px -200px}.emj72{background-position:-40px -200px}.emj73{background-position:-60px -200px}.emj74{background-position:-80px -200px}.emj75{background-position:-100px -200px}.emj76{background-position:-120px -200px}.emj77{background-position:0 -220px}.emj78{background-position:-20px -220px}.emj79{background-position:-40px -220px}.emj80{background-position:-60px -220px}.emj81{background-position:-80px -220px}.emj82{background-position:-100px -220px}.emj83{background-position:-120px -220px}.emj84{background-position:0 -240px}.emj85{background-position:-20px -240px}.emj86{background-position:-40px -240px}.emj87{background-position:-60px -240px}.emj88{background-position:-80px -240px}.emj89{background-position:-100px -240px}.emj90{background-position:-120px -240px}.emj91{background-position:0 -260px}.emj92{background-position:-20px -260px}.emj93{background-position:-40px -260px}.emj94{background-position:-60px -260px}.emj95{background-position:-80px -260px}.emj96{background-position:-100px -260px}.emj97{background-position:-120px -260px}.emj98{background-position:0 -280px}.emj99{background-position:-20px -280px}.emj100{background-position:-40px -280px}.emj101{background-position:-60px -280px}.emj102{background-position:-80px -280px}.emj103{background-position:-100px -280px}.emj104{background-position:-120px -280px}.emj105{background-position:0 -300px}.emj106{background-position:-20px -300px}.emj107{background-position:-40px -300px}.emj108{background-position:-60px -300px}.emj109{background-position:-80px -300px}.emj110{background-position:-100px -300px}.emj111{background-position:-120px -300px}.emj112{background-position:0 -320px}.emj113{background-position:-20px -320px}.emj114{background-position:-40px -320px}.emj115{background-position:-60px -320px}.emj116{background-position:-80px -320px}.emj117{background-position:-100px -320px}.emj118{background-position:-120px -320px}.emj119{background-position:0 -340px}.emj120{background-position:-20px -340px}.emj121{background-position:-40px -340px}.emj122{background-position:-60px -340px}.emj123{background-position:-80px -340px}.emj124{background-position:-100px -340px}.emj125{background-position:-120px -340px}.emj126{background-position:0 -360px}.emj127{background-position:-20px -360px}.emj128{background-position:-40px -360px}.emj129{background-position:-60px -360px}.emj130{background-position:-80px -360px}.emj131{background-position:-100px -360px}.emj132{background-position:-120px -360px}.emj133{background-position:0 -380px}.emj134{background-position:-20px -380px}.emj135{background-position:-40px -380px}.emj136{background-position:-60px -380px}.emj137{background-position:-80px -380px}.emj138{background-position:-100px -380px}.emj139{background-position:-120px -380px}.emj140{background-position:0 -400px}.emj141{background-position:-20px -400px}.emj142{background-position:-40px -400px}.emj143{background-position:-60px -400px}.emj144{background-position:-80px -400px}.emj145{background-position:-100px -400px}.emj146{background-position:-120px -400px}.emj147{background-position:0 -420px}.emj148{background-position:-20px -420px}.emj149{background-position:-40px -420px}.emj150{background-position:-60px -420px}.emj151{background-position:-80px -420px}.emj152{background-position:-100px -420px}.emj153{background-position:-120px -420px}.emj154{background-position:0 -440px}.emj155{background-position:-20px -440px}.emj156{background-position:-40px -440px}.emj157{background-position:-60px -440px}.emj158{background-position:-80px -440px}.emj159{background-position:-100px -440px}.emj160{background-position:-120px -440px}.emj161{background-position:0 -460px}.emj162{background-position:-20px -460px}.emj163{background-position:-40px -460px}.emj164{background-position:-60px -460px}.emj165{background-position:-80px -460px}.emj166{background-position:-100px -460px}.emj167{background-position:-120px -460px}.emj168{background-position:0 -480px}.emj169{background-position:-20px -480px}.emj170{background-position:-40px -480px}.emj171{background-position:-60px -480px}.emj172{background-position:-80px -480px}.emj173{background-position:-100px -480px}.emj174{background-position:-120px -480px}.emj175{background-position:0 -500px}.emj176{background-position:-20px -500px}.emj177{background-position:-40px -500px}.emj178{background-position:-60px -500px}.emj179{background-position:-80px -500px}.emj180{background-position:-100px -500px}.emj181{background-position:-120px -500px}.emj182{background-position:0 -520px}.emj183{background-position:-20px -520px}.emj184{background-position:-40px -520px}.emj185{background-position:-60px -520px}.emj186{background-position:-80px -520px}.emj187{background-position:-100px -520px}.emj188{background-position:-120px -520px}.emj189{background-position:0 -540px}.emj190{background-position:-20px -540px}.emj191{background-position:-40px -540px}.emj192{background-position:-60px -540px}.emj193{background-position:-80px -540px}.emj194{background-position:-100px -540px}.emj195{background-position:-120px -540px}.emj196{background-position:0 -560px}.emj197{background-position:-20px -560px}.emj198{background-position:-40px -560px}.emj199{background-position:-60px -560px}.emj200{background-position:-80px -560px}.emj201{background-position:-100px -560px}.emj202{background-position:-120px -560px}.emj203{background-position:0 -580px}.emj204{background-position:-20px -580px}.emj205{background-position:-40px -580px}.emj206{background-position:-60px -580px}.emj207{background-position:-80px -580px}.emj208{background-position:-100px -580px}.emj209{background-position:-120px -580px}.emj210{background-position:0 -600px}.emj211{background-position:-20px -600px}.emj212{background-position:-40px -600px}.emj213{background-position:-60px -600px}.emj214{background-position:-80px -600px}.emj215{background-position:-100px -600px}.emj216{background-position:-120px -600px}.emj217{background-position:0 -620px}.emj218{background-position:-20px -620px}.emj219{background-position:-40px -620px}.emj220{background-position:-60px -620px}.emj221{background-position:-80px -620px}.emj222{background-position:-100px -620px}.emj223{background-position:-120px -620px}.emj224{background-position:0 -640px}.emj225{background-position:-20px -640px}.emj226{background-position:-40px -640px}.emj227{background-position:-60px -640px}.emj228{background-position:-80px -640px}.emj229{background-position:-100px -640px}.emj230{background-position:-120px -640px}.emj231{background-position:0 -660px}.emj232{background-position:-20px -660px}.emj233{background-position:-40px -660px}.emj234{background-position:-60px -660px}.emj235{background-position:-80px -660px}.emj236{background-position:-100px -660px}.emj237{background-position:-120px -660px}.emj238{background-position:0 -680px}.emj239{background-position:-20px -680px}.emj240{background-position:-40px -680px}.emj241{background-position:-60px -680px}.emj242{background-position:-80px -680px}.emj243{background-position:-100px -680px}.emj244{background-position:-120px -680px}.emj245{background-position:0 -700px}.emj246{background-position:-20px -700px}.emj247{background-position:-40px -700px}.emj248{background-position:-60px -700px}.emj249{background-position:-80px -700px}.emj250{background-position:-100px -700px}.emj251{background-position:-120px -700px}.emj252{background-position:0 -720px}.emj253{background-position:-20px -720px}.emj254{background-position:-40px -720px}.emj255{background-position:-60px -720px}.emj256{background-position:-80px -720px}.emj257{background-position:-100px -720px}.emj258{background-position:-120px -720px}.emj259{background-position:0 -740px}.emj260{background-position:-20px -740px}.emj261{background-position:-40px -740px}.emj262{background-position:-60px -740px}.emj263{background-position:-80px -740px}.emj264{background-position:-100px -740px}.emj265{background-position:-120px -740px}.emj266{background-position:0 -760px}.emj267{background-position:-20px -760px}.emj268{background-position:-40px -760px}.emj269{background-position:-60px -760px}.emj270{background-position:-80px -760px}.emj271{background-position:-100px -760px}.emj272{background-position:-120px -760px}.emj273{background-position:0 -780px}.emj274{background-position:-20px -780px}.emj275{background-position:-40px -780px}.emj276{background-position:-60px -780px}.emj277{background-position:-80px -780px}.emj278{background-position:-100px -780px}.emj279{background-position:-120px -780px}.emj280{background-position:0 -800px}.emj281{background-position:-20px -800px}.emj282{background-position:-40px -800px}.emj283{background-position:-60px -800px}.emj284{background-position:-80px -800px}.emj285{background-position:-100px -800px}.emj286{background-position:-120px -800px}.emj287{background-position:0 -820px}.emj288{background-position:-20px -820px}.emj289{background-position:-40px -820px}.emj290{background-position:-60px -820px}.emj291{background-position:-80px -820px}.emj292{background-position:-100px -820px}.emj293{background-position:-120px -820px}.emj294{background-position:0 -840px}.emj295{background-position:-20px -840px}.emj296{background-position:-40px -840px}.emj297{background-position:-60px -840px}.emj298{background-position:-80px -840px}.emj299{background-position:-100px -840px}.emj300{background-position:-120px -840px}.emj301{background-position:0 -860px}.emj302{background-position:-20px -860px}.emj303{background-position:-40px -860px}.emj304{background-position:-60px -860px}.emj305{background-position:0 -880px}.emj306{background-position:-20px -880px}.emj307{background-position:-40px -880px}.emj308{background-position:-60px -880px}.emj309{background-position:-80px -880px}.emj310{background-position:-100px -880px}.emj311{background-position:-120px -880px}.emj312{background-position:0 -900px}.emj313{background-position:-20px -900px}.emj314{background-position:-40px -900px}.emj315{background-position:-60px -900px}.emj316{background-position:-80px -900px}.emj317{background-position:-100px -900px}.emj318{background-position:-120px -900px}.emj319{background-position:0 -920px}.emj320{background-position:-20px -920px}.emj321{background-position:-40px -920px}.emj322{background-position:-60px -920px}.emj323{background-position:-80px -920px}.emj324{background-position:-100px -920px}.emj325{background-position:-120px -920px}.emj326{background-position:0 -940px}.emj327{background-position:-20px -940px}.emj328{background-position:-40px -940px}.emj329{background-position:-60px -940px}.emj330{background-position:-80px -940px}.emj331{background-position:-100px -940px}.emj332{background-position:-120px -940px}.emj333{background-position:0 -960px}.emj334{background-position:-20px -960px}.emj335{background-position:-40px -960px}.emj336{background-position:-60px -960px}.emj337{background-position:-80px -960px}.emj338{background-position:-100px -960px}.emj339{background-position:-120px -960px}.emj340{background-position:0 -980px}.emj341{background-position:-20px -980px}.emj342{background-position:-40px -980px}.emj343{background-position:-60px -980px}.emj344{background-position:-80px -980px}.emj345{background-position:-100px -980px}.emj346{background-position:-120px -980px}.emj347{background-position:0 -1000px}.emj348{background-position:-20px -1000px}.emj349{background-position:-40px -1000px}.emj350{background-position:-60px -1000px}.emj351{background-position:-80px -1000px}.emj352{background-position:-100px -1000px}.emj353{background-position:-120px -1000px}.emj354{background-position:0 -1020px}.emj355{background-position:-20px -1020px}.emj356{background-position:-40px -1020px}.emj357{background-position:-60px -1020px}.emj358{background-position:-80px -1020px}.emj359{background-position:-100px -1020px}.emj360{background-position:-120px -1020px}.emj361{background-position:0 -1040px}.emj362{background-position:-20px -1040px}.emj363{background-position:-40px -1040px}.emj364{background-position:-60px -1040px}.emj365{background-position:-80px -1040px}.emj366{background-position:-100px -1040px}.emj367{background-position:-120px -1040px}.emj368{background-position:0 -1060px}.emj369{background-position:-20px -1060px}.emj370{background-position:-40px -1060px}.emj371{background-position:-60px -1060px}.emj372{background-position:-80px -1060px}.emj373{background-position:-100px -1060px}.emj374{background-position:-120px -1060px}.emj375{background-position:0 -1080px}.emj376{background-position:-20px -1080px}.emj377{background-position:-40px -1080px}.emj378{background-position:-60px -1080px}.emj379{background-position:-80px -1080px}.emj380{background-position:-100px -1080px}.emj381{background-position:-120px -1080px}.emj382{background-position:0 -1100px}.emj383{background-position:-20px -1100px}.emj384{background-position:-40px -1100px}.emj385{background-position:-60px -1100px}.emj386{background-position:-80px -1100px}.emj387{background-position:-100px -1100px}.emj388{background-position:-120px -1100px}.emj389{background-position:0 -1120px}.emj390{background-position:-20px -1120px}.emj391{background-position:-40px -1120px}.emj392{background-position:-60px -1120px}.emj393{background-position:-80px -1120px}.emj394{background-position:-100px -1120px}.emj395{background-position:-120px -1120px}.emj396{background-position:0 -1140px}.emj397{background-position:-20px -1140px}.emj398{background-position:-40px -1140px}.emj399{background-position:-60px -1140px}.emj400{background-position:-80px -1140px}.emj401{background-position:-100px -1140px}.emj402{background-position:-120px -1140px}.emj403{background-position:0 -1160px}.emj404{background-position:-20px -1160px}.emj405{background-position:-40px -1160px}.emj406{background-position:-60px -1160px}.emj407{background-position:-80px -1160px}.emj408{background-position:-100px -1160px}.emj409{background-position:-120px -1160px}.emj410{background-position:0 -1180px}.emj411{background-position:-20px -1180px}.emj412{background-position:-40px -1180px}.emj413{background-position:-60px -1180px}.emj414{background-position:-80px -1180px}.emj415{background-position:-100px -1180px}.emj416{background-position:-120px -1180px}.emj417{background-position:0 -1200px}.emj418{background-position:-20px -1200px}.emj419{background-position:-40px -1200px}.emj420{background-position:-60px -1200px}.emj421{background-position:-80px -1200px}.emj422{background-position:-100px -1200px}.emj423{background-position:-120px -1200px}.emj424{background-position:0 -1220px}.emj425{background-position:-20px -1220px}.emj426{background-position:-40px -1220px}.emj427{background-position:-60px -1220px}.emj428{background-position:-80px -1220px}.emj429{background-position:-100px -1220px}.emj430{background-position:-120px -1220px}.emj431{background-position:0 -1240px}.emj432{background-position:-20px -1240px}.emj433{background-position:-40px -1240px}.emj434{background-position:-60px -1240px}.emj435{background-position:-80px -1240px}.emj436{background-position:-100px -1240px}.emj437{background-position:-120px -1240px}.emj438{background-position:0 -1260px}.emj439{background-position:-20px -1260px}.emj440{background-position:-40px -1260px}.emj441{background-position:-60px -1260px}.emj442{background-position:-80px -1260px}.emj443{background-position:-100px -1260px}.emj444{background-position:-120px -1260px}.emj445{background-position:0 -1280px}.emj446{background-position:-20px -1280px}.emj447{background-position:-40px -1280px}.emj448{background-position:-60px -1280px}.emj449{background-position:-80px -1280px}.emj450{background-position:-100px -1280px}.emj451{background-position:-120px -1280px}.emj452{background-position:0 -1300px}.emj453{background-position:-20px -1300px}.emj454{background-position:-40px -1300px}.emj455{background-position:-60px -1300px}.emj456{background-position:-80px -1300px}.emj457{background-position:-100px -1300px}.emj458{background-position:-120px -1300px}.emj459{background-position:0 -1320px}.emj460{background-position:-20px -1320px}.emj461{background-position:-40px -1320px}.emj462{background-position:-60px -1320px}.emj463{background-position:-80px -1320px}.emj464{background-position:-100px -1320px}.emj465{background-position:-120px -1320px}.emj466{background-position:0 -1340px}.emj467{background-position:-20px -1340px}.emj468{background-position:-40px -1340px}.emj469{background-position:-60px -1340px}.emj470{background-position:-80px -1340px}.emj471{background-position:-100px -1340px}.emj472{background-position:-120px -1340px}.emj473{background-position:0 -1360px}.emj474{background-position:-20px -1360px}.emj475{background-position:-40px -1360px}.emj476{background-position:-60px -1360px}.emj477{background-position:-80px -1360px}.emj478{background-position:-100px -1360px}.emj479{background-position:-120px -1360px}.emj480{background-position:0 -1380px}.emj481{background-position:-20px -1380px}.emj482{background-position:-40px -1380px}.emj483{background-position:-60px -1380px}.emj484{background-position:-80px -1380px}.emj485{background-position:-100px -1380px}.emj486{background-position:-120px -1380px}.emj487{background-position:0 -1400px}.emj488{background-position:-20px -1400px}.emj489{background-position:-40px -1400px}.emj490{background-position:-60px -1400px}.emj491{background-position:-80px -1400px}.emj492{background-position:-100px -1400px}.emj493{background-position:-120px -1400px}.emj494{background-position:0 -1420px}.emj495{background-position:-20px -1420px}.emj496{background-position:-40px -1420px}.emj497{background-position:-60px -1420px}.emj498{background-position:-80px -1420px}.emj499{background-position:-100px -1420px}.emj500{background-position:-120px -1420px}.emj501{background-position:0 -1440px}.emj502{background-position:-20px -1440px}.emj503{background-position:-40px -1440px}.emj504{background-position:-60px -1440px}.emj505{background-position:-80px -1440px}.emj506{background-position:-100px -1440px}.emj507{background-position:-120px -1440px}.emj508{background-position:0 -1460px}.emj509{background-position:-20px -1460px}.emj510{background-position:-40px -1460px}.emj511{background-position:-60px -1460px}.emj512{background-position:-80px -1460px}.emj513{background-position:-100px -1460px}.emj514{background-position:-120px -1460px}.emj515{background-position:0 -1480px}.emj516{background-position:-20px -1480px}.emj517{background-position:-40px -1480px}.emj518{background-position:-60px -1480px}.emj519{background-position:-80px -1480px}.emj520{background-position:-100px -1480px}.emj521{background-position:-120px -1480px}.emj522{background-position:0 -1500px}.emj523{background-position:-20px -1500px}.emj524{background-position:-40px -1500px}.emj525{background-position:-60px -1500px}.emj526{background-position:-80px -1500px}.emj527{background-position:-100px -1500px}.emj528{background-position:-120px -1500px}.emj529{background-position:0 -1520px}.emj530{background-position:-20px -1520px}.emj531{background-position:-40px -1520px}.emj532{background-position:-60px -1520px}.emj533{background-position:-80px -1520px}.emj534{background-position:-100px -1520px}.emj535{background-position:0 -1540px}.emj536{background-position:-20px -1540px}.emj537{background-position:-40px -1540px}.emj538{background-position:-60px -1540px}.emj539{background-position:-80px -1540px}.emj540{background-position:-100px -1540px}.emj541{background-position:-120px -1540px}.emj542{background-position:0 -1560px}.emj543{background-position:-20px -1560px}.emj544{background-position:-40px -1560px}.emj545{background-position:-60px -1560px}.emj546{background-position:-80px -1560px}.emj547{background-position:-100px -1560px}.emj548{background-position:-120px -1560px}.emj549{background-position:0 -1580px}.emj550{background-position:-20px -1580px}.emj551{background-position:-40px -1580px}.emj552{background-position:-60px -1580px}.emj553{background-position:-80px -1580px}.emj554{background-position:-100px -1580px}.emj555{background-position:-120px -1580px}.emj556{background-position:0 -1600px}.emj557{background-position:-20px -1600px}.emj558{background-position:-40px -1600px}.emj559{background-position:-60px -1600px}.emj560{background-position:-80px -1600px}.emj561{background-position:-100px -1600px}.emj562{background-position:-120px -1600px}.emj563{background-position:0 -1620px}.emj564{background-position:-20px -1620px}.emj565{background-position:-40px -1620px}.emj566{background-position:-60px -1620px}.emj567{background-position:-80px -1620px}.emj568{background-position:-100px -1620px}.emj569{background-position:-120px -1620px}.emj570{background-position:0 -1640px}.emj571{background-position:-20px -1640px}.emj572{background-position:-40px -1640px}.emj573{background-position:-60px -1640px}.emj574{background-position:-80px -1640px}.emj575{background-position:-100px -1640px}.emj576{background-position:-120px -1640px}.emj577{background-position:0 -1660px}.emj578{background-position:-20px -1660px}.emj579{background-position:-40px -1660px}.emj580{background-position:-60px -1660px}.emj581{background-position:-80px -1660px}.emj582{background-position:-100px -1660px}.emj583{background-position:-120px -1660px}.emj584{background-position:0 -1680px}.emj585{background-position:-20px -1680px}.emj586{background-position:-40px -1680px}.emj587{background-position:-60px -1680px}.emj588{background-position:-80px -1680px}.emj589{background-position:-100px -1680px}.emj590{background-position:-120px -1680px}.emj591{background-position:0 -1700px}.emj592{background-position:-20px -1700px}.emj593{background-position:-40px -1700px}.emj594{background-position:-60px -1700px}.emj595{background-position:-80px -1700px}.emj596{background-position:-100px -1700px}.emj597{background-position:-120px -1700px}.emj598{background-position:0 -1720px}.emj599{background-position:-20px -1720px}.emj600{background-position:-40px -1720px}.emj601{background-position:-60px -1720px}.emj602{background-position:-80px -1720px}.emj603{background-position:-100px -1720px}.emj604{background-position:-120px -1720px}.emj605{background-position:0 -1740px}.emj606{background-position:-20px -1740px}.emj607{background-position:-40px -1740px}.emj608{background-position:-60px -1740px}.emj609{background-position:-80px -1740px}.emj610{background-position:-100px -1740px}.emj611{background-position:-120px -1740px}.emj612{background-position:0 -1760px}.emj613{background-position:-20px -1760px}.emj614{background-position:-40px -1760px}.emj615{background-position:-60px -1760px}.emj616{background-position:-80px -1760px}.emj617{background-position:-100px -1760px}.emj618{background-position:-120px -1760px}.emj619{background-position:0 -1780px}.emj620{background-position:-20px -1780px}.emj621{background-position:-40px -1780px}.emj622{background-position:-60px -1780px}.emj623{background-position:-80px -1780px}.emj624{background-position:-100px -1780px}.emj625{background-position:-120px -1780px}.emj626{background-position:0 -1800px}.emj627{background-position:-20px -1800px}.emj628{background-position:-40px -1800px}.emj629{background-position:-60px -1800px}.emj630{background-position:-80px -1800px}.emj631{background-position:-100px -1800px}.emj632{background-position:-120px -1800px}.emj633{background-position:0 -1820px}.emj634{background-position:-20px -1820px}.emj635{background-position:-40px -1820px}.emj636{background-position:0 -1840px}.emj637{background-position:-20px -1840px}.emj638{background-position:-40px -1840px}.emj639{background-position:-60px -1840px}.emj640{background-position:-80px -1840px}.emj641{background-position:-100px -1840px}.emj642{background-position:-120px -1840px}.emj643{background-position:0 -1860px}.emj644{background-position:-20px -1860px}.emj645{background-position:-40px -1860px}.emj646{background-position:-60px -1860px}.emj647{background-position:-80px -1860px}.emj648{background-position:-100px -1860px}.emj649{background-position:-120px -1860px}.emj650{background-position:0 -1880px}.emj651{background-position:-20px -1880px}.emj652{background-position:-40px -1880px}.emj653{background-position:-60px -1880px}.emj654{background-position:-80px -1880px}.emj655{background-position:-100px -1880px}.emj656{background-position:-120px -1880px}.emj657{background-position:0 -1900px}.emj658{background-position:-20px -1900px}.emj659{background-position:-40px -1900px}.emj660{background-position:-60px -1900px}.emj661{background-position:-80px -1900px}.emj662{background-position:-100px -1900px}.emj663{background-position:-120px -1900px}.emj664{background-position:0 -1920px}.emj665{background-position:-20px -1920px}.emj666{background-position:-40px -1920px}.emj667{background-position:-60px -1920px}.emj668{background-position:-80px -1920px}.emj669{background-position:-100px -1920px}.emj670{background-position:-120px -1920px}.emj671{background-position:0 -1940px}.emj672{background-position:-20px -1940px}.emj673{background-position:-40px -1940px}.emj674{background-position:-60px -1940px}.emj675{background-position:-80px -1940px}.emj676{background-position:-100px -1940px}.emj677{background-position:-120px -1940px}.emj678{background-position:0 -1960px}.emj679{background-position:-20px -1960px}.emj680{background-position:-40px -1960px}.emj681{background-position:-60px -1960px}.emj682{background-position:-80px -1960px}.emj683{background-position:-100px -1960px}.emj684{background-position:-120px -1960px}.emj685{background-position:0 -1980px}.emj686{background-position:-20px -1980px}.emj687{background-position:-40px -1980px}.emj688{background-position:-60px -1980px}.emj689{background-position:-80px -1980px}.emj690{background-position:-100px -1980px}.emj691{background-position:-120px -1980px}.emj692{background-position:0 -2000px}.emj693{background-position:-20px -2000px}.emj694{background-position:-40px -2000px}.emj695{background-position:-60px -2000px}.emj696{background-position:-80px -2000px}.emj697{background-position:-100px -2000px}.emj698{background-position:-120px -2000px}.emj699{background-position:0 -2020px}.emj700{background-position:-20px -2020px}.emj701{background-position:-40px -2020px}.emj702{background-position:-60px -2020px}.emj703{background-position:-80px -2020px}.emj704{background-position:-100px -2020px}.emj705{background-position:-120px -2020px}.emj706{background-position:0 -2040px}.emj707{background-position:-20px -2040px}.emj708{background-position:-40px -2040px}.emj709{background-position:-60px -2040px}.emj710{background-position:-80px -2040px}.emj711{background-position:-100px -2040px}.emj712{background-position:-120px -2040px}.emj713{background-position:0 -2060px}.emj714{background-position:-20px -2060px}.emj715{background-position:-40px -2060px}.emj716{background-position:-60px -2060px}.emj717{background-position:-80px -2060px}.emj718{background-position:-100px -2060px}.emj719{background-position:-120px -2060px}.emj720{background-position:0 -2080px}.emj721{background-position:-20px -2080px}.emj722{background-position:-40px -2080px}.emj723{background-position:-60px -2080px}.emj724{background-position:-80px -2080px}.emj725{background-position:-100px -2080px}.emj726{background-position:-120px -2080px}.emj727{background-position:0 -2100px}.emj728{background-position:-20px -2100px}.emj729{background-position:-40px -2100px}.emj730{background-position:-60px -2100px}.emj731{background-position:-80px -2100px}.emj732{background-position:-100px -2100px}.emj733{background-position:-120px -2100px}.emj734{background-position:0 -2120px}.emj735{background-position:-20px -2120px}.emj736{background-position:-40px -2120px}.emj737{background-position:-60px -2120px}.emj738{background-position:-80px -2120px}.emj739{background-position:-100px -2120px}.emj740{background-position:-120px -2120px}.emj741{background-position:0 -2140px}.emj742{background-position:-20px -2140px}.emj743{background-position:-40px -2140px}.emj744{background-position:-60px -2140px}.emj745{background-position:-80px -2140px}.emj746{background-position:-100px -2140px}.emj747{background-position:-120px -2140px}.emj748{background-position:0 -2160px}.emj749{background-position:-20px -2160px}.emj750{background-position:-40px -2160px}.emj751{background-position:-60px -2160px}.emj752{background-position:-80px -2160px}.emj753{background-position:-100px -2160px}.emj754{background-position:-120px -2160px}.emj755{background-position:0 -2180px}.emj756{background-position:-20px -2180px}.emj757{background-position:-40px -2180px}.emj758{background-position:-60px -2180px}.emj759{background-position:-80px -2180px}.emj760{background-position:-100px -2180px}.emj761{background-position:-120px -2180px}.emj762{background-position:0 -2200px}.emj763{background-position:-20px -2200px}.emj764{background-position:-40px -2200px}.emj765{background-position:-60px -2200px}.emj766{background-position:-80px -2200px}.emj767{background-position:-100px -2200px}.emj768{background-position:-120px -2200px}.emj769{background-position:0 -2220px}.emj770{background-position:-20px -2220px}.emj771{background-position:-40px -2220px}.emj772{background-position:-60px -2220px}.emj773{background-position:-80px -2220px}.emj774{background-position:-100px -2220px}.emj775{background-position:-120px -2220px}.emj776{background-position:0 -2240px}.emj777{background-position:-20px -2240px}.emj778{background-position:-40px -2240px}.emj779{background-position:-60px -2240px}.emj780{background-position:-80px -2240px}.emj781{background-position:-100px -2240px}.emj782{background-position:-120px -2240px}.emj783{background-position:0 -2260px}.emj784{background-position:-20px -2260px}.emj785{background-position:-40px -2260px}.emj786{background-position:-60px -2260px}.emj787{background-position:-80px -2260px}.emj788{background-position:-100px -2260px}.emj789{background-position:-120px -2260px}.emj790{background-position:0 -2280px}.emj791{background-position:-20px -2280px}.emj792{background-position:-40px -2280px}.emj793{background-position:-60px -2280px}.emj794{background-position:-80px -2280px}.emj795{background-position:-100px -2280px}.emj796{background-position:-120px -2280px}.emj797{background-position:0 -2300px}.emj798{background-position:-20px -2300px}.emj799{background-position:-40px -2300px}.emj800{background-position:-60px -2300px}.emj801{background-position:-80px -2300px}.emj802{background-position:-100px -2300px}.emj803{background-position:-120px -2300px}.emj804{background-position:0 -2320px}.emj805{background-position:-20px -2320px}.emj806{background-position:-40px -2320px}.emj807{background-position:-60px -2320px}.emj808{background-position:-80px -2320px}.emj809{background-position:-100px -2320px}.emj810{background-position:-120px -2320px}.emj811{background-position:0 -2340px}.emj812{background-position:-20px -2340px}.emj813{background-position:-40px -2340px}.emj814{background-position:-60px -2340px}.emj815{background-position:-80px -2340px}.emj816{background-position:-100px -2340px}.emj817{background-position:-120px -2340px}.emj818{background-position:0 -2360px}.emj819{background-position:-20px -2360px}.emj820{background-position:-40px -2360px}.emj821{background-position:-60px -2360px}.emj822{background-position:-80px -2360px}.emj823{background-position:-100px -2360px}.emj824{background-position:-120px -2360px}.emj825{background-position:0 -2380px}.emj826{background-position:-20px -2380px}.emj827{background-position:-40px -2380px}.emj828{background-position:-60px -2380px}.emj829{background-position:-80px -2380px}.emj830{background-position:-100px -2380px}.emj831{background-position:-120px -2380px}.emj832{background-position:0 -2400px}.emj833{background-position:-20px -2400px}.emj834{background-position:-40px -2400px}.emj835{background-position:-60px -2400px}.emj836{background-position:-80px -2400px}.emj837{background-position:-100px -2400px}.emj838{background-position:-120px -2400px}.emj839{background-position:0 -2420px}.emj840{background-position:-20px -2420px}.emj841{background-position:-40px -2420px}.emj842{background-position:-60px -2420px}.emj843{background-position:-80px -2420px}.emj844{background-position:-100px -2420px} \ No newline at end of file diff --git a/compiled/fonts/font.fjalla-average.css b/compiled/fonts/font.fjalla-average.css new file mode 100644 index 00000000..290f550c --- /dev/null +++ b/compiled/fonts/font.fjalla-average.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Average+Sans|Fjalla+One);.vco-storymap{font-family:'Average Sans',sans-serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Fjalla One',sans-serif;text-transform:none;font-weight:400;font-size:46px;line-height:1.1em}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Average Sans',sans-serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Average Sans',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Average Sans',sans-serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Average Sans',sans-serif}.vco-storymap .vcard{font-family:'Average Sans',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Average Sans',sans-serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Average Sans',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Average Sans',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Average Sans',sans-serif;font-style:normal;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Fjalla One',sans-serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px}.vco-timeline .vco-headline-date,.vco-timeline h3.vco-headline-date{margin-bottom:10px !important} \ No newline at end of file diff --git a/compiled/fonts/font.georgia-helvetica.css b/compiled/fonts/font.georgia-helvetica.css new file mode 100644 index 00000000..f2bd8999 --- /dev/null +++ b/compiled/fonts/font.georgia-helvetica.css @@ -0,0 +1 @@ +.vco-storymap{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:Georgia,Times,serif;text-transform:normal;font-weight:800;font-size:42px;line-height:42px}.vco-storymap h2.vco-headline-title{font-size:46px;line-height:46px}.vco-storymap p{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:800;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif}.vco-storymap .vcard{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:800;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important;text-transform:normal !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:Georgia,Times,serif;text-transform:normal;font-weight:800;font-size:42px;line-height:42px} \ No newline at end of file diff --git a/compiled/fonts/font.knightlab.css b/compiled/fonts/font.knightlab.css new file mode 100644 index 00000000..e08852c9 --- /dev/null +++ b/compiled/fonts/font.knightlab.css @@ -0,0 +1 @@ +@import url(//cloud.webtype.com/css/d4767ecb-457a-4677-8761-72f890add836.css);.vco-storymap{font-family:"Turnip RE",Georgia,"Times New Roman",Times,serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:"Salvo Serif Cond",Georgia,"Times New Roman",Times,serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:"Turnip RE",Georgia,"Times New Roman",Times,serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:"Turnip RE",Georgia,"Times New Roman",Times,serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:"Turnip RE",Georgia,"Times New Roman",Times,serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:"Turnip RE",Georgia,"Times New Roman",Times,serif}.vco-storymap .vcard{font-family:"Apres RE","Helvetica Neue",Helvetica,Arial,sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:"Apres RE","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:"Apres RE","Helvetica Neue",Helvetica,Arial,sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:"Apres RE","Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:"Turnip RE",Georgia,"Times New Roman",Times,serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:"Salvo Serif Cond",Georgia,"Times New Roman",Times,serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.lustria-lato.css b/compiled/fonts/font.lustria-lato.css new file mode 100644 index 00000000..6839f29a --- /dev/null +++ b/compiled/fonts/font.lustria-lato.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Lustria|Lato:400,400italic);.vco-storymap{font-family:'Lato',sans-serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Lustria',serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Lato',sans-serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Lato',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Lato',sans-serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Lato',sans-serif}.vco-storymap .vcard{font-family:'Lato',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Lato',sans-serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Lato',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Lato',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Lato',sans-serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Lustria',serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px}.vco-timeline .vco-headline-date,.vco-timeline h3.vco-headline-date{margin-bottom:10px !important} \ No newline at end of file diff --git a/compiled/fonts/font.medula-lato.css b/compiled/fonts/font.medula-lato.css new file mode 100644 index 00000000..233bbe77 --- /dev/null +++ b/compiled/fonts/font.medula-lato.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Lato:400,700,300italic|Medula+One);.vco-storymap{font-family:'Lato',sans-serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Medula One',cursive;text-transform:none;font-weight:700;font-size:58px;line-height:58px}.vco-storymap h2.vco-headline-title{font-size:72px;line-height:72px}.vco-storymap p{font-family:'Lato',sans-serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'Lato',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Lato',sans-serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Lato',sans-serif}.vco-storymap .vcard{font-family:'Lato',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Lato',sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Lato',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Lato',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Lato',sans-serif;font-style:italic;font-weight:300;line-height:1.3}input[type="text"].editor-headline{font-family:'Medula One',cursive;text-transform:none;font-weight:700;font-size:58px;line-height:58px} \ No newline at end of file diff --git a/compiled/fonts/font.oldstandard.css b/compiled/fonts/font.oldstandard.css new file mode 100644 index 00000000..2d117dd1 --- /dev/null +++ b/compiled/fonts/font.oldstandard.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic);.vco-storymap{font-family:'Old Standard TT',serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Old Standard TT',serif;text-transform:uppercase;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:52px;line-height:52px}.vco-storymap p{font-family:'Old Standard TT',serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'Old Standard TT',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Old Standard TT',serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Old Standard TT',serif}.vco-storymap .vcard{font-family:'Old Standard TT',serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Old Standard TT',serif;font-weight:400;text-transform:uppercase}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Old Standard TT',serif !important;font-weight:normal !important;text-transform:uppercase !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Old Standard TT',serif;text-transform:uppercase}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Old Standard TT',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Old Standard TT',serif;text-transform:uppercase;font-weight:400;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.opensans-gentiumbook.css b/compiled/fonts/font.opensans-gentiumbook.css new file mode 100644 index 00000000..934d58cf --- /dev/null +++ b/compiled/fonts/font.opensans-gentiumbook.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Open+Sans:800,400|Gentium+Book+Basic:400,400italic);.vco-storymap{font-family:'Gentium Book Basic',serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Open Sans',sans-serif;text-transform:none;font-weight:800;font-size:40px;line-height:40px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Gentium Book Basic',serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Gentium Book Basic',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Gentium Book Basic',serif;font-weight:800;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Gentium Book Basic',serif}.vco-storymap .vcard{font-family:'Open Sans',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Open Sans',sans-serif;font-weight:800;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Open Sans',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Open Sans',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Gentium Book Basic',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Open Sans',sans-serif;text-transform:none;font-weight:800;font-size:40px;line-height:40px}.vco-timeline .vco-headline-date,.vco-timeline h3.vco-headline-date{margin-bottom:5px !important} \ No newline at end of file diff --git a/compiled/fonts/font.playfair-faunaone.css b/compiled/fonts/font.playfair-faunaone.css new file mode 100644 index 00000000..4a316e5f --- /dev/null +++ b/compiled/fonts/font.playfair-faunaone.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700|Playfair+Display+SC);@import url(//fonts.googleapis.com/css?family=Fauna+One);@import url(//fonts.googleapis.com/css?family=Unica+One);.vco-storymap{font-family:'Fauna One',serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Playfair Display',Georgia,serif;text-transform:uppercase;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Fauna One',serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Fauna One',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Fauna One',serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Fauna One',serif}.vco-storymap .vcard{font-family:'Fauna One',serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Fauna One',serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Fauna One',serif !important;font-weight:normal !important;text-transform:uppercase !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Fauna One',serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Fauna One',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Playfair Display',Georgia,serif;text-transform:uppercase;font-weight:400;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.playfair.css b/compiled/fonts/font.playfair.css new file mode 100644 index 00000000..e0565478 --- /dev/null +++ b/compiled/fonts/font.playfair.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700|Playfair+Display+SC);.vco-storymap{font-family:'Playfair Display',serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Playfair Display SC',serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Playfair Display',serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Playfair Display',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Playfair Display',serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Playfair Display',serif}.vco-storymap .vcard{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Playfair Display',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Playfair Display SC',serif;text-transform:none;font-weight:400;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.pt.css b/compiled/fonts/font.pt.css new file mode 100644 index 00000000..f895f87a --- /dev/null +++ b/compiled/fonts/font.pt.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow:700|PT+Serif:400,400italic);.vco-storymap{font-family:'PT Serif',serif;font-weight:400;font-size:16px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'PT Sans Narrow',sans-serif;text-transform:uppercase;font-weight:700;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'PT Serif',serif;font-size:16px;line-height:1.3em}.vco-storymap ul{font-family:'PT Serif',serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'PT Serif',serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'PT Serif',serif}.vco-storymap .vcard{font-family:'PT Sans',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'PT Sans',sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'PT Sans',sans-serif !important;font-weight:normal !important;text-transform:uppercase !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'PT Sans',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'PT Serif',serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'PT Sans Narrow',sans-serif;text-transform:uppercase;font-weight:700;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.roboto-megrim.css b/compiled/fonts/font.roboto-megrim.css new file mode 100644 index 00000000..6cf969c1 --- /dev/null +++ b/compiled/fonts/font.roboto-megrim.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Megrim);@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300);.vco-storymap{font-family:'Roboto Slab',Georgia,serif;font-weight:300;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Megrim','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:normal;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Roboto Slab',Georgia,serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Roboto Slab',Georgia,serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Roboto Slab',Georgia,serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Roboto Slab',Georgia,serif}.vco-storymap .vcard{font-family:'Megrim','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Megrim','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:400;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Roboto Slab',Georgia,serif !important;font-weight:normal !important;text-transform:normal !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Megrim','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Roboto Slab',Georgia,serif;font-style:normal;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Megrim','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:normal;font-weight:400;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.rufina-sintony.css b/compiled/fonts/font.rufina-sintony.css new file mode 100644 index 00000000..0df9e5bb --- /dev/null +++ b/compiled/fonts/font.rufina-sintony.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Rufina:400,700|Sintony:400,700);.vco-storymap{font-family:'Sintony',sans-serif;font-weight:400;font-size:15px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Rufina',serif;text-transform:none;font-weight:700;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Sintony',sans-serif;font-size:15px;line-height:1.3em}.vco-storymap ul{font-family:'Sintony',sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Sintony',sans-serif;font-weight:700;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Sintony',sans-serif}.vco-storymap .vcard{font-family:'Sintony',sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Sintony',sans-serif;font-weight:700;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Sintony',sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Sintony',sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Sintony',sans-serif;font-style:normal;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Rufina',serif;text-transform:none;font-weight:700;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/fonts/font.ubuntu.css b/compiled/fonts/font.ubuntu.css new file mode 100644 index 00000000..0779d5a9 --- /dev/null +++ b/compiled/fonts/font.ubuntu.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Ubuntu:300,500,300italic);.vco-storymap{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:300;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none;font-weight:500;font-size:40px;line-height:40px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:500;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif}.vco-storymap .vcard{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:500;text-transform:none}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important;text-transform:none !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-style:italic;font-weight:300;line-height:1.3}input[type="text"].editor-headline{font-family:'Ubuntu','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:none;font-weight:500;font-size:40px;line-height:40px}.vco-timeline .vco-headline-date,.vco-timeline h3.vco-headline-date{margin-bottom:5px !important} \ No newline at end of file diff --git a/compiled/fonts/font.unicaone-vollkorn.css b/compiled/fonts/font.unicaone-vollkorn.css new file mode 100644 index 00000000..602d12d8 --- /dev/null +++ b/compiled/fonts/font.unicaone-vollkorn.css @@ -0,0 +1 @@ +@import url(//fonts.googleapis.com/css?family=Vollkorn:400italic,400);@import url(//fonts.googleapis.com/css?family=Unica+One);.vco-storymap{font-family:'Vollkorn',Georgia,serif;font-weight:400;font-size:17px;line-height:1.3em}.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'Unica One','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:uppercase;font-weight:400;font-size:46px;line-height:46px}.vco-storymap h2.vco-headline-title{font-size:58px;line-height:58px}.vco-storymap p{font-family:'Vollkorn',Georgia,serif;font-size:17px;line-height:1.3em}.vco-storymap ul{font-family:'Vollkorn',Georgia,serif}.vco-storymap .vco-media .vco-media-wikipedia h4 a{font-family:'Vollkorn',Georgia,serif;font-weight:400;font-size:24px;line-height:24px}.vco-storymap .vco-caption,.vco-storymap .vco-credit{font-family:'Vollkorn',Georgia,serif}.vco-storymap .vcard{font-family:'Unica One','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important}.vco-storymap .vco-slidenav-next,.vco-storymap .vco-slidenav-previous,.vco-storymap .vco-message,.vco-storymap .vco-slide-calltoaction-button-text{font-family:'Unica One','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;font-weight:400;text-transform:uppercase}.vco-storymap .vco-slidenav-next .vco-slidenav-title,.vco-storymap .vco-slidenav-previous .vco-slidenav-title,.vco-storymap .vco-message .vco-slidenav-title,.vco-storymap .vco-slide-calltoaction-button-text .vco-slidenav-title{line-height:1.3em !important}.vco-storymap .vco-headline-date,.vco-storymap h3.vco-headline-date{font-family:'Unica One','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif !important;font-weight:normal !important;text-transform:uppercase !important}.vco-storymap .vco-headline-date small,.vco-storymap h3.vco-headline-date small{font-weight:normal !important}.vco-storymap .vco-menubar{font-family:'Unica One','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:uppercase}.vco-storymap blockquote,.vco-storymap blockquote p{font-family:'Vollkorn',Georgia,serif;font-style:italic;font-weight:400;line-height:1.3}input[type="text"].editor-headline{font-family:'Unica One','Helvetica Neue',Helvetica,Arial,"MS Trebuchet",sans-serif;text-transform:uppercase;font-weight:400;font-size:46px;line-height:46px} \ No newline at end of file diff --git a/compiled/icons/emoji.png b/compiled/icons/emoji.png new file mode 100755 index 00000000..3e70e586 Binary files /dev/null and b/compiled/icons/emoji.png differ diff --git a/compiled/icons/emoji@2x.png b/compiled/icons/emoji@2x.png new file mode 100755 index 00000000..a893f0b2 Binary files /dev/null and b/compiled/icons/emoji@2x.png differ diff --git a/compiled/icons/icons.html b/compiled/icons/icons.html new file mode 100755 index 00000000..eb56ac85 --- /dev/null +++ b/compiled/icons/icons.html @@ -0,0 +1,1117 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: vco-icons (Glyphs: 53)

+
+
+

Grid Size: 14

+
+
+ icon-vine +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-wikipedia +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-chevron-right +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-chevron-left +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-youtube +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-foursquare +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-camera-retro +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-doc +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-weibo +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-resize-horizontal +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-resize-vertical +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-resize-full +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-resize-small +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 16

+
+
+ icon-twitter +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-google-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-video +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-plaintext +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-image-v2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-quote-v2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-zoom-in +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-zoom-out +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-list +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-music +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-location +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-web +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-share-v2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-soundcloud +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-video-v2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-tumblr +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-lastfm +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-github +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-goback +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-doc-v2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-googledrive +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-facebook +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-flickr +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-dribbble +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-image +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-vimeo +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 20

+
+
+ icon-instagram +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-pinterest +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-left +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-down +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-up +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-right +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-share +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-quote +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-evernote +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: Unknown

+
+
+ icon-mappin +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-swipe-right +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-swipe-left +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-touch-spread +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-touch-pinch +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + \ No newline at end of file diff --git a/compiled/icons/vco-icons.eot b/compiled/icons/vco-icons.eot new file mode 100755 index 00000000..179ed2d3 Binary files /dev/null and b/compiled/icons/vco-icons.eot differ diff --git a/compiled/icons/vco-icons.svg b/compiled/icons/vco-icons.svg new file mode 100755 index 00000000..8092eada --- /dev/null +++ b/compiled/icons/vco-icons.svg @@ -0,0 +1,63 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/compiled/icons/vco-icons.ttf b/compiled/icons/vco-icons.ttf new file mode 100755 index 00000000..74eb8c4a Binary files /dev/null and b/compiled/icons/vco-icons.ttf differ diff --git a/compiled/icons/vco-icons.woff b/compiled/icons/vco-icons.woff new file mode 100755 index 00000000..d065e98e Binary files /dev/null and b/compiled/icons/vco-icons.woff differ diff --git a/compiled/js/json2.min.js b/compiled/js/json2.min.js new file mode 100644 index 00000000..a01b1237 --- /dev/null +++ b/compiled/js/json2.min.js @@ -0,0 +1,21 @@ +"object"!=typeof JSON&&(JSON={}),function(){"use strict" +function f(t){return 10>t?"0"+t:t}function quote(t){return escapable.lastIndex=0,escapable.test(t)?'"'+t.replace(escapable,function(t){var e=meta[t] +return"string"==typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+t+'"'}function str(t,e){var r,n,o,f,u,p=gap,i=e[t] +switch(i&&"object"==typeof i&&"function"==typeof i.toJSON&&(i=i.toJSON(t)),"function"==typeof rep&&(i=rep.call(e,t,i)),typeof i){case"string":return quote(i) +case"number":return isFinite(i)?i+"":"null" +case"boolean":case"null":return i+"" +case"object":if(!i)return"null" +if(gap+=indent,u=[],"[object Array]"===Object.prototype.toString.apply(i)){for(f=i.length,r=0;f>r;r+=1)u[r]=str(r,i)||"null" +return o=0===u.length?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+p+"]":"["+u.join(",")+"]",gap=p,o}if(rep&&"object"==typeof rep)for(f=rep.length,r=0;f>r;r+=1)"string"==typeof rep[r]&&(n=rep[r],o=str(n,i),o&&u.push(quote(n)+(gap?": ":":")+o)) +else for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(o=str(n,i),o&&u.push(quote(n)+(gap?": ":":")+o)) +return o=0===u.length?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+p+"}":"{"+u.join(",")+"}",gap=p,o}}"function"!=typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()}) +var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep +"function"!=typeof JSON.stringify&&(JSON.stringify=function(t,e,r){var n +if(gap="",indent="","number"==typeof r)for(n=0;r>n;n+=1)indent+=" " +else"string"==typeof r&&(indent=r) +if(rep=e,e&&"function"!=typeof e&&("object"!=typeof e||"number"!=typeof e.length))throw Error("JSON.stringify") +return str("",{"":t})}),"function"!=typeof JSON.parse&&(JSON.parse=function(text,reviver){function walk(t,e){var r,n,o=t[e] +if(o&&"object"==typeof o)for(r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n=walk(o,r),void 0!==n?o[r]=n:delete o[r]) +return reviver.call(t,e,o)}var j +if(text+="",cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(t){return"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)})),/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),"function"==typeof reviver?walk({"":j},""):j +throw new SyntaxError("JSON.parse")})}() diff --git a/compiled/js/locale/be.js b/compiled/js/locale/be.js new file mode 100644 index 00000000..d2346cef --- /dev/null +++ b/compiled/js/locale/be.js @@ -0,0 +1 @@ +VCO.Language={name:"Беларуская",lang:"be",messages:{loading:"Загрузка",wikipedia:"Вікіпедыя",start:"Start Exploring"},buttons:{map_overview:"Прагляд мапы",overview:"Прагляд",backtostart:"Вярнуцца ў пачатак",collapse_toggle:"Схаваць мапу",uncollapse_toggle:"Паказаць мапу",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/bg.js b/compiled/js/locale/bg.js new file mode 100644 index 00000000..5878090d --- /dev/null +++ b/compiled/js/locale/bg.js @@ -0,0 +1 @@ +VCO.Language={name:"Български",lang:"bg",messages:{loading:"Зареждане",wikipedia:"От Уикипедия, свободната енциклопедия",start:"Започнете да разглеждате"},buttons:{map_overview:"Преглед на картата",overview:"Преглед",backtostart:"Към началото",collapse_toggle:"Скриване на картата",uncollapse_toggle:"Показване на картата",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/cs.js b/compiled/js/locale/cs.js new file mode 100644 index 00000000..70b9cb42 --- /dev/null +++ b/compiled/js/locale/cs.js @@ -0,0 +1 @@ +VCO.Language={name:"Čeština",lang:"cs",messages:{loading:"Nahrávání",wikipedia:"Z Wikipedie, svobodné encyklopedie",start:"Prozkoumat"},buttons:{map_overview:"Přehledová mapa",overview:"Přehled",backtostart:"Zpět na začátek",collapse_toggle:"Skrýt mapu",uncollapse_toggle:"Zobrazit mapu",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/en.js b/compiled/js/locale/en.js new file mode 100644 index 00000000..7bde8a61 --- /dev/null +++ b/compiled/js/locale/en.js @@ -0,0 +1 @@ +VCO.Language={name:"English",lang:"en",messages:{loading:"Loading",wikipedia:"From Wikipedia, the free encyclopedia",start:"Start Exploring"},buttons:{map_overview:"Map Overview",overview:"Overview",backtostart:"Back To Beginning",collapse_toggle:"Hide Map",uncollapse_toggle:"Show Map",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/et.js b/compiled/js/locale/et.js new file mode 100644 index 00000000..db259a52 --- /dev/null +++ b/compiled/js/locale/et.js @@ -0,0 +1 @@ +VCO.Language={name:"eesti",lang:"et",messages:{loading:"Laadib",wikipedia:"Vikipeedia, vaba entsüklopeedia",start:"Uuri"},buttons:{map_overview:"Kaardi ülevaade",overview:"Ülevaade",backtostart:"Tagasi algusesse",collapse_toggle:"Peida kaart",uncollapse_toggle:"Näita kaarti",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/he.js b/compiled/js/locale/he.js new file mode 100644 index 00000000..0c272a04 --- /dev/null +++ b/compiled/js/locale/he.js @@ -0,0 +1 @@ +VCO.Language={name:"עברית",lang:"he",direction:"rtl",messages:{loading:"טוען",wikipedia:"מתוך ויקיפדיה, האנציקלופדיה החופשית",start:"התחל במסע"},buttons:{map_overview:"המפה במלואה",overview:"תצוגה מקדימה",backtostart:"חזור להתחלה",collapse_toggle:"הסתר מפה",uncollapse_toggle:"הצג מפה",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/hu.js b/compiled/js/locale/hu.js new file mode 100644 index 00000000..93447f49 --- /dev/null +++ b/compiled/js/locale/hu.js @@ -0,0 +1 @@ +VCO.Language={name:"Magyar",lang:"hu",messages:{loading:"töltés",wikipedia:"Wikipedia",start:"Indítsd"},buttons:{map_overview:"teljes térkép",overview:"teljes sztori",backtostart:"vissza az elejére",collapse_toggle:"összecsuk",uncollapse_toggle:"kinyit",swipe_to_navigate:"Húzd el a navigációhoz
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/ko.js b/compiled/js/locale/ko.js new file mode 100644 index 00000000..1275417a --- /dev/null +++ b/compiled/js/locale/ko.js @@ -0,0 +1 @@ +VCO.Language={name:"한국어",lang:"ko",messages:{loading:"불러오는중",wikipedia:"위키피디아",start:"시작하기"},buttons:{map_overview:"지도 전체보기",overview:"전체보기",backtostart:"되돌아가기",collapse_toggle:"숨기기",uncollapse_toggle:"보이기",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/nn.js b/compiled/js/locale/nn.js new file mode 100644 index 00000000..0daf01a6 --- /dev/null +++ b/compiled/js/locale/nn.js @@ -0,0 +1 @@ +VCO.Language={name:"Norsk nynorsk",lang:"nn",messages:{loading:"Lastar inn",wikipedia:"Frå Wikipedia, det frie oppslagsverket",start:"Utforsk"},buttons:{map_overview:"Sjå oversiktskart",overview:"Oversikt",backtostart:"Til starten",collapse_toggle:"Gøym kartet",uncollapse_toggle:"Vis kartet",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/pt.js b/compiled/js/locale/pt.js new file mode 100644 index 00000000..81c6be79 --- /dev/null +++ b/compiled/js/locale/pt.js @@ -0,0 +1 @@ +VCO.Language={name:"Português",lang:"pt",messages:{loading:"carregando",wikipedia:"de Wikipedia, a enciclopédia livre",start:"início"},buttons:{map_overview:"vista geral do mapa",overview:"vista geral",backtostart:"voltar ao início",collapse_toggle:"ocultar mapa",uncollapse_toggle:"mostrar mapa",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/ru.js b/compiled/js/locale/ru.js new file mode 100644 index 00000000..7d989cc9 --- /dev/null +++ b/compiled/js/locale/ru.js @@ -0,0 +1 @@ +VCO.Language={name:"Русский",lang:"ru",messages:{loading:"Загрузка",wikipedia:"Из Википедии, свободной энциклопедии",start:"Начать просмотр"},buttons:{map_overview:"Просмотр карты",overview:"Обзор",backtostart:"К началу",collapse_toggle:"Скрыть карту",uncollapse_toggle:"Показать карту",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/uk.js b/compiled/js/locale/uk.js new file mode 100644 index 00000000..3dfb6da9 --- /dev/null +++ b/compiled/js/locale/uk.js @@ -0,0 +1 @@ +VCO.Language={name:"Українська",lang:"uk",messages:{loading:"Завантаження",wikipedia:"З Вікіпедії, вільної енциклопедії",start:"Почати перегляд"},buttons:{map_overview:"Перегляд карти",overview:"Огляд",backtostart:"Повернутися до початку",collapse_toggle:"Приховати карту",uncollapse_toggle:"Показати карту",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/compiled/js/locale/ur.js b/compiled/js/locale/ur.js new file mode 100644 index 00000000..842acf17 --- /dev/null +++ b/compiled/js/locale/ur.js @@ -0,0 +1 @@ +VCO.Language={name:"Urdu",lang:"ur",direction:"rtl",messages:{loading:"لوڈ ہو رہا ہے",wikipedia:"ویکیپیڈیا, مفت دستیاب انسائیکلوپیڈیا سے ",start:"دریافت شروع کی جایے "},buttons:{map_overview:"نقشے کا جائزہ",overview:"جائزہ",backtostart:"واپس شروع سے",collapse_toggle:"نقشہ غائب",uncollapse_toggle:"نقشہ حاضر",swipe_to_navigate:"Swipe to Navigate
OK"}}; \ No newline at end of file diff --git a/config.codekit b/config.codekit index 784cfbc9..81a105c2 100644 --- a/config.codekit +++ b/config.codekit @@ -1,7 +1,192 @@ { "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", -"creatorBuild": "17945", +"creatorBuild": "19127", "files": { + "\/AWS_Hosting\/1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 874198, + "inputAbbreviatedPath": "\/AWS_Hosting\/1.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 510644, + "inputAbbreviatedPath": "\/AWS_Hosting\/2.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/3.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 261723, + "inputAbbreviatedPath": "\/AWS_Hosting\/3.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/3.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/4.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 309929, + "inputAbbreviatedPath": "\/AWS_Hosting\/4.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/4.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/5.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 441609, + "inputAbbreviatedPath": "\/AWS_Hosting\/5.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/5.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/6.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 397809, + "inputAbbreviatedPath": "\/AWS_Hosting\/6.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/6.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/7.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1.02175e+06, + "inputAbbreviatedPath": "\/AWS_Hosting\/7.png", + "outputAbbreviatedPath": "\/AWS_Hosting\/7.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/AWS_Hosting\/AWS_Hosting.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/AWS_Hosting\/AWS_Hosting.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/AWS_Hosting\/AWS_Hosting.html", + "outputFormat": 0, + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 + }, + "\/BEST_PRACTICES\/1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 173653, + "inputAbbreviatedPath": "\/BEST_PRACTICES\/1.png", + "outputAbbreviatedPath": "\/BEST_PRACTICES\/1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/BEST_PRACTICES\/2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1.77641e+06, + "inputAbbreviatedPath": "\/BEST_PRACTICES\/2.png", + "outputAbbreviatedPath": "\/BEST_PRACTICES\/2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/BEST_PRACTICES\/3.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 406836, + "inputAbbreviatedPath": "\/BEST_PRACTICES\/3.png", + "outputAbbreviatedPath": "\/BEST_PRACTICES\/3.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/BEST_PRACTICES\/4.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4.73249e+06, + "inputAbbreviatedPath": "\/BEST_PRACTICES\/4.png", + "outputAbbreviatedPath": "\/BEST_PRACTICES\/4.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/BEST_PRACTICES\/5.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 173584, + "inputAbbreviatedPath": "\/BEST_PRACTICES\/5.png", + "outputAbbreviatedPath": "\/BEST_PRACTICES\/5.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/BEST_PRACTICES\/BEST_PRACTICES.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/BEST_PRACTICES\/BEST_PRACTICES.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/BEST_PRACTICES\/BEST_PRACTICES.html", + "outputFormat": 0, + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 + }, + "\/codekit-config.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/codekit-config.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/codekit-config-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/css\/fonts\/font.abril-droidsans.css": { "fileType": 16, "ignore": 1, @@ -222,6 +407,15 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/css\/site.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/css\/site.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, "\/compiled\/css\/storymap.css": { "fileType": 16, "ignore": 1, @@ -249,6 +443,61 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/bob-boilen.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/bob-boilen.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/bob-boilen-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/courbet.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/courbet.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/courbet-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/empty.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/empty.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/empty-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/flickr-drewvigal.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/flickr-drewvigal.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/flickr-drewvigal-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/flickr-zach.wise.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/flickr-zach.wise.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/flickr-zach.wise-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/flickr_test.html": { "fileType": 8192, "ignore": 1, @@ -258,6 +507,94 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/gameofthrones.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/gameofthrones.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/gameofthrones-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram-chenpamela.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram-chenpamela.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram-chenpamela-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram_brentfoster.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_brentfoster.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_brentfoster-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram_couch.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_couch.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_couch-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram_joegermuska.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_joegermuska.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_joegermuska-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram_matteich.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_matteich.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_matteich-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram_mirandamulligan.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_mirandamulligan.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_mirandamulligan-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/instagram_raymondmccrea.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_raymondmccrea.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_raymondmccrea-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/instagram_test.html": { "fileType": 8192, "ignore": 1, @@ -267,6 +604,17 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/instagram_test.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/instagram_test.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_test-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/ironmaiden.html": { "fileType": 8192, "ignore": 0, @@ -276,6 +624,28 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/ironmaiden.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/ironmaiden.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/ironmaiden-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/jansteen.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/jansteen.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/jansteen-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/katrina.html": { "fileType": 8192, "ignore": 0, @@ -285,6 +655,28 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/katrina.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/katrina.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/katrina-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/marktwain.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/marktwain.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/marktwain-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/multiple_storymaps.html": { "fileType": 8192, "ignore": 1, @@ -294,6 +686,17 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/nightwatch.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/nightwatch.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/nightwatch-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/population-dark.html": { "fileType": 8192, "ignore": 1, @@ -312,6 +715,17 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/population.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/population.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/population-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/president.html": { "fileType": 8192, "ignore": 0, @@ -321,6 +735,28 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/compiled\/examples\/president.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/president.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/president-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/compiled\/examples\/seurat.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/examples\/seurat.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/examples\/seurat-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, "\/compiled\/examples\/usecase_test_01.html": { "fileType": 8192, "ignore": 1, @@ -411,3225 +847,5306 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/library\/moment.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.abril-droidsans.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/library\/moment.js", - "outputAbbreviatedPath": "\/compiled\/js\/library\/min\/moment-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.abril-droidsans.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/de.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.amatic-andika.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/de.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/de-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.amatic-andika.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/es.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.bitter-raleway.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/es.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/es-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.bitter-raleway.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/fr.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.clicker-garamond.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/fr.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/fr-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.clicker-garamond.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/it.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.dancing-ledger.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/it.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/it-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.dancing-ledger.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/jp.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.default.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/jp.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/jp-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.default.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/nl.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.emoji.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/nl.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/nl-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.emoji.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/no.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.fjalla-average.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/no.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/no-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.fjalla-average.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/pl.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.georgia-helvetica.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/pl.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/pl-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.georgia-helvetica.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/sr.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.knightlab.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/sr.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/sr-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.knightlab.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/sv.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.lustria-lato.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/sv.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/sv-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.lustria-lato.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/zh-cn.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.medula-lato.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/zh-cn.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/zh-cn-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.medula-lato.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/locale\/zh-tw.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.oldstandard.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/locale\/zh-tw.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/zh-tw-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.oldstandard.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/storymap-min.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.opensans-gentiumbook.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/storymap-min.js", - "outputAbbreviatedPath": "\/compiled\/js\/min\/storymap-min-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.opensans-gentiumbook.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/js\/storymap.js": { - "fileType": 64, - "ignore": 1, + "\/compiled\/fonts\/font.playfair-faunaone.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/js\/storymap.js", - "outputAbbreviatedPath": "\/compiled\/js\/min\/storymap-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.playfair-faunaone.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/lib\/jquery-min.js": { - "fileType": 64, + "\/compiled\/fonts\/font.playfair.css": { + "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/lib\/jquery-min.js", - "outputAbbreviatedPath": "\/compiled\/lib\/min\/jquery-min-min.js", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.playfair.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/compiled\/storymap.html": { - "fileType": 8192, - "ignore": 1, + "\/compiled\/fonts\/font.pt.css": { + "fileType": 16, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/storymap.html", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.pt.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/compiled\/test\/index.html": { - "fileType": 8192, + "\/compiled\/fonts\/font.roboto-megrim.css": { + "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/test\/index.html", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.roboto-megrim.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/compiled\/test\/js\/data\/VCO.getJSON.html": { - "fileType": 8192, + "\/compiled\/fonts\/font.rufina-sintony.css": { + "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/compiled\/test\/js\/data\/VCO.getJSON.html", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.rufina-sintony.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/deployment.md": { - "enableFootnoteSupport": 0, - "enableSmartyPants": 1, - "expandTabs": 1, - "fileType": 4096, + "\/compiled\/fonts\/font.ubuntu.css": { + "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/deployment.md", - "outputAbbreviatedPath": "\/deployment.html", + "inputAbbreviatedPath": "\/compiled\/fonts\/font.ubuntu.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/README.md": { - "enableFootnoteSupport": 0, - "enableSmartyPants": 1, - "expandTabs": 1, - "fileType": 4096, - "ignore": 1, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/README.md", - "outputAbbreviatedPath": "\/README.html", + "\/compiled\/fonts\/font.unicaone-vollkorn.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/compiled\/fonts\/font.unicaone-vollkorn.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/source\/css\/icons\/emoji.png": { + "\/compiled\/icons\/emoji.png": { "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, "initialSize": 527865, - "inputAbbreviatedPath": "\/source\/css\/icons\/emoji.png", - "outputAbbreviatedPath": "\/source\/css\/icons\/emoji.png", + "inputAbbreviatedPath": "\/compiled\/icons\/emoji.png", + "outputAbbreviatedPath": "\/compiled\/icons\/emoji.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "processed": 0 }, - "\/source\/css\/icons\/emoji@2x.png": { + "\/compiled\/icons\/emoji@2x.png": { "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, "initialSize": 1.58162e+06, - "inputAbbreviatedPath": "\/source\/css\/icons\/emoji@2x.png", - "outputAbbreviatedPath": "\/source\/css\/icons\/emoji@2x.png", + "inputAbbreviatedPath": "\/compiled\/icons\/emoji@2x.png", + "outputAbbreviatedPath": "\/compiled\/icons\/emoji@2x.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "processed": 0 }, - "\/source\/css\/icons\/icons.html": { + "\/compiled\/icons\/icons.html": { "fileType": 8192, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/css\/icons\/icons.html", + "inputAbbreviatedPath": "\/compiled\/icons\/icons.html", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/source\/embed\/index.html": { - "fileType": 8192, + "\/compiled\/js\/json2.min.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/embed\/index.html", - "outputAbbreviatedPath": "No Output Path", + "inputAbbreviatedPath": "\/compiled\/js\/json2.min.js", + "outputAbbreviatedPath": "\/compiled\/js\/min\/json2.min-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/layers-2x.png": { - "fileType": 32768, - "ignore": 0, + "\/compiled\/js\/library\/moment.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "initialSize": 2898, - "inputAbbreviatedPath": "\/source\/gfx\/layers-2x.png", - "outputAbbreviatedPath": "\/source\/gfx\/layers-2x.png", + "inputAbbreviatedPath": "\/compiled\/js\/library\/moment.js", + "outputAbbreviatedPath": "\/compiled\/js\/library\/min\/moment-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/layers.png": { - "fileType": 32768, + "\/compiled\/js\/locale\/be.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 1502, - "inputAbbreviatedPath": "\/source\/gfx\/layers.png", - "outputAbbreviatedPath": "\/source\/gfx\/layers.png", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/be.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/be-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/map-pin.png": { - "fileType": 32768, + "\/compiled\/js\/locale\/bg.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 2120, - "inputAbbreviatedPath": "\/source\/gfx\/map-pin.png", - "outputAbbreviatedPath": "\/source\/gfx\/map-pin.png", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/bg.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/bg-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/marker-icon-2x.png": { - "fileType": 32768, + "\/compiled\/js\/locale\/cs.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 4033, - "inputAbbreviatedPath": "\/source\/gfx\/marker-icon-2x.png", - "outputAbbreviatedPath": "\/source\/gfx\/marker-icon-2x.png", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/cs.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/cs-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/marker-icon.png": { - "fileType": 32768, - "ignore": 0, + "\/compiled\/js\/locale\/de.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "initialSize": 1747, - "inputAbbreviatedPath": "\/source\/gfx\/marker-icon.png", - "outputAbbreviatedPath": "\/source\/gfx\/marker-icon.png", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/de.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/de-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/marker-shadow.png": { - "fileType": 32768, + "\/compiled\/js\/locale\/en.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 797, - "inputAbbreviatedPath": "\/source\/gfx\/marker-shadow.png", - "outputAbbreviatedPath": "\/source\/gfx\/marker-shadow.png", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/en.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/en-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/gfx\/overlay.png": { - "fileType": 32768, - "ignore": 0, + "\/compiled\/js\/locale\/es.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "initialSize": 1007, - "inputAbbreviatedPath": "\/source\/gfx\/overlay.png", - "outputAbbreviatedPath": "\/source\/gfx\/overlay.png", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/es.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/es-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/jade\/flickr_test.jade": { - "compileDebug": 1, - "fileType": 512, + "\/compiled\/js\/locale\/et.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/jade\/flickr_test.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/flickr_test.html", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/et.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/et-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/jade\/instagram_test.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, + "\/compiled\/js\/locale\/fr.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/jade\/instagram_test.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/instagram_test.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/multiple_storymaps.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/multiple_storymaps.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/multiple_storymaps.html", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/fr.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/fr-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/jade\/population.dark.jade": { - "compileDebug": 1, - "fileType": 512, + "\/compiled\/js\/locale\/he.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/jade\/population.dark.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/population-dark.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/population.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/population.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/population.html", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/he.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/he-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/jade\/storymap.jade": { - "compileDebug": 1, - "fileType": 512, + "\/compiled\/js\/locale\/hu.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/jade\/storymap.jade", - "outputAbbreviatedPath": "\/compiled\/storymap.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/usecase_test_01.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/usecase_test_01.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_01.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/usecase_test_02.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/usecase_test_02.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_02.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/usecase_test_03.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/usecase_test_03.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_03.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/usecase_test_04.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/usecase_test_04.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_04.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/zoomify_courbet.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/zoomify_courbet.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_courbet.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/zoomify_gameofthrones.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/zoomify_gameofthrones.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_gameofthrones.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/zoomify_jansteen.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/zoomify_jansteen.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_jansteen.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/zoomify_nightwatch.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/zoomify_nightwatch.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_nightwatch.html", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 - }, - "\/source\/jade\/zoomify_seurat.jade": { - "compileDebug": 1, - "fileType": 512, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/jade\/zoomify_seurat.jade", - "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_seurat.html", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/hu.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/hu-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/js\/animation\/VCO.Animate.js": { + "\/compiled\/js\/locale\/it.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/animation\/VCO.Animate.js", - "outputAbbreviatedPath": "\/source\/js\/animation\/min\/VCO.Animate-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/it.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/it-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/animation\/VCO.Ease.js": { + "\/compiled\/js\/locale\/jp.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/animation\/VCO.Ease.js", - "outputAbbreviatedPath": "\/source\/js\/animation\/min\/VCO.Ease-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/jp.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/jp-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/core\/VCO.Browser.js": { + "\/compiled\/js\/locale\/ko.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Browser.js", - "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Browser-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/ko.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/ko-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/core\/VCO.Class.js": { + "\/compiled\/js\/locale\/nl.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Class.js", - "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Class-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/nl.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/nl-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/core\/VCO.Events.js": { + "\/compiled\/js\/locale\/nn.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Events.js", - "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Events-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/nn.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/nn-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/core\/VCO.js": { + "\/compiled\/js\/locale\/no.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/core\/VCO.js", - "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/no.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/no-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/core\/VCO.Load.js": { + "\/compiled\/js\/locale\/pl.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Load.js", - "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Load-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/pl.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/pl-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/core\/VCO.Util.js": { + "\/compiled\/js\/locale\/pt.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Util.js", - "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Util-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/pt.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/pt-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/data\/VCO.Data.js": { + "\/compiled\/js\/locale\/ru.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/data\/VCO.Data.js", - "outputAbbreviatedPath": "\/source\/js\/data\/min\/VCO.Data-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/ru.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/ru-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/dom\/VCO.Dom.js": { + "\/compiled\/js\/locale\/sr.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.Dom.js", - "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.Dom-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/sr.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/sr-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/dom\/VCO.DomEvent.js": { + "\/compiled\/js\/locale\/sv.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.DomEvent.js", - "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.DomEvent-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/sv.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/sv-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/dom\/VCO.DomMixins.js": { + "\/compiled\/js\/locale\/uk.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.DomMixins.js", - "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.DomMixins-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/uk.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/uk-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/dom\/VCO.DomUtil.js": { + "\/compiled\/js\/locale\/ur.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.DomUtil.js", - "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.DomUtil-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/ur.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/ur-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/dom\/VCO.Point.js": { + "\/compiled\/js\/locale\/zh-cn.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.Point.js", - "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.Point-min.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/zh-cn.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/zh-cn-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/language\/locale\/de.js": { + "\/compiled\/js\/locale\/zh-tw.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/de.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/de.js", + "inputAbbreviatedPath": "\/compiled\/js\/locale\/zh-tw.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/min\/zh-tw-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, + "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/language\/locale\/es.js": { + "\/compiled\/js\/storymap-min.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/es.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/es.js", + "inputAbbreviatedPath": "\/compiled\/js\/storymap-min.js", + "outputAbbreviatedPath": "\/compiled\/js\/min\/storymap-min-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, + "outputPathIsSetByUser": 0, "outputStyle": 1, - "syntaxCheckerStyle": 0 + "syntaxCheckerStyle": 1 }, - "\/source\/js\/language\/locale\/fr.js": { + "\/compiled\/js\/storymap.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/fr.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/fr.js", + "inputAbbreviatedPath": "\/compiled\/js\/storymap.js", + "outputAbbreviatedPath": "\/compiled\/js\/min\/storymap-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, + "outputPathIsSetByUser": 0, "outputStyle": 1, - "syntaxCheckerStyle": 0 + "syntaxCheckerStyle": 1 }, - "\/source\/js\/language\/locale\/it.js": { + "\/compiled\/lib\/jquery-min.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/it.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/it.js", + "inputAbbreviatedPath": "\/compiled\/lib\/jquery-min.js", + "outputAbbreviatedPath": "\/compiled\/lib\/min\/jquery-min-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, + "outputPathIsSetByUser": 0, "outputStyle": 1, - "syntaxCheckerStyle": 0 + "syntaxCheckerStyle": 1 }, - "\/source\/js\/language\/locale\/jp.js": { - "fileType": 64, - "ignore": 0, + "\/compiled\/storymap.html": { + "fileType": 8192, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/jp.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/jp.js", + "inputAbbreviatedPath": "\/compiled\/storymap.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/js\/language\/locale\/nl.js": { - "fileType": 64, + "\/compiled\/test\/index.html": { + "fileType": 8192, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/nl.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/nl.js", + "inputAbbreviatedPath": "\/compiled\/test\/index.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/js\/language\/locale\/no.js": { - "fileType": 64, + "\/compiled\/test\/js\/data\/VCO.getJSON.html": { + "fileType": 8192, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/no.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/no.js", + "inputAbbreviatedPath": "\/compiled\/test\/js\/data\/VCO.getJSON.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/js\/language\/locale\/pl.js": { - "fileType": 64, - "ignore": 0, + "\/compiled\/test\/test.json": { + "fileType": 524288, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/pl.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/pl.js", + "inputAbbreviatedPath": "\/compiled\/test\/test.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/compiled\/test\/test-min.json", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1 }, - "\/source\/js\/language\/locale\/sr.js": { - "fileType": 64, - "ignore": 0, + "\/config.json": { + "fileType": 524288, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/sr.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/sr.js", + "inputAbbreviatedPath": "\/config.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/config-min.json", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1 }, - "\/source\/js\/language\/locale\/sv.js": { - "fileType": 64, + "\/deployment.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/sv.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/sv.js", + "inputAbbreviatedPath": "\/deployment.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/deployment.html", + "outputFormat": 0, "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 }, - "\/source\/js\/language\/locale\/zh-cn.js": { - "fileType": 64, - "ignore": 0, + "\/examples.json": { + "fileType": 524288, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/zh-cn.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/zh-cn.js", + "inputAbbreviatedPath": "\/examples.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/examples-min.json", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1 }, - "\/source\/js\/language\/locale\/zh-tw.js": { - "fileType": 64, - "ignore": 0, + "\/faq.json": { + "fileType": 524288, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/locale\/zh-tw.js", - "outputAbbreviatedPath": "\/compiled\/js\/locale\/zh-tw.js", + "inputAbbreviatedPath": "\/faq.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/faq-min.json", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1 }, - "\/source\/js\/language\/VCO.Language.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/1.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/language\/VCO.Language.js", - "outputAbbreviatedPath": "\/source\/js\/language\/min\/VCO.Language-min.js", + "initialSize": 118916, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/1.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/1.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/library\/moment.js": { - "fileType": 64, + "\/GITHUB_HOSTING\/10.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/library\/moment.js", - "outputAbbreviatedPath": "\/compiled\/js\/library\/moment.js", + "initialSize": 122271, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/10.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/10.png", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 1, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "processed": 0 }, - "\/source\/js\/library\/VCO.Emoji.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/2.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/library\/VCO.Emoji.js", - "outputAbbreviatedPath": "\/source\/js\/library\/min\/VCO.Emoji-min.js", + "initialSize": 123270, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/2.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/2.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.MiniMap.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/3.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.MiniMap.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/min\/VCO.Leaflet.MiniMap-min.js", + "initialSize": 119795, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/3.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/3.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.TileLayer.Zoomify.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/4.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.TileLayer.Zoomify.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/min\/VCO.Leaflet.TileLayer.Zoomify-min.js", + "initialSize": 156081, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/4.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/4.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Attribution.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/5.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Attribution.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Attribution-min.js", + "initialSize": 121162, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/5.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/5.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/6.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control-min.js", + "initialSize": 103903, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/6.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/6.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Layers.js": { - "fileType": 64, + "\/GITHUB_HOSTING\/7.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Layers.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Layers-min.js", + "initialSize": 167080, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/7.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/7.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Scale.js": { - "fileType": 64, + "\/GITHUB_HOSTING\/8.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Scale.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Scale-min.js", + "initialSize": 146448, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/8.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/8.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Zoom.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/9.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Zoom.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Zoom-min.js", + "initialSize": 139181, + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/9.png", + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/9.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Browser.js": { - "fileType": 64, - "ignore": 1, + "\/GITHUB_HOSTING\/GITHUB_HOSTING.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Browser.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Browser-min.js", + "inputAbbreviatedPath": "\/GITHUB_HOSTING\/GITHUB_HOSTING.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/GITHUB_HOSTING\/GITHUB_HOSTING.html", + "outputFormat": 0, "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Class.js": { - "fileType": 64, + "\/README.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Class.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Class-min.js", + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/README.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/README.html", + "outputFormat": 0, "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Events.js": { - "fileType": 64, - "ignore": 1, + "\/source\/css\/icons\/emoji.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Events.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Events-min.js", + "initialSize": 527865, + "inputAbbreviatedPath": "\/source\/css\/icons\/emoji.png", + "outputAbbreviatedPath": "\/source\/css\/icons\/emoji.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Handler.js": { - "fileType": 64, - "ignore": 1, + "\/source\/css\/icons\/emoji@2x.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Handler.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Handler-min.js", + "initialSize": 1.58162e+06, + "inputAbbreviatedPath": "\/source\/css\/icons\/emoji@2x.png", + "outputAbbreviatedPath": "\/source\/css\/icons\/emoji@2x.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Util.js": { - "fileType": 64, - "ignore": 1, + "\/source\/css\/icons\/icons.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Util.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Util-min.js", + "inputAbbreviatedPath": "\/source\/css\/icons\/icons.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.DoubleTap.js": { - "fileType": 64, - "ignore": 1, + "\/source\/embed\/index.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.DoubleTap.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomEvent.DoubleTap-min.js", + "inputAbbreviatedPath": "\/source\/embed\/index.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.js": { - "fileType": 64, - "ignore": 1, + "\/source\/gfx\/layers-2x.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomEvent-min.js", + "initialSize": 2898, + "inputAbbreviatedPath": "\/source\/gfx\/layers-2x.png", + "outputAbbreviatedPath": "\/source\/gfx\/layers-2x.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.Pointer.js": { - "fileType": 64, - "ignore": 1, + "\/source\/gfx\/layers.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.Pointer.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomEvent.Pointer-min.js", + "initialSize": 1502, + "inputAbbreviatedPath": "\/source\/gfx\/layers.png", + "outputAbbreviatedPath": "\/source\/gfx\/layers.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomUtil.js": { - "fileType": 64, - "ignore": 1, + "\/source\/gfx\/map-pin.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomUtil.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomUtil-min.js", + "initialSize": 2120, + "inputAbbreviatedPath": "\/source\/gfx\/map-pin.png", + "outputAbbreviatedPath": "\/source\/gfx\/map-pin.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/Draggable.js": { - "fileType": 64, - "ignore": 1, + "\/source\/gfx\/marker-icon-2x.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/Draggable.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/Draggable-min.js", + "initialSize": 4033, + "inputAbbreviatedPath": "\/source\/gfx\/marker-icon-2x.png", + "outputAbbreviatedPath": "\/source\/gfx\/marker-icon-2x.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.js": { - "fileType": 64, - "ignore": 1, + "\/source\/gfx\/marker-icon.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/PosAnimation-min.js", + "initialSize": 1747, + "inputAbbreviatedPath": "\/source\/gfx\/marker-icon.png", + "outputAbbreviatedPath": "\/source\/gfx\/marker-icon.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.Timer.js": { - "fileType": 64, - "ignore": 1, + "\/source\/gfx\/marker-shadow.png": { + "fileType": 32768, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.Timer.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/PosAnimation.Timer-min.js", + "initialSize": 797, + "inputAbbreviatedPath": "\/source\/gfx\/marker-shadow.png", + "outputAbbreviatedPath": "\/source\/gfx\/marker-shadow.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3395.js": { - "fileType": 64, + "\/source\/gfx\/overlay.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3395.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.EPSG3395-min.js", + "initialSize": 1007, + "inputAbbreviatedPath": "\/source\/gfx\/overlay.png", + "outputAbbreviatedPath": "\/source\/gfx\/overlay.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "processed": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3857.js": { - "fileType": 64, - "ignore": 1, + "\/source\/jade\/flickr_test.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3857.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.EPSG3857-min.js", + "inputAbbreviatedPath": "\/source\/jade\/flickr_test.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/flickr_test.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG4326.js": { - "fileType": 64, - "ignore": 1, + "\/source\/jade\/instagram_test.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG4326.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.EPSG4326-min.js", + "inputAbbreviatedPath": "\/source\/jade\/instagram_test.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/instagram_test.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.js": { - "fileType": 64, - "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS-min.js", + "\/source\/jade\/multiple_storymaps.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/multiple_storymaps.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/multiple_storymaps.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.Simple.js": { - "fileType": 64, - "ignore": 1, + "\/source\/jade\/population.dark.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.Simple.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.Simple-min.js", + "inputAbbreviatedPath": "\/source\/jade\/population.dark.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/population-dark.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLng.js": { - "fileType": 64, - "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLng.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/min\/LatLng-min.js", + "\/source\/jade\/population.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/population.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/population.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLngBounds.js": { - "fileType": 64, - "ignore": 1, + "\/source\/jade\/storymap.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLngBounds.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/min\/LatLngBounds-min.js", + "inputAbbreviatedPath": "\/source\/jade\/storymap.jade", + "outputAbbreviatedPath": "\/compiled\/storymap.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.js": { - "fileType": 64, - "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection-min.js", + "\/source\/jade\/usecase_test_01.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/usecase_test_01.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_01.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.LonLat.js": { - "fileType": 64, - "ignore": 1, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.LonLat.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection.LonLat-min.js", + "\/source\/jade\/usecase_test_02.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/usecase_test_02.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_02.html", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 + "outputPathIsSetByUser": 1, + "outputStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.Mercator.js": { - "fileType": 64, + "\/source\/jade\/usecase_test_03.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/usecase_test_03.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_03.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/jade\/usecase_test_04.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/usecase_test_04.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/usecase_test_04.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/jade\/zoomify_courbet.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/zoomify_courbet.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_courbet.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/jade\/zoomify_gameofthrones.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/zoomify_gameofthrones.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_gameofthrones.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/jade\/zoomify_jansteen.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/zoomify_jansteen.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_jansteen.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/jade\/zoomify_nightwatch.jade": { + "compileDebug": 1, + "fileType": 512, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/zoomify_nightwatch.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_nightwatch.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/jade\/zoomify_seurat.jade": { + "compileDebug": 1, + "fileType": 512, "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/jade\/zoomify_seurat.jade", + "outputAbbreviatedPath": "\/compiled\/examples\/zoomify_seurat.html", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0 + }, + "\/source\/js\/animation\/VCO.Animate.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.Mercator.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection.Mercator-min.js", + "inputAbbreviatedPath": "\/source\/js\/animation\/VCO.Animate.js", + "outputAbbreviatedPath": "\/source\/js\/animation\/min\/VCO.Animate-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.SphericalMercator.js": { + "\/source\/js\/animation\/VCO.Ease.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.SphericalMercator.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection.SphericalMercator-min.js", + "inputAbbreviatedPath": "\/source\/js\/animation\/VCO.Ease.js", + "outputAbbreviatedPath": "\/source\/js\/animation\/min\/VCO.Ease-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Bounds.js": { + "\/source\/js\/core\/VCO.Browser.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Bounds.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/Bounds-min.js", + "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Browser.js", + "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Browser-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/LineUtil.js": { + "\/source\/js\/core\/VCO.Class.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/LineUtil.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/LineUtil-min.js", + "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Class.js", + "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Class-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Point.js": { + "\/source\/js\/core\/VCO.Events.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Point.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/Point-min.js", + "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Events.js", + "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Events-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/PolyUtil.js": { + "\/source\/js\/core\/VCO.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/PolyUtil.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/PolyUtil-min.js", + "inputAbbreviatedPath": "\/source\/js\/core\/VCO.js", + "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Transformation.js": { + "\/source\/js\/core\/VCO.Load.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Transformation.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/Transformation-min.js", + "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Load.js", + "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Load-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/FeatureGroup.js": { + "\/source\/js\/core\/VCO.Util.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/FeatureGroup.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/FeatureGroup-min.js", + "inputAbbreviatedPath": "\/source\/js\/core\/VCO.Util.js", + "outputAbbreviatedPath": "\/source\/js\/core\/min\/VCO.Util-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/GeoJSON.js": { + "\/source\/js\/data\/VCO.Data.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/GeoJSON.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/GeoJSON-min.js", + "inputAbbreviatedPath": "\/source\/js\/data\/VCO.Data.js", + "outputAbbreviatedPath": "\/source\/js\/data\/min\/VCO.Data-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/ImageOverlay.js": { + "\/source\/js\/dom\/VCO.Dom.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/ImageOverlay.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/ImageOverlay-min.js", + "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.Dom.js", + "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.Dom-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/LayerGroup.js": { + "\/source\/js\/dom\/VCO.DomEvent.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/LayerGroup.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/LayerGroup-min.js", + "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.DomEvent.js", + "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.DomEvent-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/DivIcon.js": { + "\/source\/js\/dom\/VCO.DomMixins.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/DivIcon.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/DivIcon-min.js", + "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.DomMixins.js", + "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.DomMixins-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.Default.js": { + "\/source\/js\/dom\/VCO.DomUtil.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.Default.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Icon.Default-min.js", + "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.DomUtil.js", + "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.DomUtil-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.js": { + "\/source\/js\/dom\/VCO.Point.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Icon-min.js", + "inputAbbreviatedPath": "\/source\/js\/dom\/VCO.Point.js", + "outputAbbreviatedPath": "\/source\/js\/dom\/min\/VCO.Point-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Drag.js": { + "\/source\/js\/language\/locale\/be.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Drag.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Marker.Drag-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/be.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/be-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.js": { + "\/source\/js\/language\/locale\/bg.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Marker-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/bg.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/bg-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Popup.js": { + "\/source\/js\/language\/locale\/cs.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Popup.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Marker.Popup-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/cs.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/cs-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/Popup.js": { + "\/source\/js\/language\/locale\/de.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/Popup.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/Popup-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/de.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/de.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Anim.js": { + "\/source\/js\/language\/locale\/el.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Anim.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer.Anim-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/el.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/el-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Canvas.js": { + "\/source\/js\/language\/locale\/en.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Canvas.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer.Canvas-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/en.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/en-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.js": { + "\/source\/js\/language\/locale\/es.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/es.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/es.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.WMS.js": { + "\/source\/js\/language\/locale\/et.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.WMS.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer.WMS-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/et.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/et-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Circle.Canvas.js": { + "\/source\/js\/language\/locale\/fr.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Circle.Canvas.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Circle.Canvas-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/fr.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/fr.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/CircleMarker.Canvas.js": { + "\/source\/js\/language\/locale\/he.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/CircleMarker.Canvas.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/CircleMarker.Canvas-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/he.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/he-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Path.Canvas.js": { + "\/source\/js\/language\/locale\/hu.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Path.Canvas.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Path.Canvas-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/hu.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/hu-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polygon.Canvas.js": { + "\/source\/js\/language\/locale\/it.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polygon.Canvas.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Polygon.Canvas-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/it.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/it.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polyline.Canvas.js": { + "\/source\/js\/language\/locale\/jp.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polyline.Canvas.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Polyline.Canvas-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/jp.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/jp.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Circle.js": { + "\/source\/js\/language\/locale\/ko.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Circle.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Circle-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/ko.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/ko-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/CircleMarker.js": { + "\/source\/js\/language\/locale\/nl.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/CircleMarker.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/CircleMarker-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/nl.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/nl.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/MultiPoly.js": { + "\/source\/js\/language\/locale\/nn.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/MultiPoly.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/MultiPoly-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/nn.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/nn-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.js": { + "\/source\/js\/language\/locale\/no.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/no.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/no.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.Popup.js": { + "\/source\/js\/language\/locale\/pl.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.Popup.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path.Popup-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/pl.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/pl.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.SVG.js": { + "\/source\/js\/language\/locale\/pt.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.SVG.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path.SVG-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/pt.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/pt-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.VML.js": { + "\/source\/js\/language\/locale\/ru.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.VML.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path.VML-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/ru.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/ru-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polygon.js": { + "\/source\/js\/language\/locale\/sr.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polygon.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Polygon-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/sr.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/sr.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polyline.js": { + "\/source\/js\/language\/locale\/sv.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polyline.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Polyline-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/sv.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/sv.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Rectangle.js": { + "\/source\/js\/language\/locale\/uk.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Rectangle.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Rectangle-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/uk.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/uk-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/Leaflet.js": { + "\/source\/js\/language\/locale\/ur.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/Leaflet.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/min\/Leaflet-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/ur.js", + "outputAbbreviatedPath": "\/source\/js\/language\/locale\/min\/ur-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.PanAnimation.js": { + "\/source\/js\/language\/locale\/zh-cn.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.PanAnimation.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/min\/Map.PanAnimation-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/zh-cn.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/zh-cn.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.ZoomAnimation.js": { + "\/source\/js\/language\/locale\/zh-tw.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.ZoomAnimation.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/min\/Map.ZoomAnimation-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/locale\/zh-tw.js", + "outputAbbreviatedPath": "\/compiled\/js\/locale\/zh-tw.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/ext\/Map.Geolocation.js": { + "\/source\/js\/language\/VCO.Language.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/ext\/Map.Geolocation.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/ext\/min\/Map.Geolocation-min.js", + "inputAbbreviatedPath": "\/source\/js\/language\/VCO.Language.js", + "outputAbbreviatedPath": "\/source\/js\/language\/min\/VCO.Language-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.BoxZoom.js": { + "\/source\/js\/library\/moment.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.BoxZoom.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.BoxZoom-min.js", + "inputAbbreviatedPath": "\/source\/js\/library\/moment.js", + "outputAbbreviatedPath": "\/compiled\/js\/library\/moment.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, + "outputPathIsSetByUser": 1, "outputStyle": 1, - "syntaxCheckerStyle": 1 + "syntaxCheckerStyle": 0 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.DoubleClickZoom.js": { + "\/source\/js\/library\/VCO.Emoji.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.DoubleClickZoom.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.DoubleClickZoom-min.js", + "inputAbbreviatedPath": "\/source\/js\/library\/VCO.Emoji.js", + "outputAbbreviatedPath": "\/source\/js\/library\/min\/VCO.Emoji-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Drag.js": { + "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.MiniMap.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Drag.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.Drag-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.MiniMap.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/min\/VCO.Leaflet.MiniMap-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Keyboard.js": { + "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.TileLayer.Zoomify.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Keyboard.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.Keyboard-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/VCO.Leaflet.TileLayer.Zoomify.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/extentions\/min\/VCO.Leaflet.TileLayer.Zoomify-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.ScrollWheelZoom.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Attribution.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.ScrollWheelZoom.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.ScrollWheelZoom-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Attribution.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Attribution-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Tap.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Tap.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.Tap-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.TouchZoom.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Layers.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.TouchZoom.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.TouchZoom-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Layers.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Layers-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/leaflet-src\/map\/Map.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Scale.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/Map.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/min\/Map-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Scale.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Scale-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/leaflet\/VCO.MapMarker.Leaflet.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Zoom.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/VCO.MapMarker.Leaflet.js", - "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/min\/VCO.MapMarker.Leaflet-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/Control.Zoom.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/control\/min\/Control.Zoom-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/tile\/VCO.TileLayer.Mapbox.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Browser.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/tile\/VCO.TileLayer.Mapbox.js", - "outputAbbreviatedPath": "\/source\/js\/map\/tile\/min\/VCO.TileLayer.Mapbox-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Browser.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Browser-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/tile\/VCO.TileLayer.Stamen.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Class.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/tile\/VCO.TileLayer.Stamen.js", - "outputAbbreviatedPath": "\/source\/js\/map\/tile\/min\/VCO.TileLayer.Stamen-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Class.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Class-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/VCO.Map.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Events.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/VCO.Map.js", - "outputAbbreviatedPath": "\/source\/js\/map\/min\/VCO.Map-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Events.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Events-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/map\/VCO.MapMarker.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Handler.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/map\/VCO.MapMarker.js", - "outputAbbreviatedPath": "\/source\/js\/map\/min\/VCO.MapMarker-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Handler.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Handler-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Blockquote.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Util.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Blockquote.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Blockquote-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/Util.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/core\/min\/Util-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.DailyMotion.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.DoubleTap.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.DailyMotion.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.DailyMotion-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.DoubleTap.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomEvent.DoubleTap-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Flickr.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Flickr.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Flickr-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomEvent-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.GoogleDoc.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.Pointer.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.GoogleDoc.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.GoogleDoc-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomEvent.Pointer.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomEvent.Pointer-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.GooglePlus.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomUtil.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.GooglePlus.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.GooglePlus-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/DomUtil.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/DomUtil-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.IFrame.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/Draggable.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.IFrame.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.IFrame-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/Draggable.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/Draggable-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Image.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Image.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Image-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/PosAnimation-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Instagram.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.Timer.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Instagram.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Instagram-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/PosAnimation.Timer.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/dom\/min\/PosAnimation.Timer-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Profile.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3395.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Profile.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Profile-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3395.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.EPSG3395-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Slider.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3857.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Slider.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Slider-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG3857.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.EPSG3857-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.SoundCloud.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG4326.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.SoundCloud.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.SoundCloud-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.EPSG4326.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.EPSG4326-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Storify.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Storify.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Storify-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Text.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.Simple.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Text.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Text-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/CRS.Simple.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/crs\/min\/CRS.Simple-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Twitter.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLng.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Twitter.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Twitter-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLng.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/min\/LatLng-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Vimeo.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLngBounds.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Vimeo.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Vimeo-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/LatLngBounds.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/min\/LatLngBounds-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Vine.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Vine.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Vine-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Website.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.LonLat.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Website.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Website-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.LonLat.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection.LonLat-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.Wikipedia.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.Mercator.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Wikipedia.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Wikipedia-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.Mercator.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection.Mercator-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/types\/VCO.Media.YouTube.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.SphericalMercator.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.YouTube.js", - "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.YouTube-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/Projection.SphericalMercator.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geo\/projection\/min\/Projection.SphericalMercator-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/VCO.Media.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Bounds.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/VCO.Media.js", - "outputAbbreviatedPath": "\/source\/js\/media\/min\/VCO.Media-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Bounds.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/Bounds-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/media\/VCO.MediaType.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/LineUtil.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/media\/VCO.MediaType.js", - "outputAbbreviatedPath": "\/source\/js\/media\/min\/VCO.MediaType-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/LineUtil.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/LineUtil-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/slider\/VCO.Slide.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Point.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/slider\/VCO.Slide.js", - "outputAbbreviatedPath": "\/source\/js\/slider\/min\/VCO.Slide-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Point.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/Point-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/slider\/VCO.SlideNav.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/PolyUtil.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/slider\/VCO.SlideNav.js", - "outputAbbreviatedPath": "\/source\/js\/slider\/min\/VCO.SlideNav-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/PolyUtil.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/PolyUtil-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/slider\/VCO.StorySlider.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Transformation.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/slider\/VCO.StorySlider.js", - "outputAbbreviatedPath": "\/source\/js\/slider\/min\/VCO.StorySlider-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/Transformation.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/geometry\/min\/Transformation-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/ui\/VCO.Draggable.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/FeatureGroup.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.Draggable.js", - "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.Draggable-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/FeatureGroup.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/FeatureGroup-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/ui\/VCO.MenuBar.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/GeoJSON.js": { "fileType": 64, - "ignore": 1, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.MenuBar.js", - "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.MenuBar-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/GeoJSON.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/GeoJSON-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/ui\/VCO.Message.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/ImageOverlay.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.Message.js", - "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.Message-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/ImageOverlay.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/ImageOverlay-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/ui\/VCO.Swipable.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/LayerGroup.js": { "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.Swipable.js", - "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.Swipable-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/LayerGroup.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/LayerGroup-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/source\/js\/VCO.StoryMap.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/DivIcon.js": { "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 1, - "inputAbbreviatedPath": "\/source\/js\/VCO.StoryMap.js", - "outputAbbreviatedPath": "\/compiled\/js\/storymap.js", + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/DivIcon.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/DivIcon-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 0, - "syntaxCheckerStyle": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/js\/VCO.StoryMap.Min.js": { + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.Default.js": { "fileType": 64, - "ignore": 0, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/js\/VCO.StoryMap.Min.js", - "outputAbbreviatedPath": "\/compiled\/js\/storymap-min.js", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.Default.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Icon.Default-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, + "outputPathIsSetByUser": 0, "outputStyle": 1, - "syntaxCheckerStyle": 0 + "syntaxCheckerStyle": 1 }, - "\/source\/less\/animation\/VCO.Animate.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.js": { + "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/animation\/VCO.Animate.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Animate.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Icon.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Icon-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/core\/Mixins.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Drag.js": { + "fileType": 64, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/core\/Mixins.less", - "outputAbbreviatedPath": "\/source\/less\/css\/Mixins.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Drag.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Marker.Drag-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/core\/Reset.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.js": { + "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/core\/Reset.less", - "outputAbbreviatedPath": "\/source\/less\/css\/Reset.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Marker-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 - }, - "\/source\/less\/core\/VCO.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Popup.js": { + "fileType": 64, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/core\/VCO.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/Marker.Popup.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/marker\/min\/Marker.Popup-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.abril-droidsans.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/Popup.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.abril-droidsans.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.abril-droidsans.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/Popup.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/min\/Popup-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.amatic-andika.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 0, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Anim.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.amatic-andika.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.amatic-andika.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Anim.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer.Anim-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.base.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Canvas.js": { + "fileType": 64, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.base.less", - "outputAbbreviatedPath": "\/source\/less\/css\/font.base.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.Canvas.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer.Canvas-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.bitter-raleway.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 0, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.bitter-raleway.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.bitter-raleway.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.clicker-garamond.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.WMS.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.clicker-garamond.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.clicker-garamond.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/TileLayer.WMS.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/tile\/min\/TileLayer.WMS-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.dancing-ledger.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Circle.Canvas.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.dancing-ledger.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.dancing-ledger.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Circle.Canvas.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Circle.Canvas-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.default.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/CircleMarker.Canvas.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.default.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.default.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/CircleMarker.Canvas.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/CircleMarker.Canvas-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.emoji.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 0, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Path.Canvas.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.emoji.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.emoji.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Path.Canvas.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Path.Canvas-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.fjalla-average.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polygon.Canvas.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.fjalla-average.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.fjalla-average.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polygon.Canvas.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Polygon.Canvas-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.georgia-helvetica.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 0, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polyline.Canvas.js": { + "fileType": 64, + "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.georgia-helvetica.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.georgia-helvetica.css", + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/Polyline.Canvas.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/canvas\/min\/Polyline.Canvas-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.knightlab.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Circle.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Circle.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Circle-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/CircleMarker.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/CircleMarker.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/CircleMarker-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/MultiPoly.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/MultiPoly.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/MultiPoly-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.Popup.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.Popup.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path.Popup-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.SVG.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.SVG.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path.SVG-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.VML.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Path.VML.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Path.VML-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polygon.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polygon.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Polygon-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polyline.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Polyline.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Polyline-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Rectangle.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/Rectangle.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/layer\/vector\/min\/Rectangle-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/Leaflet.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/Leaflet.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/min\/Leaflet-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.PanAnimation.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.PanAnimation.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/min\/Map.PanAnimation-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.ZoomAnimation.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/Map.ZoomAnimation.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/anim\/min\/Map.ZoomAnimation-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/ext\/Map.Geolocation.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/ext\/Map.Geolocation.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/ext\/min\/Map.Geolocation-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.BoxZoom.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.BoxZoom.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.BoxZoom-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.DoubleClickZoom.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.DoubleClickZoom.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.DoubleClickZoom-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Drag.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Drag.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.Drag-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Keyboard.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Keyboard.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.Keyboard-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.ScrollWheelZoom.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.ScrollWheelZoom.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.ScrollWheelZoom-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Tap.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.Tap.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.Tap-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.TouchZoom.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/Map.TouchZoom.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/handler\/min\/Map.TouchZoom-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/leaflet-src\/map\/Map.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/Map.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/leaflet-src\/map\/min\/Map-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/VCO.Map.Leaflet.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/VCO.Map.Leaflet.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/min\/VCO.Map.Leaflet-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/leaflet\/VCO.MapMarker.Leaflet.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/leaflet\/VCO.MapMarker.Leaflet.js", + "outputAbbreviatedPath": "\/source\/js\/map\/leaflet\/min\/VCO.MapMarker.Leaflet-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/tile\/VCO.TileLayer.Mapbox.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/tile\/VCO.TileLayer.Mapbox.js", + "outputAbbreviatedPath": "\/source\/js\/map\/tile\/min\/VCO.TileLayer.Mapbox-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/tile\/VCO.TileLayer.Stamen.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/tile\/VCO.TileLayer.Stamen.js", + "outputAbbreviatedPath": "\/source\/js\/map\/tile\/min\/VCO.TileLayer.Stamen-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/VCO.Map.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/VCO.Map.js", + "outputAbbreviatedPath": "\/source\/js\/map\/min\/VCO.Map-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/map\/VCO.MapMarker.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/map\/VCO.MapMarker.js", + "outputAbbreviatedPath": "\/source\/js\/map\/min\/VCO.MapMarker-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Blockquote.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Blockquote.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Blockquote-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.DailyMotion.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.DailyMotion.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.DailyMotion-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Flickr.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Flickr.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Flickr-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.GoogleDoc.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.GoogleDoc.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.GoogleDoc-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.GooglePlus.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.GooglePlus.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.GooglePlus-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.IFrame.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.IFrame.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.IFrame-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Image.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Image.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Image-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Instagram.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Instagram.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Instagram-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Profile.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Profile.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Profile-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Slider.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Slider.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Slider-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.SoundCloud.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.SoundCloud.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.SoundCloud-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Storify.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Storify.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Storify-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Text.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Text.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Text-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Twitter.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Twitter.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Twitter-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Vimeo.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Vimeo.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Vimeo-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Vine.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Vine.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Vine-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Website.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Website.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Website-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.Wikipedia.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.Wikipedia.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.Wikipedia-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/types\/VCO.Media.YouTube.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/types\/VCO.Media.YouTube.js", + "outputAbbreviatedPath": "\/source\/js\/media\/types\/min\/VCO.Media.YouTube-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/VCO.Media.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/VCO.Media.js", + "outputAbbreviatedPath": "\/source\/js\/media\/min\/VCO.Media-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/media\/VCO.MediaType.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/media\/VCO.MediaType.js", + "outputAbbreviatedPath": "\/source\/js\/media\/min\/VCO.MediaType-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/slider\/VCO.Slide.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/slider\/VCO.Slide.js", + "outputAbbreviatedPath": "\/source\/js\/slider\/min\/VCO.Slide-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/slider\/VCO.SlideNav.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/slider\/VCO.SlideNav.js", + "outputAbbreviatedPath": "\/source\/js\/slider\/min\/VCO.SlideNav-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/slider\/VCO.StorySlider.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/slider\/VCO.StorySlider.js", + "outputAbbreviatedPath": "\/source\/js\/slider\/min\/VCO.StorySlider-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/ui\/VCO.Draggable.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.Draggable.js", + "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.Draggable-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/ui\/VCO.MenuBar.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.MenuBar.js", + "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.MenuBar-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/ui\/VCO.Message.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.Message.js", + "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.Message-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/ui\/VCO.Swipable.js": { + "fileType": 64, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/ui\/VCO.Swipable.js", + "outputAbbreviatedPath": "\/source\/js\/ui\/min\/VCO.Swipable-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/source\/js\/VCO.StoryMap.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/source\/js\/VCO.StoryMap.js", + "outputAbbreviatedPath": "\/compiled\/js\/storymap.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 0, + "syntaxCheckerStyle": 0 + }, + "\/source\/js\/VCO.StoryMap.Min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/js\/VCO.StoryMap.Min.js", + "outputAbbreviatedPath": "\/compiled\/js\/storymap-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "syntaxCheckerStyle": 0 + }, + "\/source\/less\/animation\/VCO.Animate.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/animation\/VCO.Animate.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Animate.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/core\/Mixins.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/core\/Mixins.less", + "outputAbbreviatedPath": "\/source\/less\/css\/Mixins.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/core\/Reset.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/core\/Reset.less", + "outputAbbreviatedPath": "\/source\/less\/css\/Reset.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/core\/VCO.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/core\/VCO.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.abril-droidsans.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.abril-droidsans.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.abril-droidsans.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.amatic-andika.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.amatic-andika.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.amatic-andika.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.base.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.base.less", + "outputAbbreviatedPath": "\/source\/less\/css\/font.base.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.bitter-raleway.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.bitter-raleway.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.bitter-raleway.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.clicker-garamond.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.clicker-garamond.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.clicker-garamond.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.dancing-ledger.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.dancing-ledger.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.dancing-ledger.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.default.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.default.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.default.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.emoji.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.emoji.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.emoji.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.fjalla-average.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.fjalla-average.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.fjalla-average.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.georgia-helvetica.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.georgia-helvetica.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.georgia-helvetica.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.knightlab.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.knightlab.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.knightlab.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.lustria-lato.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.lustria-lato.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.lustria-lato.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.medula-lato.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.medula-lato.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.medula-lato.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.oldstandard.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.oldstandard.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.oldstandard.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.opensans-gentiumbook.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.opensans-gentiumbook.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.opensans-gentiumbook.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.playfair-faunaone.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.playfair-faunaone.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.playfair-faunaone.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.playfair.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.playfair.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.playfair.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.pt.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.pt.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.pt.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.roboto-megrim.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.roboto-megrim.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.roboto-megrim.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.rufina-sintony.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.rufina-sintony.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.rufina-sintony.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.ubuntu.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.ubuntu.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.ubuntu.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/fonts\/font.unicaone-vollkorn.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/fonts\/font.unicaone-vollkorn.less", + "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.unicaone-vollkorn.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/icons\/Icons.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/icons\/Icons.less", + "outputAbbreviatedPath": "\/source\/less\/css\/Icons.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/leaflet\/VCO.Leaflet.IE.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.IE.less", + "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.IE.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/leaflet\/VCO.Leaflet.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.less", + "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/leaflet\/VCO.Leaflet.Mapbox.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.Mapbox.less", + "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.Mapbox.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/leaflet\/VCO.Leaflet.MiniMap.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.MiniMap.less", + "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.MiniMap.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/leaflet\/VCO.Map.Leaflet.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Map.Leaflet.less", + "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Map.Leaflet.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/VCO.ImageMarker.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/VCO.ImageMarker.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.ImageMarker.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/VCO.Map.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/VCO.Map.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Map.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/map\/VCO.MapMarker.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/map\/VCO.MapMarker.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.MapMarker.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Blockquote.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Blockquote.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Blockquote.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Flickr.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Flickr.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Flickr.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.IFrame.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.IFrame.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.IFrame.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Image.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Image.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Image.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Instagram.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Instagram.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Instagram.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Profile.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Profile.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Profile.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Text.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Text.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Text.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Twitter.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Twitter.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Twitter.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.Wikipedia.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Wikipedia.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Wikipedia.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/types\/VCO.Media.YouTube.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.YouTube.less", + "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.YouTube.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/media\/VCO.Media.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/media\/VCO.Media.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Media.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/slider\/VCO.Slide.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/slider\/VCO.Slide.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Slide.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/slider\/VCO.SlideNav.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/slider\/VCO.SlideNav.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.SlideNav.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/slider\/VCO.StorySlider.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/slider\/VCO.StorySlider.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.StorySlider.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/snapmap\/VCO.SnapMap.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/snapmap\/VCO.SnapMap.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.SnapMap.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/Typography.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/Typography.less", + "outputAbbreviatedPath": "\/source\/css\/Typography.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/ui\/VCO.MenuBar.Button.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/ui\/VCO.MenuBar.Button.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.MenuBar.Button.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/ui\/VCO.MenuBar.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/ui\/VCO.MenuBar.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.MenuBar.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/ui\/VCO.Message.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/ui\/VCO.Message.less", + "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Message.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/Variables.Dark.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/Variables.Dark.less", + "outputAbbreviatedPath": "\/source\/css\/Variables.Dark.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/Variables.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/Variables.less", + "outputAbbreviatedPath": "\/source\/css\/Variables.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/VCO.StoryMap.Dark.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, "disableJavascript": 0, "fileType": 1, "ieCompatibility": 1, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.knightlab.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.knightlab.css", + "inputAbbreviatedPath": "\/source\/less\/VCO.StoryMap.Dark.less", + "outputAbbreviatedPath": "\/compiled\/css\/storymap.dark.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/source\/less\/VCO.StoryMap.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/source\/less\/VCO.StoryMap.less", + "outputAbbreviatedPath": "\/compiled\/css\/storymap.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 1, + "outputStyle": 1, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/static\/bootstrap-wysihtml5\/bootstrap-wysihtml5-0.0.2.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/bootstrap-wysihtml5-0.0.2.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/bootstrap-wysihtml5-0.0.2.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/bootstrap-wysihtml5-0.0.2.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/min\/bootstrap-wysihtml5-0.0.2-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/bootstrap-wysihtml5-0.0.2.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/bootstrap-wysihtml5-0.0.2.min.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/min\/bootstrap-wysihtml5-0.0.2.min-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap-responsive.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap-responsive.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap-responsive.min.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap-responsive.min.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap.min.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/css\/bootstrap.min.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/css\/prettify.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/css\/prettify.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/css\/wysiwyg-color.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/css\/wysiwyg-color.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/img\/glyphicons-halflings-white.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4352, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/img\/glyphicons-halflings-white.png", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/img\/glyphicons-halflings-white.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/img\/glyphicons-halflings.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4352, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/img\/glyphicons-halflings.png", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/img\/glyphicons-halflings.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/bootstrap-button.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/bootstrap-button.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/bootstrap-button-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/bootstrap.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/bootstrap.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/bootstrap-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/bootstrap.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/bootstrap.min.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/bootstrap.min-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/jquery-1.7.2.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/jquery-1.7.2.min.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/jquery-1.7.2.min-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/prettify.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/prettify.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/prettify-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/wysihtml5-0.3.0.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/wysihtml5-0.3.0.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/wysihtml5-0.3.0-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/bootstrap-wysihtml5\/lib\/js\/wysihtml5-0.3.0.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/wysihtml5-0.3.0.min.js", + "outputAbbreviatedPath": "\/static\/bootstrap-wysihtml5\/lib\/js\/min\/wysihtml5-0.3.0.min-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/css\/editor.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/css\/editor.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/css\/site.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/css\/site.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/static\/demo\/demo.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/demo\/demo.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/static\/demo\/demo-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/static\/demo\/seurat.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/demo\/seurat.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/static\/demo\/seurat-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/static\/demo\/sochi.json": { + "fileType": 524288, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/demo\/sochi.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/static\/demo\/sochi-min.json", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1 + }, + "\/static\/img\/calltoaction.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 16786, + "inputAbbreviatedPath": "\/static\/img\/calltoaction.png", + "outputAbbreviatedPath": "\/static\/img\/calltoaction.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/font-options.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 46226, + "inputAbbreviatedPath": "\/static\/img\/font-options.png", + "outputAbbreviatedPath": "\/static\/img\/font-options.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/icon_delete.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3375, + "inputAbbreviatedPath": "\/static\/img\/icon_delete.png", + "outputAbbreviatedPath": "\/static\/img\/icon_delete.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_aljazeera.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 17268, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_aljazeera.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_aljazeera.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_chem_engineering.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3546, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_chem_engineering.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_chem_engineering.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_city_journal.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 207933, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_city_journal.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_city_journal.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_cnbc.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 16910, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_cnbc.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_cnbc.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_coindesk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6037, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_coindesk.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_coindesk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_foreignpolicy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4075, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_foreignpolicy.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_foreignpolicy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_houston.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 25136, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_houston.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_houston.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_ifex.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2343, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_ifex.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_ifex.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_jsonline.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 208900, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_jsonline.jpg", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_jsonline.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_knightlab.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 12041, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_knightlab.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_knightlab.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_kpbs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 20293, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_kpbs.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_kpbs.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_lastampa.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 133066, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_lastampa.jpg", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_lastampa.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_marketplace.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 38261, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_marketplace.jpg", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_marketplace.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_minn.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 13156, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_minn.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_minn.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_radio.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 194075, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_radio.jpg", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_radio.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_rijksmuseum_museum.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 10487, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_rijksmuseum_museum.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_rijksmuseum_museum.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_star.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 46631, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_star.jpg", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_star.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_storymap.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5594, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_storymap.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_storymap.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_thetimes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 293800, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_thetimes.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_thetimes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_wapo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 13479, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_wapo.png", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_wapo.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/logos\/logo_yahoo.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 59983, + "inputAbbreviatedPath": "\/static\/img\/logos\/logo_yahoo.jpg", + "outputAbbreviatedPath": "\/static\/img\/logos\/logo_yahoo.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/storymap.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 19146, + "inputAbbreviatedPath": "\/static\/img\/storymap.png", + "outputAbbreviatedPath": "\/static\/img\/storymap.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/ajam_flight_370.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 20550, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/ajam_flight_370.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/ajam_flight_370.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/knightlab_arya.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 87319, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/knightlab_arya.png", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/knightlab_arya.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/knightlab_bosch.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 124456, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/knightlab_bosch.png", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/knightlab_bosch.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/logo_cnbc.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 16910, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/logo_cnbc.png", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/logo_cnbc.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/mile-marker-zero.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 69977, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/mile-marker-zero.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/mile-marker-zero.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/salem-historical-sites.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 117618, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/salem-historical-sites.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/salem-historical-sites.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/sochi-torch-relay.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 143827, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/sochi-torch-relay.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/sochi-torch-relay.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/sochi.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 80244, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/sochi.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/sochi.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/the_times_ivory.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 30274, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/the_times_ivory.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/the_times_ivory.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thetimes_stonyhurst.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 33723, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thetimes_stonyhurst.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thetimes_stonyhurst.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thetimes_victor_yanukovych.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 25654, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thetimes_victor_yanukovych.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thetimes_victor_yanukovych.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_baghdad.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 91071, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_baghdad.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_baghdad.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_chisholm.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 69283, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_chisholm.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_chisholm.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_claude.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 105356, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_claude.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_claude.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_coindesk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 15027, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_coindesk.png", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_coindesk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_ebola.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 14273, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_ebola.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_ebola.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_fifa.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 65294, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_fifa.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_fifa.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_football.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 218616, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_football.png", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_football.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_greenline.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 92481, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_greenline.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_greenline.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_homicides.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 113871, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_homicides.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_homicides.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_islamicstate.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 63592, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_islamicstate.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_islamicstate.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_leaders.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 15310, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_leaders.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_leaders.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_master.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 113476, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_master.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_master.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_moscow.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 72099, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_moscow.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_moscow.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_museum_painting.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 98146, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_museum_painting.png", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_museum_painting.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_pantani.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 61976, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_pantani.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_pantani.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_schools.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 26546, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_schools.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_schools.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/thumb_suarez.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 20742, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_suarez.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/thumb_suarez.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/thumbnails\/wisconsin-breweries.jpg": { + "fileType": 16384, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 134674, + "inputAbbreviatedPath": "\/static\/img\/thumbnails\/wisconsin-breweries.jpg", + "outputAbbreviatedPath": "\/static\/img\/thumbnails\/wisconsin-breweries.jpg", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/zoomify-tutorial-db_copy_public_link.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 101303, + "inputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-db_copy_public_link.png", + "outputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-db_copy_public_link.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/zoomify-tutorial-gdrive-details.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 29204, + "inputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-gdrive-details.png", + "outputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-gdrive-details.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/zoomify-tutorial-gdrive-show-details.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 59985, + "inputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-gdrive-show-details.png", + "outputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-gdrive-show-details.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/zoomify-tutorial-image-size.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 153032, + "inputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-image-size.png", + "outputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-image-size.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/static\/img\/zoomify-tutorial-ngdrive-show-details.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 17787, + "inputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-ngdrive-show-details.png", + "outputAbbreviatedPath": "\/static\/img\/zoomify-tutorial-ngdrive-show-details.png", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "processed": 0 }, - "\/source\/less\/fonts\/font.lustria-lato.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/jquery-minicolors\/jquery.minicolors.css": { + "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.lustria-lato.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.lustria-lato.css", + "inputAbbreviatedPath": "\/static\/jquery-minicolors\/jquery.minicolors.css", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/fonts\/font.medula-lato.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/jquery-minicolors\/jquery.minicolors.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.medula-lato.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.medula-lato.css", + "inputAbbreviatedPath": "\/static\/jquery-minicolors\/jquery.minicolors.js", + "outputAbbreviatedPath": "\/static\/jquery-minicolors\/min\/jquery.minicolors-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.oldstandard.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/jquery-minicolors\/jquery.minicolors.min.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.oldstandard.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.oldstandard.css", + "inputAbbreviatedPath": "\/static\/jquery-minicolors\/jquery.minicolors.min.js", + "outputAbbreviatedPath": "\/static\/jquery-minicolors\/min\/jquery.minicolors.min-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.opensans-gentiumbook.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/jquery-minicolors\/jquery.minicolors.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.opensans-gentiumbook.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.opensans-gentiumbook.css", + "initialSize": 77459, + "inputAbbreviatedPath": "\/static\/jquery-minicolors\/jquery.minicolors.png", + "outputAbbreviatedPath": "\/static\/jquery-minicolors\/jquery.minicolors.png", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "processed": 0 }, - "\/source\/less\/fonts\/font.playfair-faunaone.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/js\/editor.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.playfair-faunaone.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.playfair-faunaone.css", + "inputAbbreviatedPath": "\/static\/js\/editor.js", + "outputAbbreviatedPath": "\/static\/js\/min\/editor-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.playfair.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/js\/EditorMap.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.playfair.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.playfair.css", + "inputAbbreviatedPath": "\/static\/js\/EditorMap.js", + "outputAbbreviatedPath": "\/static\/js\/min\/EditorMap-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.pt.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/static\/js\/gdrive.js": { + "fileType": 64, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.pt.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.pt.css", + "inputAbbreviatedPath": "\/static\/js\/gdrive.js", + "outputAbbreviatedPath": "\/static\/js\/min\/gdrive-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.roboto-megrim.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/js\/jquery.history.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.roboto-megrim.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.roboto-megrim.css", + "inputAbbreviatedPath": "\/static\/js\/jquery.history.js", + "outputAbbreviatedPath": "\/static\/js\/min\/jquery.history-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.rufina-sintony.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/js\/json2.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.rufina-sintony.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.rufina-sintony.css", + "inputAbbreviatedPath": "\/static\/js\/json2.js", + "outputAbbreviatedPath": "\/static\/js\/min\/json2-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.ubuntu.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/js\/leaflet-extras.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.ubuntu.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.ubuntu.css", + "inputAbbreviatedPath": "\/static\/js\/leaflet-extras.js", + "outputAbbreviatedPath": "\/static\/js\/min\/leaflet-extras-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/fonts\/font.unicaone-vollkorn.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/static\/js\/modals.js": { + "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/fonts\/font.unicaone-vollkorn.less", - "outputAbbreviatedPath": "\/compiled\/css\/fonts\/font.unicaone-vollkorn.css", + "inputAbbreviatedPath": "\/static\/js\/modals.js", + "outputAbbreviatedPath": "\/static\/js\/min\/modals-min.js", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/icons\/Icons.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/static\/js\/moment-timezone-data.js": { + "fileType": 64, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/icons\/Icons.less", - "outputAbbreviatedPath": "\/source\/less\/css\/Icons.css", + "inputAbbreviatedPath": "\/static\/js\/moment-timezone-data.js", + "outputAbbreviatedPath": "\/static\/js\/min\/moment-timezone-data-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/map\/leaflet\/VCO.Leaflet.IE.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/static\/js\/moment-timezone.min.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/static\/js\/moment-timezone.min.js", + "outputAbbreviatedPath": "\/static\/js\/min\/moment-timezone.min-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, + "\/static\/js\/moment.min.js": { + "fileType": 64, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.IE.less", - "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.IE.css", + "inputAbbreviatedPath": "\/static\/js\/moment.min.js", + "outputAbbreviatedPath": "\/static\/js\/min\/moment.min-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1, + "syntaxCheckerStyle": 1 }, - "\/source\/less\/map\/leaflet\/VCO.Leaflet.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_analytics.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.less", - "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.css", + "inputAbbreviatedPath": "\/templates\/_analytics.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/map\/leaflet\/VCO.Leaflet.Mapbox.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_base.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.Mapbox.less", - "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.Mapbox.css", + "inputAbbreviatedPath": "\/templates\/_base.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/map\/leaflet\/VCO.Leaflet.MiniMap.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_credentials.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Leaflet.MiniMap.less", - "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Leaflet.MiniMap.css", + "inputAbbreviatedPath": "\/templates\/_credentials.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/map\/leaflet\/VCO.Map.Leaflet.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_demo.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/leaflet\/VCO.Map.Leaflet.less", - "outputAbbreviatedPath": "\/source\/less\/map\/css\/VCO.Map.Leaflet.css", + "inputAbbreviatedPath": "\/templates\/_demo.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/map\/VCO.ImageMarker.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_editor.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/VCO.ImageMarker.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.ImageMarker.css", + "inputAbbreviatedPath": "\/templates\/_editor.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/map\/VCO.Map.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_embed.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/VCO.Map.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Map.css", + "inputAbbreviatedPath": "\/templates\/_embed.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/map\/VCO.MapMarker.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_examples.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/map\/VCO.MapMarker.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.MapMarker.css", + "inputAbbreviatedPath": "\/templates\/_examples.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Blockquote.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_footer.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Blockquote.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Blockquote.css", + "inputAbbreviatedPath": "\/templates\/_footer.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Flickr.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_head.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Flickr.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Flickr.css", + "inputAbbreviatedPath": "\/templates\/_head.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.IFrame.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_header.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.IFrame.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.IFrame.css", + "inputAbbreviatedPath": "\/templates\/_header.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Image.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_help.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Image.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Image.css", + "inputAbbreviatedPath": "\/templates\/_help.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 + }, + "\/templates\/_modals.html": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/templates\/_modals.html", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, + "\/templates\/_overview.html": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/templates\/_overview.html", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Instagram.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/_storytelling_tools.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Instagram.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Instagram.css", + "inputAbbreviatedPath": "\/templates\/_storytelling_tools.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Profile.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/admin\/base.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Profile.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Profile.css", + "inputAbbreviatedPath": "\/templates\/admin\/base.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Text.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/admin\/index.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Text.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Text.css", + "inputAbbreviatedPath": "\/templates\/admin\/index.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Twitter.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/admin\/users.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Twitter.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Twitter.css", + "inputAbbreviatedPath": "\/templates\/admin\/users.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.Wikipedia.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/advanced.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.Wikipedia.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.Wikipedia.css", + "inputAbbreviatedPath": "\/templates\/advanced.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/types\/VCO.Media.YouTube.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/base.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/types\/VCO.Media.YouTube.less", - "outputAbbreviatedPath": "\/source\/less\/media\/css\/VCO.Media.YouTube.css", + "inputAbbreviatedPath": "\/templates\/base.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/media\/VCO.Media.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/edit.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/media\/VCO.Media.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Media.css", + "inputAbbreviatedPath": "\/templates\/edit.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/slider\/VCO.Slide.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/examples\/_example_base.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/slider\/VCO.Slide.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Slide.css", + "inputAbbreviatedPath": "\/templates\/examples\/_example_base.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/slider\/VCO.SlideNav.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/examples\/aryas-journey.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/slider\/VCO.SlideNav.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.SlideNav.css", + "inputAbbreviatedPath": "\/templates\/examples\/aryas-journey.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/slider\/VCO.StorySlider.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/examples\/bosch-garden.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/slider\/VCO.StorySlider.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.StorySlider.css", + "inputAbbreviatedPath": "\/templates\/examples\/bosch-garden.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/snapmap\/VCO.SnapMap.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/examples\/sochi-2014-olympic-torch-relay.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/snapmap\/VCO.SnapMap.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.SnapMap.css", + "inputAbbreviatedPath": "\/templates\/examples\/sochi-2014-olympic-torch-relay.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/Typography.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/gigapixel.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/Typography.less", - "outputAbbreviatedPath": "\/source\/css\/Typography.css", + "inputAbbreviatedPath": "\/templates\/gigapixel.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 + }, + "\/templates\/index.html": { + "fileType": 8192, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/templates\/index.html", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 }, - "\/source\/less\/ui\/VCO.MenuBar.Button.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/qunit.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/ui\/VCO.MenuBar.Button.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.MenuBar.Button.css", + "inputAbbreviatedPath": "\/templates\/qunit.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/ui\/VCO.MenuBar.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/select.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/ui\/VCO.MenuBar.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.MenuBar.css", + "inputAbbreviatedPath": "\/templates\/select.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/ui\/VCO.Message.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/seurat.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/ui\/VCO.Message.less", - "outputAbbreviatedPath": "\/source\/less\/css\/VCO.Message.css", + "inputAbbreviatedPath": "\/templates\/seurat.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/Variables.Dark.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/templates\/seurat.json": { + "fileType": 524288, "ignore": 1, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/Variables.Dark.less", - "outputAbbreviatedPath": "\/source\/css\/Variables.Dark.css", + "inputAbbreviatedPath": "\/templates\/seurat.json", + "orderOutput": 0, + "outputAbbreviatedPath": "\/templates\/seurat-min.json", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputStyle": 1 }, - "\/source\/less\/Variables.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, - "ignore": 1, + "\/templates\/userinfo.html": { + "fileType": 8192, + "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/Variables.less", - "outputAbbreviatedPath": "\/source\/css\/Variables.css", + "inputAbbreviatedPath": "\/templates\/userinfo.html", + "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 0, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0 }, - "\/source\/less\/VCO.StoryMap.Dark.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/zoomify\/README.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/VCO.StoryMap.Dark.less", - "outputAbbreviatedPath": "\/compiled\/css\/storymap.dark.css", + "inputAbbreviatedPath": "\/zoomify\/README.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/zoomify\/README.html", + "outputFormat": 0, "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 }, - "\/source\/less\/VCO.StoryMap.less": { - "allowInsecureImports": 0, - "createSourceMap": 0, - "disableJavascript": 0, - "fileType": 1, - "ieCompatibility": 1, + "\/zoomify\/zoomify-tutorial-image-size.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/source\/less\/VCO.StoryMap.less", - "outputAbbreviatedPath": "\/compiled\/css\/storymap.css", + "initialSize": 153032, + "inputAbbreviatedPath": "\/zoomify\/zoomify-tutorial-image-size.png", + "outputAbbreviatedPath": "\/zoomify\/zoomify-tutorial-image-size.png", "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 1, - "outputStyle": 2, - "relativeURLS": 0, - "shouldRunAutoprefixer": 0, - "shouldRunBless": 0, - "strictImports": 0, - "strictMath": 0, - "strictUnits": 0 + "outputPathIsSetByUser": 0, + "processed": 0 } }, "hooks": [ @@ -3682,6 +6199,10 @@ "active": 0, "flagValue": -1 }, + "ensure_comprehensions": { + "active": 1, + "flagValue": -1 + }, "indentation": { "active": 1, "flagValue": 2 @@ -3730,10 +6251,18 @@ "active": 0, "flagValue": -1 }, + "no_nested_string_interpolation": { + "active": 1, + "flagValue": -1 + }, "no_plusplus": { "active": 0, "flagValue": -1 }, + "no_private_function_fat_arrows": { + "active": 1, + "flagValue": -1 + }, "no_stand_alone_at": { "active": 1, "flagValue": -1 @@ -3742,6 +6271,10 @@ "active": 1, "flagValue": -1 }, + "no_this": { + "active": 0, + "flagValue": -1 + }, "no_throwing_strings": { "active": 1, "flagValue": -1 @@ -3773,6 +6306,10 @@ "space_operators": { "active": 0, "flagValue": -1 + }, + "spacing_after_comma": { + "active": 1, + "flagValue": -1 } }, "coffeeMinifyOutput": 1, @@ -3829,6 +6366,10 @@ "active": 1, "flagValue": -1 }, + "browserify": { + "active": 0, + "flagValue": -1 + }, "camelcase": { "active": 0, "flagValue": -1 @@ -3853,6 +6394,10 @@ "active": 0, "flagValue": -1 }, + "elision": { + "active": 1, + "flagValue": -1 + }, "eqeqeq": { "active": 1, "flagValue": -1 @@ -3889,6 +6434,10 @@ "active": 0, "flagValue": -1 }, + "futurehostile": { + "active": 0, + "flagValue": -1 + }, "globalstrict": { "active": 0, "flagValue": -1 @@ -3905,6 +6454,10 @@ "active": 0, "flagValue": -1 }, + "jasmine": { + "active": 0, + "flagValue": -1 + }, "jquery": { "active": 1, "flagValue": -1 @@ -3949,6 +6502,10 @@ "active": 0, "flagValue": 4 }, + "mocha": { + "active": 0, + "flagValue": -1 + }, "mootools": { "active": 0, "flagValue": -1 @@ -3969,6 +6526,10 @@ "active": 1, "flagValue": -1 }, + "nocomma": { + "active": 0, + "flagValue": -1 + }, "node": { "active": 0, "flagValue": -1 @@ -4017,6 +6578,10 @@ "active": 0, "flagValue": -1 }, + "qunit": { + "active": 0, + "flagValue": -1 + }, "regexp": { "active": 1, "flagValue": -1 @@ -4037,6 +6602,10 @@ "active": 0, "flagValue": -1 }, + "singleGroups": { + "active": 0, + "flagValue": -1 + }, "strict": { "active": 0, "flagValue": -1 @@ -4061,6 +6630,10 @@ "active": 1, "flagValue": -1 }, + "varstmt": { + "active": 0, + "flagValue": -1 + }, "withstmt": { "active": 0, "flagValue": -1 @@ -4079,10 +6652,6 @@ } }, "jsLintFlags2": { - "ass": { - "active": 0, - "flagValue": -1 - }, "bitwise": { "active": 0, "flagValue": -1 @@ -4091,15 +6660,7 @@ "active": 1, "flagValue": -1 }, - "closure": { - "active": 0, - "flagValue": -1 - }, - "continue": { - "active": 0, - "flagValue": -1 - }, - "debug": { + "couch": { "active": 0, "flagValue": -1 }, @@ -4107,75 +6668,27 @@ "active": 0, "flagValue": -1 }, - "eqeq": { + "es6": { "active": 0, "flagValue": -1 }, - "evil": { + "eval": { "active": 0, "flagValue": -1 }, - "forin": { + "for": { "active": 0, "flagValue": -1 }, - "indent": { - "active": 0, - "flagValue": 4 - }, "maxlen": { "active": 0, "flagValue": 150 }, - "newcap": { - "active": 0, - "flagValue": -1 - }, "node": { "active": 0, "flagValue": -1 }, - "nomen": { - "active": 0, - "flagValue": -1 - }, - "plusplus": { - "active": 0, - "flagValue": -1 - }, - "properties": { - "active": 0, - "flagValue": -1 - }, - "regexp": { - "active": 0, - "flagValue": -1 - }, - "rhino": { - "active": 0, - "flagValue": -1 - }, - "sloppy": { - "active": 0, - "flagValue": -1 - }, - "stupid": { - "active": 0, - "flagValue": -1 - }, - "sub": { - "active": 0, - "flagValue": -1 - }, - "todo": { - "active": 0, - "flagValue": -1 - }, - "unparam": { - "active": 0, - "flagValue": -1 - }, - "vars": { + "this": { "active": 0, "flagValue": -1 }, @@ -4184,6 +6697,14 @@ "flagValue": -1 } }, + "jsonAutoOutputPathEnabled": 0, + "jsonAutoOutputPathFilenamePattern": "*-min.json", + "jsonAutoOutputPathRelativePath": "", + "jsonAutoOutputPathReplace1": "", + "jsonAutoOutputPathReplace2": "", + "jsonAutoOutputPathStyle": 0, + "jsonOrderOutput": 0, + "jsonOutputStyle": 1, "kitAutoOutputPathEnabled": 1, "kitAutoOutputPathFilenamePattern": "*.html", "kitAutoOutputPathRelativePath": "", @@ -4211,9 +6732,18 @@ "markdownAutoOutputPathReplace1": "", "markdownAutoOutputPathReplace2": "", "markdownAutoOutputPathStyle": 0, + "markdownCriticStyle": 0, "markdownEnableFootnotes": 0, - "markdownEnableSmartyPants": 1, - "markdownExpandTabs": 1, + "markdownEnableLabels": 1, + "markdownEnableSmartQuotes": 1, + "markdownEscapeLineBreaks": 0, + "markdownMaskEmailAddresses": 1, + "markdownOutputFormat": 0, + "markdownOutputStyle": 0, + "markdownParseMetadata": 1, + "markdownProcessHTML": 0, + "markdownRandomFootnoteNumbers": 0, + "markdownUseCompatibilityMode": 0, "reloadFileURLs": 0, "sassAutoOutputPathEnabled": 1, "sassAutoOutputPathFilenamePattern": "*.css", @@ -4237,6 +6767,7 @@ "slimAutoOutputPathStyle": 0, "slimCompileOnly": 0, "slimLogicless": 0, + "slimOutputFormat": 0, "slimOutputStyle": 1, "slimRailsCompatible": 0, "stylusAutoOutputPathEnabled": 1, @@ -4258,11 +6789,14 @@ "typescriptAutoOutputPathStyle": 2, "typescriptCreateDeclarationFile": 0, "typescriptCreateSourceMap": 0, + "typescriptJSXMode": 0, "typescriptMinifyOutput": 0, + "typescriptModuleResolutionType": 0, "typescriptModuleType": 0, "typescriptNoImplicitAny": 0, - "typescriptNoResolve": 0, + "typescriptPreserveConstEnums": 0, "typescriptRemoveComments": 0, + "typescriptSuppressImplicitAnyIndexErrors": 0, "typescriptTargetECMAVersion": 0, "uglifyDefinesString": "", "uglifyFlags2": { @@ -4270,6 +6804,10 @@ "active": 0, "flagValue": -1 }, + "bare-returns": { + "active": 0, + "flagValue": -1 + }, "booleans": { "active": 1, "flagValue": -1 @@ -4302,6 +6840,10 @@ "active": 0, "flagValue": -1 }, + "drop_console": { + "active": 0, + "flagValue": -1 + }, "drop_debugger": { "active": 1, "flagValue": -1 @@ -4342,6 +6884,14 @@ "active": 1, "flagValue": -1 }, + "keep_fargs": { + "active": 0, + "flagValue": -1 + }, + "keep_fnames": { + "active": 0, + "flagValue": -1 + }, "loops": { "active": 1, "flagValue": -1 @@ -4354,10 +6904,18 @@ "active": 1, "flagValue": 32000 }, + "negate_iife": { + "active": 1, + "flagValue": -1 + }, "properties": { "active": 1, "flagValue": -1 }, + "pure_getters": { + "active": 0, + "flagValue": -1 + }, "quote-keys": { "active": 0, "flagValue": -1 diff --git a/core/settings.py b/core/settings.py index 0b9595df..ff12e7e9 100644 --- a/core/settings.py +++ b/core/settings.py @@ -27,6 +27,7 @@ AWS_STORAGE_BUCKET_KEY = env['AWS_STORAGE_BUCKET_KEY'] AWS_ACCESS_KEY_ID = env['AWS_ACCESS_KEY_ID'] AWS_SECRET_ACCESS_KEY = env['AWS_SECRET_ACCESS_KEY'] +AWS_ENDPOINT_URL = env.get('AWS_ENDPOINT_URL') GOOGLE_CLIENT_ID = env['GOOGLE_CLIENT_ID'] GOOGLE_CLIENT_SECRET = env['GOOGLE_CLIENT_SECRET'] ADMINS = env['ADMINS'].split() diff --git a/deploy/config.common.yml b/deploy/config.common.yml index 35f6ce64..5c3fae4a 100644 --- a/deploy/config.common.yml +++ b/deploy/config.common.yml @@ -3,7 +3,7 @@ gitdeploy_version: "1.0.4" port: 9014 python: python2 type: flask - +pwd: "{{ lookup('env', 'PWD') }}" # these will be merged with deployment-specific env into init_env init_env_common: PROJECT_NAME: "{{ project_name }}" @@ -21,6 +21,7 @@ init_env_common: GOOGLE_CLIENT_ID: "{{ vault_google_client_id }}" GOOGLE_CLIENT_SECRET: "{{ vault_google_client_secret }}" ADMINS: "{{ vault_admins | join(' ') }}" + ALLOWED_IDS: "{{ vault_allowed_ids }}" # Flask specific configs static_dir: "{{ deploy_dir }}/static" @@ -44,6 +45,8 @@ application_user: apps install_root: /home/{{ application_user }}/sites virtualenv_root: /home/{{ application_user }}/env +nginx_template: "{{ config_dir }}/custom_nginx.j2" + # environment keys must match deployment branch names. Value is the name # of the branch to be merged into this environment during deployment. supported_envs: diff --git a/deploy/config.prd.yml b/deploy/config.prd.yml index 3f483134..ebfc1dfc 100644 --- a/deploy/config.prd.yml +++ b/deploy/config.prd.yml @@ -1,4 +1,6 @@ domains: "storymap.knightlab.com" +cnames: "storymapjs.knightlab.com" + static_bucket: "media.knightlab.com" gunicorn_reload: False diff --git a/deploy/config.stg.yml b/deploy/config.stg.yml index 3afb317b..a3dfea57 100644 --- a/deploy/config.stg.yml +++ b/deploy/config.stg.yml @@ -1,4 +1,5 @@ domains: "storymap.knilab.com" +cnames: "storymapjs.knilab.com" static_bucket: "media.knilab.com" gunicorn_reload: True # generally True on staging only ssl: diff --git a/deploy/custom_nginx.j2 b/deploy/custom_nginx.j2 new file mode 100644 index 00000000..8e2fe393 --- /dev/null +++ b/deploy/custom_nginx.j2 @@ -0,0 +1,49 @@ +server { + listen 80; + server_name {{ cnames }}; + return 301 https://{{ domains }}$request_uri; +} + +server { + listen 80; + server_name {{ domains }}; + return 301 https://$server_name$request_uri; +} + +server { + listen 443 ssl; + server_name {{ cnames }}; + return 301 https://{{ domains }}$request_uri; + + ssl_certificate {{ ssl.ssl_certificate }}; + ssl_certificate_key {{ ssl.ssl_certificate_key }}; + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; + +} + +server { + listen 443 ssl; + + server_name {{ domains }}; + + ssl_certificate {{ ssl.ssl_certificate }}; + ssl_certificate_key {{ ssl.ssl_certificate_key }}; + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; + + access_log /var/log/nginx/{{ project_name }}.log; + + client_max_body_size 5M; + + root /usr/share/nginx/{{ project_name }}; + + location / { + try_files $uri @proxy_to_{{ project_name }}; + } + + location @proxy_to_{{ project_name }} { + proxy_pass http://127.0.0.1:{{ port }}; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + } +} diff --git a/env.sh.example b/env.sh.example index b2f65f85..baa85d18 100644 --- a/env.sh.example +++ b/env.sh.example @@ -5,6 +5,7 @@ export PROJECT_NAME="StoryMapJS" export DB_NAME__DEFAULT="storymapjs" export APPLICATION_DOMAINS="not used for local development" export FLASK_SECRET_KEY="\xc2\xbd4\xe5UG7\x14\x7f@\xd5\xfa\x9a0\xd9m\xfc\x8b\xbcM\xb2\x1d\xc1e\x3c\xff" +export AWS_ENDPOINT_URL="http://localhost:4572" export AWS_STORAGE_BUCKET_URL="//uploads.knilab.com/" export AWS_STORAGE_BUCKET_NAME="uploads.knilab.com" export AWS_STORAGE_BUCKET_KEY="storymapjs" diff --git a/examples.json b/examples.json new file mode 100644 index 00000000..7d2f401b --- /dev/null +++ b/examples.json @@ -0,0 +1,44 @@ +[ + { + "link": "http://apps.washingtonpost.com/g/page/world/map-how-isis-is-carving-out-a-new-country/1095/", + "thumbnail": "https://media.knightlab.com/StoryMapJS/img/thumbnails/thumb_islamicstate.jpg", + "source": "Washington Post", + "source_logo": "https://media.knightlab.com/StoryMapJS/img/logos/logo_wapo.png", + "title": "How the Islamic State is Carving out a New Country" + }, + { + "link": "http://extras.thetimes.co.uk/public/2014/maps/25-02/Yanukovych_storymap.html", + "thumbnail": "https://media.knightlab.com/StoryMapJS/img/thumbnails/thetimes_victor_yanukovych.jpg", + "source": "The Times", + "source_logo": "https://media.knightlab.com/StoryMapJS/img/logos/logo_thetimes.png", + "title": "Yanukovych on the Run" + }, + { + "link": "http://www.minnpost.com/stroll/2014/06/hockey-hip-hop-and-other-green-line-highlights", + "thumbnail": "https://media.knightlab.com/StoryMapJS/img/thumbnails/thumb_greenline.jpg", + "source": "MinnPost", + "source_logo": "https://media.knightlab.com/StoryMapJS/img/logos/logo_minn.png", + "title": "Hockey, Hip-hop, and Other Green Line Highlights" + }, + { + "link": "http://thecityjournal.net/data-alex-tutorial/0-89-million-pounds-expensive-transfers-football-history/", + "thumbnail": "https://media.knightlab.com/StoryMapJS/img/thumbnails/thumb_football.png", + "source": "The City Journal", + "source_logo": "https://media.knightlab.com/StoryMapJS/img/logos/logo_city_journal.png", + "title": "From 0-89 Million Pounds - The Most Expensive Transfers in Football History" + }, + { + "link": "https://storymap.knightlab.com/examples/aryas-journey/", + "thumbnail": "https://media.knightlab.com/StoryMapJS/img/thumbnails/knightlab_arya.png", + "source": "Knight Lab", + "source_logo": "https://cdn.knightlab.com/libs/orangeline/latest/assets/logo-knightlab.png", + "title": "Game of Thrones: Arya's Journey" + }, + { + "link": "https://storymap.knightlab.com/examples/bosch-garden/", + "thumbnail": "https://media.knightlab.com/StoryMapJS/img/thumbnails/knightlab_bosch.png", + "source": "Knight Lab", + "source_logo": "https://cdn.knightlab.com/libs/orangeline/latest/assets/logo-knightlab.png", + "title": "Hieronymus Bosch: Garden of Earthly Delights" + } +] diff --git a/fabfile.py b/fabfile.py index 672dfcd3..52c40f8a 100644 --- a/fabfile.py +++ b/fabfile.py @@ -2,6 +2,7 @@ import sys import shutil from fabric.api import env +from fabric.operations import local # # Project-specific settings, alter as needed @@ -29,11 +30,19 @@ def add_paths(*args): from fablib import * @task -def test(*args,**kwargs): +def testui(*args,**kwargs): if os.path.isdir('robot_tests/logs'): shutil.rmtree('robot_tests/logs') os.execvp('robot', ('robot', '-d', 'robot_tests/logs') + args + ('robot_tests',)) +@task(alias='testint') +def testntegration(*args, **kwargs): + local('python -m tests.integration_tests') + +@task +def unittest(*args, **kwargs): + local('python -m tests.unit_tests') + @task def prd(*args,**kwargs): abort( "you should be deploying with git, not the prd task") diff --git a/faq.json b/faq.json new file mode 100644 index 00000000..1a2a01ca --- /dev/null +++ b/faq.json @@ -0,0 +1,37 @@ +[ + { + "slug": "", + "question": "What CMS does StoryMapJS work on?", + "answer": "

Please let us know if you have tried it on others and it works, so that we can add to the list.

" + }, + { + "slug": "", + "question": "Why aren't my Google Drive or DropBox Zoomify images working?", + "answer": "

Unfortunately, Google has deprecated web hosting in Google Drive, which means that Zoomify images hosted on Google Drive. will no longer display. Dropbox has similary discontinued rendering content in public folders, so this method will cause problems for many users as well.

We find that many people aren't familiar with web image hosting, so we've written up instructions for two solutions so far: hosting on Amazon Web Services, and on Github.

" + }, + { + "slug": "", + "question": "Why are my DropBox images not showing", + "answer": "

First the image must be in the public folder.

To get the image URL change the domain name from the link that dropbox creates.

Incorrect: https://www.dropbox.com/s/38053034/GOT%20Storymap%20images/jon-weirwood-tree.jpg

Correct: https://dl.dropboxusercontent.com/u/38053034/GOT%20Storymap%20images/jon-weirwood-tree.jpg

" + }, + { + "slug": "", + "question": "How can I have a map without the lines between points?", + "answer": "To disable connecting lines on maps, use the StoryMap option: Treat as Image (as opposed to the default, Treat as Cartography)" + }, + { + "slug": "", + "question": "How can I link to a specific slide?", + "answer": "

You can add a parameter to the URL that is the value of the iframe src attribute, start_at_slide. Its value should be a number from 0 to one less than the total number of slides in the storymap.

For example: http://cdn.knightlab.com/libs/storymapjs/latest/embed/?url=//media.knightlab.com/StoryMapJS/demo/sochi.json&start_at_slide=5

This should load Sochi 2014 Olympic Torch Relay Highlights: Slide 5.

" + }, + { + "slug": "", + "question": "How can I use a custom map?", + "answer": "

Choose options from the top left of the StoryMap window, then from the map type menu choose the type you like.

Select Mapbox to enter the ID of your Mapbox map.

Select custom to enter the URL for a tile server. If the server supports multiple subdomains, enter them as a single string in the Subdomain field (e.g. subdomains 'a', 'b', and 'c' should be entered as 'abc')." + }, + { + "slug": "", + "question": "How can I adjust the zoom?", + "answer": "

To keep it simple for most users, we've made some assumptions in the authoring tool which may not universally apply. For example, the first screen is always an overview slide. Also, the zoom is affected by the overall size of the map and the relationship between the current and previous points on the map.

It's possible to download the configuration (a JSON file) that the authoring tool makes and edit the JSON yourself. You could then change the first slide to not be an overview and manually set a starting lat/lon/zoom.

Be aware that switching back and forth between editing within and outside the authoring tool can get messy, so we suggest using our advanced method to have maximum control over the zoom feature and more.

" + } +] diff --git a/source/embed/index.html b/source/embed/index.html index e199c410..7f5d28fc 100644 --- a/source/embed/index.html +++ b/source/embed/index.html @@ -37,15 +37,14 @@ @@ -55,7 +54,7 @@ var nvpair = {}; var qs = window.location.search.replace('?', ''); var pairs = qs.split('&'); - + for(var i = 0; i < pairs.length; i++) { var p = pairs[i].split('='); nvpair[p[0]] = p[1]; @@ -65,10 +64,10 @@ function getScriptPath(scriptname) { var scriptTags = document.getElementsByTagName('script'); - + for(var i = 0; i < scriptTags.length; i++) { if(scriptTags[i].src.match(scriptname)) { - script_path = scriptTags[i].src; + script_path = scriptTags[i].src; return script_path.split('?')[0].split('/').slice(0, -1).join('/'); } } @@ -101,7 +100,7 @@ if(!!navigator.userAgent.match(/AppleWebKit\/.* Mobile\//) || !!navigator.userAgent.match(/Version\/[\d\.]+.*Safari/) - || !!navigator.userAgent.toLowerCase().match(/msie [789]/)) { + || !!navigator.userAgent.toLowerCase().match(/msie [789]/)) { if(storymap_url.match(/^https?:\/\/www\.googledrive\.com\/host\//)) { storymap_url = location.protocol+'//proxy.knightlab.com/'+storymap_url.split('://')[1]; trace('proxy, '+storymap_url); @@ -119,7 +118,6 @@ function storymap_onload(d) { trace('embed: storymap data loaded'); - if (d && d.storymap) { var font = "stock:default"; if(d.font_css) { @@ -135,12 +133,16 @@ VCO.Load.css(font,function(){ trace('font loaded: ' + font);}); storymap = new VCO.StoryMap('storymap-embed', d, options, {title: on_storymap_title}); } + var mapType = storymap.options.map_type; + if(mapType && mapType.match('^zoomify.*')) { + ga('send', 'event', 'StoryMapJS', 'zoomify', document.referrer) + } } - + function on_storymap_title(e) { document.title = "StoryMapJS: " + e.title; }; - + function storymap_getjson() { if('withCredentials' in new XMLHttpRequest()) { // Supports cross-domain requests @@ -153,8 +155,8 @@ xdr.onload = function() { storymap_onload(JSON.parse(xdr.responseText)); }; - xdr.onerror = function() { - trace('embed: error loading data via XDomainRequest'); + xdr.onerror = function() { + trace('embed: error loading data via XDomainRequest'); }; xdr.onprogress = function() {}; xdr.open("get", storymap_url); @@ -163,24 +165,24 @@ } window.onload = function() { - if(storymap_url.match('\\.js$')) { + if(storymap_url.match('\\.js$')) { trace('embed: loading data via script injection'); - var loaded = false; + var loaded = false; var script = document.createElement("script"); script.type = "text/javascript"; - script.src = storymap_url; + script.src = storymap_url; script.onload = script.onreadystatechange = function() { if(!loaded && (!(d = this.readyState) || d == "loaded" || d == "complete")) { loaded = true; storymap_onload(storymap_json); } } - + // document.head not standard before HTML5 var insertionPoint = document.head || document.getElementsByTagName('head').item(0) || document.documentElement.childNodes[0]; insertionPoint.appendChild(script); - } else { - storymap_getjson(); + } else { + storymap_getjson(); } } @@ -191,4 +193,4 @@ } - \ No newline at end of file + diff --git a/source/js/VCO.StoryMap.js b/source/js/VCO.StoryMap.js index ffed2cb8..f3ff0420 100755 --- a/source/js/VCO.StoryMap.js +++ b/source/js/VCO.StoryMap.js @@ -318,6 +318,7 @@ VCO.StoryMap = VCO.Class.extend({ dragging: true, trackResize: true, map_type: "stamen:toner-lite", + attribution: "", map_mini: true, map_subdomains: "", map_as_image: false, @@ -369,7 +370,7 @@ VCO.StoryMap = VCO.Class.extend({ /* Initialize the data ================================================== */ - _initData: function(data) { + _initData: function(data) { var self = this; if (typeof data === 'string') { @@ -387,18 +388,18 @@ VCO.StoryMap = VCO.Class.extend({ } self._initOptions(); } else { - trace("data has unknown type") - self._initOptions(); - } + trace("data has unknown type") + self._initOptions(); + } }, /* Initialize the options ================================================== */ - _initOptions: function() { + _initOptions: function() { var self = this; - // Grab options from storymap data - VCO.Util.updateData(this.options, this.data); + // Grab options from storymap data + VCO.Util.updateData(this.options, this.data); if (this.options.layout == "landscape") { this.options.map_center_offset = {left: -200, top: 0}; @@ -410,7 +411,7 @@ VCO.StoryMap = VCO.Class.extend({ this.options.calculate_zoom = false; } - // Use relative date calculations? + // Use relative date calculations? if(this.options.relative_date) { if (typeof(moment) !== 'undefined') { self._loadLanguage(); @@ -430,7 +431,7 @@ VCO.StoryMap = VCO.Class.extend({ trace("LOADED EMOJI CSS FOR CHROME") }); } - }, + }, /* Load Language ================================================== */ diff --git a/source/js/language/locale/fr.js b/source/js/language/locale/fr.js index 46b97b55..8636ea42 100644 --- a/source/js/language/locale/fr.js +++ b/source/js/language/locale/fr.js @@ -12,6 +12,6 @@ VCO.Language = { backtostart: "Retourner au point de départ", collapse_toggle: "Masquer la carte", uncollapse_toggle: "Afficher la carte", - swipe_to_navigate: "Swipe to Navigate
OK" + swipe_to_navigate: "Faites glisser pour naviguer
OK" } }; diff --git a/source/js/language/locale/is.js b/source/js/language/locale/is.js new file mode 100644 index 00000000..9e871d49 --- /dev/null +++ b/source/js/language/locale/is.js @@ -0,0 +1,17 @@ +VCO.Language = { + name: "Icelandic", + lang: "is", + messages: { + loading: "Hleðsla", + wikipedia: "Frá Wikipedia", + start: "Hefja" + }, + buttons: { + map_overview: "Kortayfirlit", + overview: "Yfirlit", + backtostart: "Hefja aftur", + collapse_toggle: "Fela kortið", + uncollapse_toggle: "Sýna kortið", + swipe_to_navigate: "Strjúktu fyrir valmynd
Allt í lagi" + } +} diff --git a/source/js/language/locale/tr.js b/source/js/language/locale/tr.js new file mode 100644 index 00000000..9beb085a --- /dev/null +++ b/source/js/language/locale/tr.js @@ -0,0 +1,17 @@ +VCO.Language = { + name: "Türkçe", + lang: "tr", + messages: { + loading: "Yükleniyor", + wikipedia: "Vikipedi, Özgür Ansiklopedi", + start: "Keşfet" + }, + buttons: { + map_overview: "Genel harita", + overview: "Genel harita", + backtostart: "Başlangıç menüsüne dön", + collapse_toggle: "Menüyü gizle", + uncollapse_toggle: "Menüyü göster", + swipe_to_navigate: "Dokun ve kaydır
OK" + } +}; diff --git a/source/js/map/leaflet/VCO.Map.Leaflet.js b/source/js/map/leaflet/VCO.Map.Leaflet.js index 9f6531a2..0170014d 100644 --- a/source/js/map/leaflet/VCO.Map.Leaflet.js +++ b/source/js/map/leaflet/VCO.Map.Leaflet.js @@ -201,6 +201,7 @@ VCO.Map.Leaflet = VCO.Map.extend({ case 'http': case 'https': _options.subdomains = this.options.map_subdomains; + _options.attribution = _attribution_knightlab + this.options.attribution; _tilelayer = new L.TileLayer(this.options.map_type, _options); break; diff --git a/source/js/map/leaflet/extentions/VCO.Leaflet.TileLayer.Zoomify.js b/source/js/map/leaflet/extentions/VCO.Leaflet.TileLayer.Zoomify.js index 7bef6839..9826666b 100755 --- a/source/js/map/leaflet/extentions/VCO.Leaflet.TileLayer.Zoomify.js +++ b/source/js/map/leaflet/extentions/VCO.Leaflet.TileLayer.Zoomify.js @@ -13,17 +13,17 @@ L.TileLayer.Zoomify = L.TileLayer.extend({ options = L.setOptions(this, options); this._url = url; - var imageSize = L.point(options.width, options.height), - tileSize = options.tileSize; + var imageSize = L.point(options.width, options.height), + tileSize = options.tileSize; - this._imageSize = [imageSize]; - this._gridSize = [this._getGridSize(imageSize)]; + this._imageSize = [imageSize]; + this._gridSize = [this._getGridSize(imageSize)]; - while (imageSize.x > tileSize || imageSize.y > tileSize) { - imageSize = imageSize.divideBy(2).floor(); - this._imageSize.push(imageSize); - this._gridSize.push(this._getGridSize(imageSize)); - } + while (imageSize.x > tileSize || imageSize.y > tileSize) { + imageSize = imageSize.divideBy(2).floor(); + this._imageSize.push(imageSize); + this._gridSize.push(this._getGridSize(imageSize)); + } this._imageSize.reverse(); this._gridSize.reverse(); @@ -41,25 +41,25 @@ L.TileLayer.Zoomify = L.TileLayer.extend({ //map.setView(center, zoom, true); }, - + getZoomifyBounds: function(map) { //return "getZoomifyBounds"; var imageSize = this._imageSize[0], topleft = map.options.crs.pointToLatLng(L.point(0, 0), 0), bottomright = map.options.crs.pointToLatLng(L.point(imageSize.x, imageSize.y), 0), bounds = L.latLngBounds(topleft, bottomright); - - + + return bounds; //[[75, -132], [-30, 128]] }, - + getCenterZoom: function(map) { var mapSize = map.getSize(), zoom = this._getBestFitZoom(mapSize), imageSize = this._imageSize[zoom], center = map.options.crs.pointToLatLng(L.point(imageSize.x / 2, imageSize.y / 2), zoom); - + return { center: center, lat: center.lat, @@ -82,7 +82,7 @@ L.TileLayer.Zoomify = L.TileLayer.extend({ imageSize = this._imageSize[zoom]; if (imageSize.x * tolerance < mapSize.x && imageSize.y * tolerance < mapSize.y) { return zoom; - } + } zoom--; } @@ -109,11 +109,11 @@ L.TileLayer.Zoomify = L.TileLayer.extend({ if (tilePoint.x === gridSize.x - 1) { tile.style.width = imageSize.x - (tileSize * (gridSize.x - 1)) + 'px'; - } + } if (tilePoint.y === gridSize.y - 1) { - tile.style.height = imageSize.y - (tileSize * (gridSize.y - 1)) + 'px'; - } + tile.style.height = imageSize.y - (tileSize * (gridSize.y - 1)) + 'px'; + } L.DomUtil.setPosition(tile, tilePos, L.Browser.chrome || L.Browser.android23); @@ -136,8 +136,8 @@ L.TileLayer.Zoomify = L.TileLayer.extend({ for (z = 0; z < zoom; z++) { gridSize = this._gridSize[z]; - num += gridSize.x * gridSize.y; - } + num += gridSize.x * gridSize.y; + } num += tilePoint.y * this._gridSize[zoom].x + tilePoint.x; return Math.floor(num / 256);; @@ -147,4 +147,4 @@ L.TileLayer.Zoomify = L.TileLayer.extend({ L.tileLayer.zoomify = function (url, options) { return new L.TileLayer.Zoomify(url, options); -}; \ No newline at end of file +}; diff --git a/source/less/VCO.StoryMap.less b/source/less/VCO.StoryMap.less index 6d5f2c5a..31fb39ca 100644 --- a/source/less/VCO.StoryMap.less +++ b/source/less/VCO.StoryMap.less @@ -1,8 +1,8 @@ /*! StoryMap - + Designed and built by Zach Wise for the Northwestern University Knight Lab - + This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -54,9 +54,9 @@ @import "map/VCO.MapMarker.less"; @import "map/VCO.ImageMarker.less"; -@import "map/VCO.Map.less"; +@import "map/VCO.Map.less"; -@import "snapmap/VCO.SnapMap.less"; +@import "snapmap/VCO.SnapMap.less"; /* StoryMap ================================================== */ @@ -68,7 +68,9 @@ overflow:hidden; position: relative; .user-select(none); - + *, *::before, *::after { + box-sizing: content-box; + } } /* Portrait @@ -100,7 +102,7 @@ } .vco-slider-container-mask { overflow: visible; - + //.translucent-background(#FFF, 0.70); //#gradient > .horizontal(@start-color: rgba(256,256,256,.0001); @end-color: rgba(256,256,256,0.85); @start-percent: 0%; @end-percent: 25%); //#gradient > .horizontal-three-colors(@start-color: rgba(256,256,256,.0001); @mid-color: rgba(256,256,256,0.85); @color-stop: 10%; @end-color: rgba(256,256,256,.50)); @@ -121,7 +123,7 @@ } } .vco-secondary-font { - + } */ @@ -132,4 +134,4 @@ .vco-text-content, .vco-text, .vco-caption, .vco-media-wikipedia, .vco-headline, .vco-media-blockquote{ text-align: right; } -} \ No newline at end of file +} diff --git a/source/less/slider/VCO.SlideNav.less b/source/less/slider/VCO.SlideNav.less index 22000f0f..01a9ace1 100644 --- a/source/less/slider/VCO.SlideNav.less +++ b/source/less/slider/VCO.SlideNav.less @@ -11,7 +11,7 @@ .vco-slidenav-content-container { height:200px; - width:100px; + width:00px; position:absolute; } .vco-slidenav-title, .vco-slidenav-description { diff --git a/static/demo/demo.json b/static/demo/demo.json index 2ee912c4..ecac1569 100644 --- a/static/demo/demo.json +++ b/static/demo/demo.json @@ -98,8 +98,8 @@ "line": true }, "media": { - "url": "https://www.library.yale.edu/MapColl/oldsite/map/va1830.gif", - "credit": "Yale Library", + "url": "http://www.virginiaplaces.org/boundaries/graphics/kanawha1862.png", + "credit": "Virginia Places", "caption": "Map of Virginia" } }, { @@ -124,7 +124,7 @@ "date": "1850", "text": { "headline": "1850: Uncle Tom's Cabin", - "text": "

The mean is in Wirt County in what is now West Virginia. In 1852, Harriet Beecher Stowe's 'Uncle Tom's Cabin' was published, galvanizing the abolitionist movement.

Embed a Vine URL like this one about rafting in West Virginia." + "text": "

The mean is in Wirt County in what is now West Virginia. In 1852, Harriet Beecher Stowe's 'Uncle Tom's Cabin' was published, galvanizing the abolitionist movement.

Embed a YouTube URL like this one about Uncle Tom's Cabin." }, "location": { "name": "Wirt County, Virginia (now W. Virginia)", @@ -134,9 +134,9 @@ "line": true }, "media": { - "url": "https://vine.co/v/hvJQbhiTZDq", - "credit": "Spotlight WV", - "caption": "White Water Rafting in West Virginia" + "url": "https://www.youtube.com/watch?v=CZCsBCio41k", + "credit": "Appucator", + "caption": "Uncle Tom's Cabin (1903 Silent Film)" } }, { "date": "1860", @@ -170,8 +170,8 @@ "line": true }, "media": { - "url": "https://www.examiner.com/images/blog/EXID8873/images/reconstruction_congress.jpg", - "credit": "examiner", + "url": "https://www.archives.gov/exhibits/treasures_of_congress/Images/page_13/47a.jpg", + "credit": "Archives.gov", "caption": "41st & 42nd Congress newly elected" } }, { @@ -368,7 +368,7 @@ "line": true }, "media": { - "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/U.S._Territorial_Acquisitions.png/1280px-U.S._Territorial_Acquisitions.png", + "url": "https://upload.wikimedia.org/wikipedia/commons/6/62/Territorial-acquisition-uscensus-bureau.jpg", "credit": "wikimedia", "caption": "United States Territories" } diff --git a/static/img/google/1x/btn_google_signin_dark_disabled_web.png b/static/img/google/1x/btn_google_signin_dark_disabled_web.png new file mode 100644 index 00000000..735d17ee Binary files /dev/null and b/static/img/google/1x/btn_google_signin_dark_disabled_web.png differ diff --git a/static/img/google/1x/btn_google_signin_dark_focus_web.png b/static/img/google/1x/btn_google_signin_dark_focus_web.png new file mode 100644 index 00000000..c4cb6154 Binary files /dev/null and b/static/img/google/1x/btn_google_signin_dark_focus_web.png differ diff --git a/static/img/google/1x/btn_google_signin_dark_normal_web.png b/static/img/google/1x/btn_google_signin_dark_normal_web.png new file mode 100644 index 00000000..b1327b4f Binary files /dev/null and b/static/img/google/1x/btn_google_signin_dark_normal_web.png differ diff --git a/static/img/google/1x/btn_google_signin_dark_pressed_web.png b/static/img/google/1x/btn_google_signin_dark_pressed_web.png new file mode 100644 index 00000000..04ed9c97 Binary files /dev/null and b/static/img/google/1x/btn_google_signin_dark_pressed_web.png differ diff --git a/static/img/google/1x/btn_google_signin_light_disabled_web.png b/static/img/google/1x/btn_google_signin_light_disabled_web.png new file mode 100644 index 00000000..735d17ee Binary files /dev/null and b/static/img/google/1x/btn_google_signin_light_disabled_web.png differ diff --git a/static/img/google/1x/btn_google_signin_light_focus_web.png b/static/img/google/1x/btn_google_signin_light_focus_web.png new file mode 100644 index 00000000..1bf1006f Binary files /dev/null and b/static/img/google/1x/btn_google_signin_light_focus_web.png differ diff --git a/static/img/google/1x/btn_google_signin_light_normal_web.png b/static/img/google/1x/btn_google_signin_light_normal_web.png new file mode 100644 index 00000000..29ab5110 Binary files /dev/null and b/static/img/google/1x/btn_google_signin_light_normal_web.png differ diff --git a/static/img/google/1x/btn_google_signin_light_pressed_web.png b/static/img/google/1x/btn_google_signin_light_pressed_web.png new file mode 100644 index 00000000..e286c89a Binary files /dev/null and b/static/img/google/1x/btn_google_signin_light_pressed_web.png differ diff --git a/static/img/google/2x/btn_google_signin_dark_disabled_web@2x.png b/static/img/google/2x/btn_google_signin_dark_disabled_web@2x.png new file mode 100644 index 00000000..485757f3 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_dark_disabled_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_dark_focus_web@2x.png b/static/img/google/2x/btn_google_signin_dark_focus_web@2x.png new file mode 100644 index 00000000..369a6ca2 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_dark_focus_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_dark_normal_web@2x.png b/static/img/google/2x/btn_google_signin_dark_normal_web@2x.png new file mode 100644 index 00000000..f27bb243 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_dark_normal_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_dark_pressed_web@2x.png b/static/img/google/2x/btn_google_signin_dark_pressed_web@2x.png new file mode 100644 index 00000000..4cb85e9b Binary files /dev/null and b/static/img/google/2x/btn_google_signin_dark_pressed_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_light_disabled_web@2x.png b/static/img/google/2x/btn_google_signin_light_disabled_web@2x.png new file mode 100644 index 00000000..485757f3 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_light_disabled_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_light_focus_web@2x.png b/static/img/google/2x/btn_google_signin_light_focus_web@2x.png new file mode 100644 index 00000000..510e6192 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_light_focus_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_light_normal_web@2x.png b/static/img/google/2x/btn_google_signin_light_normal_web@2x.png new file mode 100644 index 00000000..c1e2c5c7 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_light_normal_web@2x.png differ diff --git a/static/img/google/2x/btn_google_signin_light_pressed_web@2x.png b/static/img/google/2x/btn_google_signin_light_pressed_web@2x.png new file mode 100644 index 00000000..d01521e8 Binary files /dev/null and b/static/img/google/2x/btn_google_signin_light_pressed_web@2x.png differ diff --git a/static/img/logos/logo_city_journal.png b/static/img/logos/logo_city_journal.png new file mode 100644 index 00000000..85d3ec34 Binary files /dev/null and b/static/img/logos/logo_city_journal.png differ diff --git a/static/img/thumbnails/thumb_football.png b/static/img/thumbnails/thumb_football.png new file mode 100644 index 00000000..7fb5c084 Binary files /dev/null and b/static/img/thumbnails/thumb_football.png differ diff --git a/static/img/thumbnails/thumb_suarez.jpg b/static/img/thumbnails/thumb_suarez.jpg new file mode 100644 index 00000000..24a4de12 Binary files /dev/null and b/static/img/thumbnails/thumb_suarez.jpg differ diff --git a/static/js/EditorMap.js b/static/js/EditorMap.js index 131da66d..d9a255f6 100644 --- a/static/js/EditorMap.js +++ b/static/js/EditorMap.js @@ -289,6 +289,11 @@ LeafletEditorMap.prototype.setMapType = function(storymap_config) { if (storymap_config.storymap.map_subdomains) { options.subdomains = storymap_config.storymap.map_subdomains; } + + if (storymap_config.storymap.attribution) { + options.attribution = storymap_config.storymap.attribution; + } + this.tilelayer = L.tileLayer(map_type, options); break; case 'stamen': diff --git a/static/js/modals.js b/static/js/modals.js index b56e3e41..576a68ae 100644 --- a/static/js/modals.js +++ b/static/js/modals.js @@ -86,14 +86,17 @@ $('.upload-panel').on('reset', function(event) { event.stopPropagation(); }); + $('.upload-file').change(function(event) { var file = event.target.files[0]; + if(file) { var $modal = $(this).closest('.modal'); $modal.trigger('error_hide'); $modal.find('.upload-panel .upload-file-name').html(file.name); $modal.find('.btn.upload').removeClass('disabled'); + //$modal.close(); var $panel = $modal.find('.upload-conflict'); @@ -121,8 +124,19 @@ $('.btn.upload').click(function(event) { var $panel = $modal.find('.upload-conflict'); var file = $modal.find('.upload-file')[0].files[0]; + var name = file.name; + var ext = name.split('.').pop(); + if(file) { var name = file.name; + + function hasExtension(name, exts) { + return (new RegExp('(' + exts.join('|').replace(/\./g, '\\.') + ')$')).test(name); +} + + function appendToFilename(name, ext){ + return name + '.' + ext; +} if($panel.find('input[type="radio"][value="rename"]').is(':checked')) { var $upload_rename_as = $panel.find('.upload-rename-as'); @@ -132,6 +146,12 @@ $('.btn.upload').click(function(event) { $modal.trigger('error_show', 'You must enter a file name.'); return; } + if (!hasExtension(name, [".jpg", ".jpeg", ".bmp", ".gif", ".png"])) { + //$modal.trigger('error_show', 'You must enter a file extension like jpg, gif or png.'); + name = $upload_rename_as.val().trim(); + name = appendToFilename(name, ext); + //$modal.close(); +} if(_storymap_files.indexOf(name) > -1) { $modal.trigger('error_show', 'A file with this name already exists. Please enter a different name.'); $upload_rename_as.focus(); @@ -172,4 +192,4 @@ $('.btn.upload').click(function(event) { $modal.trigger('progress_show', 'Loading file'); reader.readAsDataURL(file); } -}); +}); \ No newline at end of file diff --git a/storymap/storage.py b/storymap/storage.py index 1fbe64f2..b0cbefe1 100644 --- a/storymap/storage.py +++ b/storymap/storage.py @@ -105,6 +105,7 @@ def get_contents_as_string(src_key): @_mock_in_test_mode def all_keys(): + print settings.AWS_STORAGE_BUCKET_KEY for item in _bucket.list(prefix=settings.AWS_STORAGE_BUCKET_KEY): if item.name == key_prefix: continue diff --git a/templates/_base.html b/templates/_base.html deleted file mode 100644 index 253c6180..00000000 --- a/templates/_base.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - {% block header %} - {% block title %}{% endblock %}StoryMap JS - Telling stories with maps. - - {% endblock %} - - - - - - - - - {% block prehead %} - {# Allow scripts to load before storymap (e.g. Leaflet) #} - {% endblock %} - - - - - - - - - - {% block head %} - {% endblock %} - - - - - - - {% block content %} - {% endblock %} - - - - - {% block scripts %} - {% endblock %} - - diff --git a/templates/_demo.html b/templates/_demo.html new file mode 100644 index 00000000..849f26fb --- /dev/null +++ b/templates/_demo.html @@ -0,0 +1,22 @@ + + +
+
+
+
+ + + diff --git a/templates/_editor.html b/templates/_editor.html index 85dae70e..8240efc4 100644 --- a/templates/_editor.html +++ b/templates/_editor.html @@ -81,8 +81,10 @@ or + +
Accepts HTML
diff --git a/templates/_examples.html b/templates/_examples.html new file mode 100644 index 00000000..e81f9efa --- /dev/null +++ b/templates/_examples.html @@ -0,0 +1,20 @@ +
+
+

Examples

+
+ {% for example in examples %} + {# + Add/edit examples in the examples.json file. + Depends upon inject_index_data in app.py for these to be available to render. + #} + + {% endfor %} +
diff --git a/templates/_footer.html b/templates/_footer.html new file mode 100644 index 00000000..e8af6bde --- /dev/null +++ b/templates/_footer.html @@ -0,0 +1,54 @@ + diff --git a/templates/_head.html b/templates/_head.html new file mode 100644 index 00000000..bf1e891d --- /dev/null +++ b/templates/_head.html @@ -0,0 +1,37 @@ + + + StoryMapJS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/_header.html b/templates/_header.html new file mode 100644 index 00000000..a7968f08 --- /dev/null +++ b/templates/_header.html @@ -0,0 +1,21 @@ + +
+

StoryMap JS

+

Maps that tell stories.

+ Make a StoryMap + + +
diff --git a/templates/_help.html b/templates/_help.html index d0fd0a6c..0a480123 100644 --- a/templates/_help.html +++ b/templates/_help.html @@ -1,87 +1,58 @@ -
-

Help

-

As we learn what questions people have, we'll adapt this part of the page into a list of frequently asked questions and answers. Until then, you can post to our support forum or email us at support@knightlab.zendesk.com.

-

Have a question? Look for it in the FAQ below. No luck there? Try the support forum.

-
-
-
-
- -
-
  • Custom sites
  • Wordpress
  • Squarespace
  • Wix

Please let us know if you have tried it on others and it works, so that we can add to the list.

-
-
-
- -
-
-

Unfortunately, Google has deprecated web hosting in Google Drive, which means that Zoomify images hosted on Google Drive. will no longer display. Dropbox has similary discontinued rendering content in public folders, so this method will cause problems for many users as well.

-

We've found two solutions so far: hosting on Amazon Web Services, and on Github.

-
-
-
-
- -
-

First the image must be in the public folder.

To get the image URL change the domain name from the link that dropbox creates.

-

Incorrect: https://www.dropbox.com/s/38053034/GOT%20Storymap%20images/jon-weirwood-tree.jpg

-

Correct: https://dl.dropboxusercontent.com/u/38053034/GOT%20Storymap%20images/jon-weirwood-tree.jpg

-
-
-
- -
-

To disable connecting lines on maps, use the StoryMap option: "Treat as Image" (as opposed to the default, "Treat as Cartography")

-
-
-
- -
-

You can add a parameter to the URL that is the value of the iframe src attribute, 'start_at_slide'.

Its value should be a number from 0 to one less than the total number of slides in the storymap.

-

For example: http://cdn.knightlab.com/libs/storymapjs/latest/embed/?url=//media.knightlab.com/StoryMapJS/demo/sochi.json&start_at_slide=5

-

This should load "Sochi 2014 Olympic Torch Relay Highlights: Slide 5."

-
-
-
- -
-

Choose "options" from the top left of the StoryMap window, then from the "map type" menu choose the type you like.

-

Select "Mapbox" to enter the ID of your Mapbox map.

-

Select "custom" to enter the URL for a tile server. If the server supports multiple subdomains, enter them as a single string in the Subdomain field (e.g. subdomains "a", "b", and "c" should be entered as "abc").

-
-
-
- -
-
-

To keep it simple for most users, we've made some assumptions in the authoring tool which may not universally apply. For example, the first screen is always an "overview" slide. Also, the zoom is affected by the overall size of the map and the relationship between the current and previous points on the map.

-

It's possible to download the configuration (a JSON file) that the authoring tool makes and edit the JSON yourself. You could then change the first slide to not be an "overview" and manually set a starting lat/lon/zoom.

-

Be aware that switching back and forth between editing within and outside the authoring tool can get messy, so we suggest using our {{ url_for('advanced') }} method to have maximum control over the zoom feature and more. -

-
-
-
-
-
+
+
+
+

Help

+

+ Need help? First, please be sure to look at our list of frequently asked questions below. +

+

+ If you don't find an answer there, try our support forums or use our tech support web form. Please be clear with your question, include a link to your spreadsheet, and if appropriate, a link to a page which shows the issue with which you need help. We can only answer support questions in English. We try to be prompt, but please understand that we do not have a dedicated tech support staff. +

+

+ Find a bug? If you are confident you have found a bug, please report it as a GitHub issue. Be sure to include detailed instructions on how to reproduce the bug. If you're not sure, please start with the tech support system. +

+
+
+

Technical documentation

+

Go further with StoryMap:

+ +
+
+
+
+

Frequently asked questions

+
    + {% for faq in faqs %} + {# + Add/edit faqs in the faqs.json file. + Depends upon inject_index_data in app.py for these to be available to render. + #} +
  • + + +

    {{ faq.question }}

    +
    + {{ faq.answer|safe }} +
    +
  • + {% endfor %} +
+
+
+ +
+
+
+

Privacy Policy

+

The StoryMapJS editor uses your Google account to make sure that only you can edit your storymaps. This saves you from needing to remember another password, and saves us from having to help you if you forget it. We only ask for your "profile," which gives us a unique identifier which we can use to connect you to your projects. We don't have your name or G-mail address.

+

Originally, the StoryMapJS editor stored your projects on your Google Drive, but that is no longer the case. We used to ask for access to your Google Drive. If you made storymaps a very long time ago and have not used the tool since, we may need to ask you to give us permission to read from your Google Drive to "migrate" your old projects.

+

Please note that it is possible to use StoryMapJS without a Google account; however, it is not possible to use our editor tool. If you prefer not to use a Google account, you will need to manually edit a configuration file and you will need to serve your configuration file and any related media assets from your own server. Some more information about this can be found on our StoryMap for Technical Users page.

+
+
+
diff --git a/templates/_modals.html b/templates/_modals.html index c5f02f9e..b72f6276 100644 --- a/templates/_modals.html +++ b/templates/_modals.html @@ -70,6 +70,7 @@ + @@ -80,6 +81,7 @@ + @@ -169,7 +171,6 @@ - @@ -216,6 +217,14 @@ You must enter your public access token +
+
+
+ Attribution + +
+
+
@@ -591,3 +600,23 @@

Share This StoryMap

+ + diff --git a/templates/_overview.html b/templates/_overview.html new file mode 100644 index 00000000..8cdbeec4 --- /dev/null +++ b/templates/_overview.html @@ -0,0 +1,42 @@ + +
+
+
+

+ StoryMapJS is a free tool to help you tell stories on the web that highlight the locations of a series of events. It is a new tool, yet stable in our development environment, and it has a friendly authoring tool. +

+

There are a couple ways you can make a StoryMap.

+
    +
  • +
    Maps
    +

    + Add a slide for each place in your story. Setting the location is as easy as a text search for the name, address, or latitude and longitude. You can change the visual style of your map with a few presets, or you can use Mapbox to create your own style. +

    +
  • +
  • +
    Really big images
    +

    + You can tell stories with large photographs, works of art, historic maps, and other image files. Because it works best with pixel-dense files, we call these gigapixel. Setting one up requires you to host files on a web server. +

    +

    + Learn more about gigapixel +

    +
  • +
+
+
+

Tips & tricks

+
    +
  1. Keep it short. We recommend not having more than 20 slides for a reader to click through.
  2. +
  3. Pick stories that have a strong location narrative. It does not work well for stories that need to jump around in the map.
  4. +
  5. Write each event as a part of a larger narrative.
  6. +
  7. Include events that build up to major occurrences — not just the major events.
  8. +
+

Media sources

+

+ StoryMap JS can pull in media from a variety of sources. + Twitter, Flickr, YouTube, Vimeo, Vine, Dailymotion, Google Maps, Wikipedia, SoundCloud, Document Cloud and more! +

+
+
+
diff --git a/templates/_storytelling_tools.html b/templates/_storytelling_tools.html new file mode 100644 index 00000000..20bfbd2e --- /dev/null +++ b/templates/_storytelling_tools.html @@ -0,0 +1,35 @@ +
+

Storytelling Tools

+

We build easy-to-use tools that can help you tell better stories.

+ + View More +
diff --git a/templates/advanced.html b/templates/advanced.html index a04b7a63..8cb1cf8a 100644 --- a/templates/advanced.html +++ b/templates/advanced.html @@ -1,25 +1,17 @@ -{% extends "_base.html" %} +{% extends "base.html" %} {% block title %}Technical Details - {% endblock %} {% block content %}
-
-
- +
+

StoryMapJS for Technical Users

- -

Most users will probably use the StoryMapJS authoring tool to create their StoryMaps. But if you want maximum control over StoryMapJS, read on. -

- +

Most users will probably use the StoryMapJS authoring tool to create their StoryMaps. But if you want maximum control over StoryMapJS, read on.

Managing StoryMapJS data

- -

StoryMapJS uses JSON data as its native data format. You can load the data from a file on the web, or you can create a javascript object by any other means you like. If you are loading the data from a URL, it must either be on the same server as the page where you are displaying the StoryMap or from a server with correctly configured CORS headers. (The details of cross-domain origin restrictions are out of scope for this document.) -

-

Complete details on the JSON syntax for StoryMapJS is below. -

- +

StoryMapJS uses JSON data as its native data format. You can load the data from a file on the web, or you can create a javascript object by any other means you like. If you are loading the data from a URL, it must either be on the same server as the page where you are displaying the StoryMap or from a server with correctly configured CORS headers. (The details of cross-domain origin restrictions are out of scope for this document.)

+

Complete details on the JSON syntax for StoryMapJS is below.

Setting up your page

-

You'll need to include code something like the following. -

+    

You'll need to include code something like the following. +

 <!-- The StoryMap container can go anywhere on the page. Be sure to
     specify a width and height.  The width can be absolute (in pixels) or
     relative (in percentage), but the height must be an absolute value.
@@ -41,7 +33,8 @@ 

Setting up your page

window.onresize = function(event) { storymap.updateDisplay(); // this isn't automatic } -</script>
+</script> +

When creating a StoryMap object, certain settings, if you wish to override the defaults, may be passed within the separate options parameter. However, as of StoryMap 0.4.6, you can also specify these directly in the storymap_data JSON, as "top-level" keys.

    @@ -56,19 +49,14 @@

    Setting up your page

  • call_to_action_text

-

Also, any specified fonts must be loaded by the embedding page. View the StoryMap embed tool source code for details. -

- +

Also, any specified fonts must be loaded by the embedding page. View the StoryMap embed tool source code for details.

JSON syntax

- -

StoryMapJS is still in beta, so the JSON format is subject to change. Most changes should be additions, providing backward compatibility. -

- +

StoryMapJS is still in beta, so the JSON format is subject to change. Most changes should be additions, providing backward compatibility.

Map-based storymaps tell stories with geographic locations. The JSON for these StoryMaps have the following structure: -

+      
 {
     width: integer,                // required for embed tool; width of StoryMap
-    height: integer,               // required for embed tool; width of StoryMap
+    height: integer,               // required for embed tool; height of StoryMap
     font_css: string,              // optional; font set
     calculate_zoom: true,              // optional; defaults to true.
     storymap: {
@@ -78,9 +66,9 @@ 

JSON syntax

map_subdomains: string, // optional slides: [object] // required; array of slide objects (see below) } -}
+} +

-

map_type may be either a custom URL tile template as described in the Leaflet documentation or one of the following coded values:

    @@ -88,20 +76,15 @@

    JSON syntax

  • stamen:toner - high-contrast black and white
  • stamen:toner-lines - just the lines (mostly roads) from the Toner style
  • stamen:toner-labels - just the labels (place names and roads) from the Toner style
  • -
  • stamen:terrain - map with roads as well as some natural features
  • stamen:watercolor - an artistic representation
  • osm:standard - maps used by OpenStreetMap
  • mapbox:map-id - replace map-id with a Mapbox Map ID (requires a MapBox account)

-

- map_subdomains is only relevant if you specify a custom URL tile template. If needed, it should be specified as a single string, where each character is a valid subdomain substitution (e.g. "abc"). -

- +

map_subdomains is only relevant if you specify a custom URL tile template. If needed, it should be specified as a single string, where each character is a valid subdomain substitution (e.g. "abc").

calculate_zoom is optional. StoryMapJS will compute the optimal zoom level for each of your slides so as to keep both the previous and the next map point visible. If you'd rather control the zoom level for each slide, set the calculate_zoom option to false and then be sure to set the zoom property for each slide.

-

Gigapixel StoryMaps tell stories using large, high-resolution images. The JSON for these StoryMaps have the following structure: -

+      
 {
     width: integer,                    // required for embed tool; width of StoryMap
     height: integer,                   // required for embed tool; height of StoryMap
@@ -120,17 +103,16 @@ 

JSON syntax

} slides: [object] // required; array of slide objects (see below) } -}
+} +

map_as_image gives StoryMap a hint about whether your gigapixel image is a map (such as a historic map) or a non-geographic image. When map_as_image is set to true, StoryMap understands that you are using a non-geographic image. It suppresses the line that connects markers, and it implicitly sets the calculate_zoom option to false, which means that you must make sure to set the zoom property for each of your slides.

-

For either type of StoryMap: -

The language setting specifies the language for user-interface controls and messages. Supported codes can be viewed here. -

-

The font_css value should be specified as an URL to your font CSS file or as "stock:code" (e.g. "stock:amatic-andika"). For an example of how to define a custom font CSS file, see the GitHub repository. The valid values for code above are the parts of the file names in the repository between font. and .css. Examples of the available fonts can be seen in this image. +

The language setting specifies the language for user-interface controls and messages. Supported codes can be viewed here.

+

The font_css value should be specified as an URL to your font CSS file or as "stock:code" (e.g. "stock:amatic-andika"). For an example of how to define a custom font CSS file, see the GitHub repository. The valid values for code above are the parts of the file names in the repository between font. and .css. Examples of the available fonts can be seen in this image.

Each object with the slides array has the following specification: -

+      
 {
     type: "overview",      // optional; if present must be set to "overview"
     location: {            // required for all slides except "overview" slide
@@ -146,15 +128,13 @@ 

JSON syntax

caption: string, // optional; brief explanation of media content credit: string // optional; creator of media content } -}
-

-

It is recommended that your first slide be an "overview" slide. The map on an overview slide will show the locations of all subsequent slides. -

-

The media URL can come from a number of different services, including YouTube, Flickr, Vimeo, and Twitter. You can get an overview of supported media types by looking at the StoryMapJS source code. +} +

- +

It is recommended that your first slide be an "overview" slide. The map on an overview slide will show the locations of all subsequent slides.

+

The media URL can come from a number of different services, including YouTube, Flickr, Vimeo, and Twitter. You can get an overview of supported media types by looking at the StoryMapJS source code.

-
+
{% endblock %} diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 00000000..99b4cc70 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,43 @@ + + + + +{% block head %} + {% include "_head.html" %} +{% endblock head %} + + + + + + + + +{% block content %} +{% endblock content %} + +{% block footer %} + {% include "_footer.html" %} +{% endblock footer %} + +{% block scripts %} + +{% endblock scripts %} + + diff --git a/templates/edit.html b/templates/edit.html index 6e4a1ec6..3df147dd 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -626,7 +626,6 @@ var map_type = _storymap_data.storymap.map_type || _default_data.storymap.map_type; if(map_type && map_type.match('^zoomify.*')) { - console.log('zoom'); $('.map-control-group').hide(); $('.zoomify-control-group').show(); @@ -650,6 +649,9 @@ .closest('.control-group').show(); $('#map_access_token') .val('').closest('.control-group').hide(); + $('#attribution') + .val(_storymap_data.storymap.attribution) + .show(); } else if(map_type && map_type.match('^mapbox:.+')) { $('#map_type_menu').val('mapbox'); $('#map_type').val(map_type.split(':')[1]).attr('placeholder', 'username.mapid') @@ -661,6 +663,9 @@ $('#map_access_token') .val(_storymap_data.storymap.map_access_token) .closest('.control-group').show(); + $('#attribution') + .val(_storymap_data.storymap.attribution) + .closest('.control-group').hide(); } else { switch(map_type) { case "stamen:toner-lite": @@ -681,6 +686,7 @@ $('#map_type').val('').closest('.control-group').hide(); $('#map_subdomains').val('').closest('.control-group').hide(); $('#map_access_token').val('').closest('.control-group').hide(); + $('#attribution').val('').closest('.control-group').hide(); } _map = new LeafletEditorMap(_map_options); @@ -934,9 +940,11 @@ $('#map_type').focus(); $('#map_subdomains').val('').closest('.control-group').show(); $('#map_access_token').val('').closest('.control-group').hide(); + $('#attribution').val('').closest('.control-group').show(); _storymap_data.storymap.map_type = ''; _storymap_data.storymap.map_subdomains = ''; + _storymap_data.storymap.attribution = ''; } else if(map_type == 'zoomify') { _storymap_data.storymap.zoomify = {}; @@ -962,9 +970,11 @@ $('#map_type').val('').closest('.control-group').hide(); $('#map_subdomains').val('').closest('.control-group').hide(); $('#map_access_token').val('').closest('.control-group').hide(); + $('#attribution').val('').closest('.control-group').hide(); _storymap_data.storymap.map_type = map_type; _storymap_data.storymap.map_subdomains = ''; + _storymap_data.storymap.attribution = ''; map_set_type(); } @@ -991,7 +1001,7 @@ break; } }) - .on('change', '#map_subdomains, #map_access_token', function(event) { + .on('change', '#map_subdomains, #map_access_token, #attribution', function(event) { var id = $(this).attr('id'); _storymap_data.storymap[id] = $(this).val().trim(); storymap_dirty(1); @@ -1146,6 +1156,15 @@ .on('show', function() { $(this).trigger('modal_show'); }); + + // ------------------------------------------------------------ +// Rosalie's work +// ------------------------------------------------------------ + + modal_init($('#html_modal')) + .on('show', function() { + $(this).trigger('modal_show'); + }); // ------------------------------------------------------------ // Slide options @@ -1513,7 +1532,7 @@ } - diff --git a/templates/examples/aryas-journey.html b/templates/examples/aryas-journey.html index 5d552773..0e90c3aa 100644 --- a/templates/examples/aryas-journey.html +++ b/templates/examples/aryas-journey.html @@ -1,3 +1,3 @@ {% extends "examples/_example_base.html" %} {% block basic_title %}Game of Thrones: Arya's Journey{% endblock %} -{% block json_url %}https://www.googledrive.com/host/0B1d8oNIpMx53Wk9CdDlVZ01qU1E/published.json{% endblock %} +{% block json_url %}https://uploads.knightlab.com/storymapjs/a1a349b51799ee49e96bed10cc235e7f/aryas-journey/published.json{% endblock %} diff --git a/templates/gigapixel.html b/templates/gigapixel.html index d3b59e53..68ce032f 100644 --- a/templates/gigapixel.html +++ b/templates/gigapixel.html @@ -1,136 +1,81 @@ -{% extends "_base.html" %} +{% extends "base.html" %} {% block title %}StoryMap for Gigapixel Images - {% endblock %} {% block content %}
-
-
-

StoryMap for Images

-

- You can use StoryMap to tell stories about photography or art, or to show a journey on a historic map. Learn more below the example. -

-
- - - - -
-
-

How do I make one?

-

To preface the instructions, the gigapixel feature of StoryMap is not as easy to use as most of our other tools because it requires hosting a folder of images on a web server. If you are unable to serve your images and make them accessible through the web, you won't be able to use the gigapixel feature of StoryMap.

-

You'll start with a large image for your gigapixel project. It doesn't actually need to be a gigapixel image, but images you take with your phone won't be big enough to be interesting. You need to know the image width and height in pixels as part of starting a gigapixel StoryMap.

-

Once you have a large image, export it as tiles. Windows and Mac users can use the Zoomify Express app. Or, if you have Photoshop, you can use its "Zoomify" export feature. (show me how) More technically-minded users can use command-line tools such as ZoomifyImage or VIPS.

-

This is when you'll need to be able to put your image folder onto a web server. You'll use the base url of the image folder for your exported tiles to make your gigapixel StoryMap.

-

After you have your image tiles up on a server, go to make a new StoryMap and choose the "gigapixel" button. (). Give your new project a name and enter the base url of your image tile folder on the web. Then enter the image width and height mentioned above, and you're ready to tell your gigapixel story.

+
+
+

StoryMap for Images

+

You can use StoryMap to tell stories about photography or art, or to show a journey on a historic map. Learn more below the example.

+
+ +
-
- - - -
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/index.html b/templates/index.html index 7d2c345f..7eb55c32 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,420 +1,26 @@ -{% extends "_base.html" %} -{% block head %} - -{% endblock %} -{% block content %} - -
-
-
-

StoryMapJS

-

Maps that tell stories.

-

Make a storymap now

- -
-
-
- - -
-
-
-
- - - -
-

Introducing StoryMapJS

-
-
-

- StoryMapJS is a free tool to help you tell stories on the web that highlight the locations of a series of events. It is a new tool, yet stable in our development environment, and it has a friendly authoring tool. StoryMap comes in two variants. -

-
-
Classic
-

- This version of StoryMapJS works with standard web maps. Add a slide for each place in your story--setting the location is as easy as a text search for the name, address, or latitude and longitude. Tell your story in text and easily add rich media -- images, videos, tweets, wikipedia pages, and much more. You can change the visual style of your map with a few presets, or you can use Mapbox to create your own style. -

-
Gigapixel
-

- StoryMapJS can also tell stories with large photographs, works of art, historic maps, and other image files. Because it works best with pixel-dense files, we call these "gigapixel" StoryMaps. Learn more. -

- -
-

- We welcome feedback and bug reports: you can use our support forum to post questions, or email support@knightlab.zendesk.com. -

-

- StoryMapJS is open source and offered under the MIT license. -

-
-
-
-

Sign up for updates

-

Get updates, tips and news by email. No Spam.

- -
-
- - -
- - -
-
- -
- -

Stay connected with us on twitter

-

- -

-
-
-
-
- - -
-

Examples

-

Have you made a StoryMap? Let us know and maybe we'll feature it here.

- - - +{% extends "base.html" %} +{% block head %} + {{ super() }} + {% if production %} + + {% endif %} + {% if not production %} + + {% endif %} +{% endblock head %} - - - - - - +{% block content %} +{% include "_header.html" %} -
+
+ {% include "_demo.html" %} + {% include "_overview.html" %} + {% include "_examples.html" %} + {% include "_help.html" %} +
-{% include "_help.html" %} +{% include "_storytelling_tools.html" %} -{% endblock %} +{% endblock content %} diff --git a/templates/robots.txt b/templates/robots.txt new file mode 100644 index 00000000..1f53798b --- /dev/null +++ b/templates/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/templates/select.html b/templates/select.html index c3466650..0901b68d 100644 --- a/templates/select.html +++ b/templates/select.html @@ -23,6 +23,43 @@ + @@ -44,32 +81,26 @@
- - Login with your Google account + +

The StoryMapJS editor uses your Google account for logging in, + so that only you can edit your projects, and + so that you don't need to remember another password. +
[ learn more ] +

-

In order to continue to use the StoryMap Editor, you must migrate your data. - This process will make copies of the StoryMaps currently on your Google Drive and store them on our new storage site. -

-

- None of the original data on your Google Drive will be altered, moved, or deleted, but the StoryMap Editor - will only work with the migrated copies. -

+

Your StoryMap account currently has content from an older version of the StoryMap editor which will not work due to changes in the Google Drive API. In order to continue editing these older entries, please do the following:

1. Find the folder on your Google Drive called KnightLabStoryMap/public

+

2. Share the contents of that folder with the gmail user: nuknightlab@gmail.com

+

3. Click the error report link below and send the resulting email to report this issue and to initiate the migration process

-

In order to continue to use the StoryMap Editor, you must finish migrating your data. - This process will make copies of the StoryMaps still on your Google Drive and store them on our new storage site. -

-

- None of the original data on your Google Drive will be altered, moved, or deleted, but the StoryMap Editor - will only work with the migrated copies. -

+

Your StoryMap account currently has content from an older version of the StoryMap editor which will not work due to changes in the Google Drive API. In order to continue editing these older entries, please do the following:

1. Find the folder on your Google Drive called KnightLabStoryMap/public

+

2. Share the contents of that folder with the gmail user: nuknightlab@gmail.com

+

3. Click the error report link below and send the resulting email to report this issue and to initiate the migration process

@@ -125,10 +156,6 @@ | Logout
  - - Start Migration - - Resume Migration Cancel @@ -519,6 +546,8 @@ make_storymap_list(); + + // Already migrated? if(_user.migrated) { if(_params.import_url) { @@ -533,7 +562,20 @@ ajax_get("{{ url_for('storymap_migrate_list') }}", {}, function(error) { - $modal.trigger('reset', format_error('Error getting migration list', error)); + // No longer triggering this error due to changes in Google Drive + //$modal.trigger('reset', format_error('Error getting migration list', error)); + ajax_get("{{ url_for('storymap_migrate_done') }}", {}, + function(error) { + $modal.trigger('reset', format_error('Error setting migration status', error)); + }, + function(data) { + if(_params.import_url) { + $modal.trigger('show_import'); + } else { + $modal.trigger('show_list'); + } + } + ); }, function(data) { if(data.migrate_list.length) { @@ -543,6 +585,10 @@ } else { $modal.trigger('show_migrate'); } + var link = format_report_link('StoryMap Data Migration Required'); + link = $(link).find('a'); + link.addClass('entry-panel entry-migrate btn btn-success'); + $('.modal-footer').append(link); } else { ajax_get("{{ url_for('storymap_migrate_done') }}", {}, function(error) { diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/integration_tests.py b/tests/integration_tests.py new file mode 100644 index 00000000..3bf13b8e --- /dev/null +++ b/tests/integration_tests.py @@ -0,0 +1,99 @@ +"""Integration testing requiring access to S3 + +Be sure to set the following env vars: + +AWS_SECRET_ACCESS_KEY +AWS_ACCESS_KEY_ID +AWS_TEST_BUCKET (defaults to test.knilab.com) + +Note: we are in the process to transitioning to boto3 in order support localstack based testing and development. To use with localstack, be sure also to set: + +AWS_ENDPOINT_URL="http://localhost:4572" +""" +import importlib +import json +import os +import sys +import unittest +import boto +import botocore +import boto3 + +if __name__ == "__main__": + if not os.environ.get('FLASK_SETTINGS_MODULE', ''): + os.environ['FLASK_SETTINGS_MODULE'] = 'core.settings.loc' + +settings_module = os.environ.get('FLASK_SETTINGS_MODULE') +try: + importlib.import_module(settings_module) +except ImportError, e: + raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (settings_module, e)) + +settings = sys.modules[os.environ['FLASK_SETTINGS_MODULE']] +settings.TEST_MODE = False +settings.AWS_STORAGE_BUCKET_NAME = os.environ.get('AWS_TEST_BUCKET', 'test.knilab.com') + +try: + from storymap.storage import all_keys, save_from_data +except boto.exception.S3ResponseError: + raise Exception(""" + +boto2 response error loading module storymap.storage. Check your environment variables + +During transition from boto2 to boto3, real connections to S3 are required to test the legacy code. Be sure AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID are set +""") + + +class StorageTestCase(unittest.TestCase): + + def test_list_keys(self): + keys = all_keys() + # TODO: this is not yet testing anything + + def test_save_from_data(self): + file_name = 'test1.json' + key_name = '%s/%s' % (settings.AWS_STORAGE_BUCKET_KEY, file_name) + content_type = 'application/json' + content = json.dumps({ 'test_key': 'test_value' }) + save_from_data(key_name, content_type, content) + endpoint = settings.AWS_ENDPOINT_URL + if endpoint: + s3 = boto3.resource('s3', endpoint_url=endpoint) + else: + s3 = boto3.resource('s3') + obj = s3.Object(settings.AWS_STORAGE_BUCKET_NAME, key_name) + try: + self.assertEqual('test_value', + json.loads(obj.get()['Body'].read())['test_key']) + except botocore.exceptions.ConnectionError: + self.fail(""" +boto3 connection error in test. Check your environment variables + +Be sure AWS_ENDPOINT_URL points to a valid localized endpoint. If connecting to S3, be sure AWS_ENDPOINT_URL is blank or not set and that AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID are set +""") + except Exception as e: + if 'NoSuchBucket' in e.message: + self.fail(""" +Could not connect. No such bucket: %s +AWS endpoint: %s + +NOTE: StoryMap and these tests do not create the storage bucket. For testing, your endpoint should have a bucket named according to your AWS_TEST_BUCKET environment variable. With localstack, this bucket can be created with the following command: + +aws --endpoint-url=http://localhost:4572 s3 mb s3://%s +""" % (obj.bucket_name, endpoint, settings.AWS_TEST_BUCKET)) + elif 'NoSuchKey' in e.message: + self.fail(""" +No such key error + +The `save_from_data` function currently only saves to remote S3. To get this test passing, we will need to migrate to boto3 usage that allows for local storage (via localstack) or remote (to s3) +""") + else: + raise + + +def suite(): + tests = ['test_list_keys', 'test_save_from_data'] + return unittest.TestSuite(map(StorageTestCase, tests)) + +if __name__=='__main__': + unittest.main() diff --git a/tests/unit_tests.py b/tests/unit_tests.py new file mode 100644 index 00000000..db9705fc --- /dev/null +++ b/tests/unit_tests.py @@ -0,0 +1,10 @@ +import unittest + +class NothingTestCase(unittest.TestCase): + + def test_nothing(self): + self.assertTrue(True) + + +if __name__=='__main__': + unittest.main() diff --git a/zoomify/README.md b/zoomify/README.md new file mode 100644 index 00000000..c980792b --- /dev/null +++ b/zoomify/README.md @@ -0,0 +1,15 @@ +#Using Zoomify + +There are many ways to export your images into tiles for Gigapixel, but the simplest way is to use PhotoShop. + +To do this, first, open the image you want to use as your Gigapixel background image in PhotoShop. + +Next, go to Image in the menu bar. Click on "Image Size" and change the size of your image. It is recommended that you have either a width or height of 10,000px. Make sure the image size is in pixels. + +![alt tag](zoomify-tutorial-image-size.png) + +Save your image. Then, on the menu bar, click File. Choose Export, and then Zoomify. + +PhotoShop will create three files: a folder named after your image, an HTML file and ZoomifyImageViewer-min.js. + +Put these files onto your web server. When you link to the custom background in Gigapixel, make sure the URL links to the folder that Zoomify generated. The tiles will be found inside this folder diff --git a/zoomify/zoomify-tutorial-image-size.png b/zoomify/zoomify-tutorial-image-size.png new file mode 100644 index 00000000..42029390 Binary files /dev/null and b/zoomify/zoomify-tutorial-image-size.png differ