You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -562,7 +562,9 @@ export class MyMap extends LitElement {
// Assign a label to each feature based on its' index
sketches.forEach((sketch,i)=>{
sketch.set("label",`${i+1}`);// needs to be type string in order to be parsed by Style "Text"
// If this feature already exists and is only being modified, use its' current label, else use index (needs to be type string in order to be parsed by Style "Text")