Make feature styles compatible with declutter
Remove type def relating to deleted line
This commit is contained in:
@@ -935,7 +935,6 @@ function createFeatureStyleFunction(style, styleUrl, defaultStyle, sharedStyles,
|
||||
*/
|
||||
function(feature, resolution) {
|
||||
let drawName = showPointNames;
|
||||
/** @type {Style|undefined} */
|
||||
let name = '';
|
||||
if (drawName) {
|
||||
const geometry = feature.getGeometry();
|
||||
|
||||
Reference in New Issue
Block a user