Skip to content

Commit

Permalink
mvt_single_layer_vector_source udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 17, 2021
1 parent b990f5a commit 147f1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class MVTSingleLayerVectorSource
return tooltips;
}

async loadIsEditable(): Promise<boolean> {
async supportsFeatureEditing(): Promise<boolean> {
return false;
}
}
Expand Down

0 comments on commit 147f1c8

Please sign in to comment.