forked from MapComplete/MapComplete
Add explicit api_url to config and testserver-mode indication, add id rewrite when changes are applied to fix image upload on a new object, various formatting fixes; version bump
This commit is contained in:
parent
39376c0012
commit
a4db7178f4
16 changed files with 277 additions and 192 deletions
|
@ -82,10 +82,9 @@ export default class MetaTagging {
|
|||
this.updateCurrentSelectedElement()
|
||||
let lastUpdateMoment = new Date()
|
||||
const tags = state?.featureProperties?.getStore(feature.properties.id)
|
||||
console.log("Binding an updater to", feature)
|
||||
let updateCount = 0
|
||||
tags?.addCallbackD(() => {
|
||||
console.log(
|
||||
console.debug(
|
||||
"Received an update! Re-calculating the metatags, timediff:",
|
||||
new Date().getTime() - lastUpdateMoment.getTime()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue