Skip to content

Instantly share code, notes, and snippets.

@RalucaNicola
Created May 12, 2020 11:43
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/92adee1ab557f96feefc1670e047ba2d to your computer and use it in GitHub Desktop.
Save RalucaNicola/92adee1ab557f96feefc1670e047ba2d to your computer and use it in GitHub Desktop.
sketchViewModel.on("create", function (event) {
if (event.state === "complete") {
const geometry = event.graphic.geometry;
buildingLayerView.filter = {
geometry: geometry,
spatialRelationship: "contains"
};
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment