window.appConfig = { "branchId": "emory-community", "branchDisplayName": "Emory Community", "environment": "production", "meta": { "title": "Emory Community", "url": "emory-community", "contact": { "name": "Jon Smith", "email": "jsmith@sasaki.com" }, "type": { "studio": "Campus", "market": "Parks", "lang": "en" } }, "map": { "initView": { "zoom": 17, "center": { lat: 33.7911299, lng: -84.3234318 }, }, "baseImages": [ { "title": "Roadmap", "baseImage": { "url": "https://api.mapbox.com/styles/v1/tadiraman/cj7c0wdqzaitl2spm61zytkq7/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1IjoidGFkaXJhbWFuIiwiYSI6IktzUnNGa28ifQ.PY_hnRMhS94SZmIR2AIgug", "attr": "MapBox" } }, { "title": "Satellite", "isdefault": true, "baseImage": { "url": "https://api.mapbox.com/styles/v1/tadiraman/cj7jjlth36ipm2sp1s1f90pik/tiles/256/{z}/{x}/{y}@2x?access_token=pk.eyJ1IjoidGFkaXJhbWFuIiwiYSI6IktzUnNGa28ifQ.PY_hnRMhS94SZmIR2AIgug", "attr": "MapBox" } } ], "defaultBaseLayer": "Satellite", "zoom": {min: 12, max: 18}, "layerIds": { "Satellite": "cj7jjlth36ipm2sp1s1f90pik", "RoadMap": "cjlgmsb7r25m02rmnmlpt0guo" }, "overlays": [] }, "content": { "brand": { "logo": "logo.png", "brandColor": "#004990" }, "introduction": { "headline": "Welcome", "text": "As we consider what the future of Emory looks like, we want to hear from you! Use this interactive tool to create a map that reflects your experiences at Emory. Add points, lines, and shapes to tell us your own unique perspective. We'll aggregate these maps from all participants to discover patterns, challenges, and opportunities.", "dataUsage": "Your responses are anonymous. We protect your privacy and all data is only used internally.", "instructions": "Draw points, lines, or shapes using different categories to illustrate your experiences, and leave a comment or thumbs up if you'd like. You can move the map, zoom in and out, and change the map base to roadmap or satellite. After you've drawn points, lines, or shapes, you can edit or delete them by clicking on them again. Have fun!" }, "thankyou": { "headline": "Thank you", "text": "Thanks for sharing your experiences. Your input is important to us, and your perspective will help shape the future of this place. We will be sharing survey results on the project website below, so please stay tuned!", "label": "Go to project website", "link": "http://emory.sasaki.com/" }, "demographics": { "headline": "About You", "description": "We'd like to ask just a few questions about you!" } }, "questions": [ { "type": "icon", "questions": [ { "questionid": 1, "text": "Where do you...", "icons": [ { "id": "work", "text": "Work", "image": "work2.png" }, { "id": "dine", "text": "Eat", "image": "dine.png" }, { "id": "live", "text": "Live", "image": "live.png" }, { "id": "socialize", "text": "Hang out", "image": "socializing.png" }, { "id": "go_out", "text": "Go out", "image": "go_out.png" }, { "id": "recreate", "text": "Recreate", "image": "recreate.png" } ] }, { "questionid": 2, "text": "What you consider to be...", "icons": [ { "id": "improvement", "text": "Area of Improvement", "image": "improvement.png" }, { "id": "heart", "text": "Heart of Campus", "image": "heart.png" }, { "id": "hardreach", "text": "Hard to reach", "image": "hardreach.png" }, { "id": "welcoming", "text": "Welcoming space", "image": "welcoming.png" }, { "id": "nonwelcoming", "text": "Un-welcoming space", "image": "nonwelcoming.png" }, { "id": "reflective", "text": "Reflective space", "image": "reflective.png" }, { "id": "pedestrian_conflict", "text": "Pedestrian conflict", "image": "pedestrian_conflict.png" } ] } ] }, { "type": "polyline", "questions": [ { "questionid": 1, "text": "How do you get around campus?", "icons": [ { "id": "walking", "text": "Walking", "color": "#278081", "image": "walking.png" }, { "id": "biking", "text": "Biking", "color": "#677DFF", "image": "biking.png" }, { "id": "transit", "text": "Transit", "color": "#42CC98", "image": "bus.png" }, { "id": "car", "text": "Driving", "color": "#D36168", "image": "car.png" }, { "id": "hiking", "text": "Hiking", "color": "#E16D08", "image": "hiking.png" } ] } ] }, { "type": "polygon", "questions": [ { "questionid": 1, "text": "Draw the region that defines...", "icons": [ { "id": "oncampus", "text": "On Campus", "color": "#D34200", "image": "oncampus.png" }, { "id": "campuscore", "text": "Campus Core", "color": "#8CAE30", "image": "campuscore.png" } ] } ] } ], "survey": { "schema": { "type": "object", "properties": { "Q1": { "title": "", "type": "object", "properties": { "multipleChoicesList": { "type": "array", "title": "What is your role? (hold 'Ctrl' or 'command' key to select multiple options)", "items": { "type": "string", "enum": [ "Community member", "Faculty", "Student", "Staff", "Alumni" ] }, "uniqueItems": true } } }, "Q2": { "title": "", "type": "object", "properties": { "neighborhood": { "type": "string", "title": "What neighborhood do you live in?", "enum": [ "Biltmore Acres", "Clairmont Heights", "Druid Hills", "Mason Mill", "Morningside-Lenox park", "Victoria Estates", "Woodland Hills", "Other" ] } }, "dependencies": { "neighborhood": { "oneOf": [{ "properties": { "neighborhood": { "enum": [ "Biltmore Acres", "Clairmont Heights", "Druid Hills", "Mason Mill", "Morningside-Lenox park", "Victoria Estates", "Woodland Hills" ] } } }, { "properties": { "neighborhood": { "enum": [ "Other" ] }, "other_neighborhood": { "type": "string", "title": "Please enter your neighborhood." } } } ] } } } } } } };