Declutter all wpt types (including notes)
This commit is contained in:
parent
9588ca7749
commit
7a2752e286
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue