Created
July 30, 2019 11:50
-
-
Save RalucaNicola/56c482f00414a207325ed7a01215b5bc 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
const renderer = { | |
type: "simple", | |
symbol: { | |
type: "polygon-3d", | |
symbolLayers: [{ | |
type: "extrude", | |
material: { | |
color: [86, 72, 31] | |
}, | |
size: 100 | |
}] | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment