Fix: facade gardens: restore forgottne rendering

This commit is contained in:
Pieter Vander Vennet 2023-11-12 13:03:07 +01:00
parent daf6956f9d
commit f8fa1841e4
4 changed files with 86 additions and 10 deletions

View file

@ -173,6 +173,8 @@ export default class GeoLocationHandler {
properties[k] = location[k]
}
}
console.log(location)
properties["_all"] = JSON.stringify(location)
const feature = <Feature>{
type: "Feature",