Fix note import layer
This commit is contained in:
parent
f51b51c491
commit
58fa9a4cd4
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default class CreateNoteImportLayer extends Conversion<LayerConfigJson, L
|
|||
description: trs(t.description, { title: layer.title.render }),
|
||||
source: {
|
||||
osmTags: {
|
||||
and: ["id~[0-9]+", "comment_url~.*notes/[0-9]*g.json"],
|
||||
and: ["id~[0-9]+", "comment_url~.*notes/[0-9]*/comment.json"],
|
||||
},
|
||||
geoJson:
|
||||
"https://api.openstreetmap.org/api/0.6/notes.json?limit=10000&closed=" +
|
||||
|
|
Loading…
Reference in a new issue