Created
August 17, 2016 08:24
-
-
Save IvanSanchez/868241d4cb8d3395ef984ec5b0c0ddac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cameras: | |
camera1: | |
type: perspective | |
lights: | |
light1: | |
type: directional | |
direction: [0, 1, -.5] | |
diffuse: .3 | |
ambient: 1 | |
sources: | |
#ne: | |
#type: TopoJSON | |
#url: ne_10m_admin_0_countries.json | |
#max_zoom: 16 | |
gloshaugen: | |
type: GeoJSON | |
url: walls_1_1.pretty.json | |
max_zoom: 24 | |
layers: | |
walls: | |
data: { source: gloshaugen } | |
draw: | |
lines: | |
#order: 1 | |
color: red | |
width: 5 | |
#ne_10m_admin_0_countries: | |
#data: { source: ne} | |
#draw: | |
#polygons: | |
#order: 3 | |
#color: '#ff9000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment