Skip to content

Instantly share code, notes, and snippets.

@RalucaNicola
Created July 30, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RalucaNicola/56c482f00414a207325ed7a01215b5bc to your computer and use it in GitHub Desktop.
Save RalucaNicola/56c482f00414a207325ed7a01215b5bc to your computer and use it in GitHub Desktop.
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