forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
918225409a
6 changed files with 22 additions and 6 deletions
|
|
@ -212,7 +212,7 @@ export class ImageUploadManager {
|
|||
args.featureId
|
||||
)
|
||||
|
||||
if (args.featureId.startsWith("note/")) {
|
||||
if (!isNaN(Number(args.featureId))) {
|
||||
// This is an OSM-note
|
||||
const url = result.absoluteUrl
|
||||
await this._osmConnection.addCommentToNote(args.featureId, url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue