Declutter all wpt types (including notes)

This commit is contained in:
Eric van der Vlist 2023-03-13 17:35:49 +01:00
parent 9588ca7749
commit 7a2752e286
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export const Wpt: Component<Props> = ({
if (feature1) {
vectorSources[1].removeFeature(feature1);
}
if (wpt()?.extensions?.category === 'note') {
if (false && wpt()?.extensions?.category === 'note') {
vectorSources[1].addFeatures(features);
} else {
vectorSources[0].addFeatures(features);