forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
25880ed7d3
16 changed files with 111 additions and 63 deletions
|
@ -28,7 +28,7 @@
|
|||
"_first_user_id:=get(feat)('comments')[0].uid",
|
||||
"_is_import_note:=(() => {const lines = feat.properties['_first_comment'].split('\\n'); const matchesMapCompleteURL = lines.map(l => l.match(\".*https://mapcomplete.\\(osm.be|org\\)/\\([a-zA-Z_-]+\\)\\(.html\\).*#import\")); const matchedIndexes = matchesMapCompleteURL.map((doesMatch, i) => [doesMatch !== null, i]).filter(v => v[0]).map(v => v[1]); return matchedIndexes[0] })()"
|
||||
],
|
||||
"isShown": "_total_comments>0",
|
||||
"isShown": "comments!=[]",
|
||||
"minzoom": 7,
|
||||
"title": {
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue