Some more experimentation

This commit is contained in:
Pieter Vander Vennet 2024-02-29 14:54:14 +01:00
parent 42e99f3aca
commit aa88a3f964
3 changed files with 13 additions and 13 deletions

View file

@ -48,7 +48,8 @@ export default class LinkedDataLoader {
]
private static ignoreTypes = [
"Breadcrumblist"
"Breadcrumblist",
"http://schema.org/SearchAction"
]
static async geoToGeometry(geo): Promise<Geometry> {