Created
January 2, 2017 22:27
-
-
Save hpanno/1dff49e5f84809383ccce79758322dfc to your computer and use it in GitHub Desktop.
This file contains 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
import: https://mapzen.com/carto/refill-style/4/refill-style.yaml | |
sources: | |
projectpolygons_20161206: | |
type: GeoJSON | |
url: https://gist.github.com/hpanno/3b7279cc6a0d4565db330f8fb23e0694 | |
layers: | |
# Project Polygons | |
projectpolygons_20161206: | |
data: { source: projectpolygons_20161206 } | |
draw: | |
polygons: | |
color: '#BCE3B4' | |
order: global.sdk_order_under_roads_0 # 290 in Refill | see https://mapzen.com/documentation/cartography/api-reference/#basic-underlay | |
lines: | |
width: [[8, 0.5px], [18, 5px]] | |
color: '#518946' | |
order: global.sdk_order_under_roads_1 # 291 in Refill | see https://mapzen.com/documentation/cartography/api-reference/#basic-underlay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment