forked from MapComplete/MapComplete
Fix: facade gardens: restore forgottne rendering
This commit is contained in:
parent
daf6956f9d
commit
f8fa1841e4
4 changed files with 86 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue