typo
This commit is contained in:
parent
e6d882c575
commit
83228a5ead
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ function loadAnnotations(config) {
|
||||||
'layers'
|
'layers'
|
||||||
]}).then(response => {
|
]}).then(response => {
|
||||||
var annotations = []
|
var annotations = []
|
||||||
if (Array.isArray(config.layer) {
|
if (Array.isArray(config.layer)) {
|
||||||
config.layer.forEach(layer => {
|
config.layer.forEach(layer => {
|
||||||
response.data.layers[layer].forEach(annotation => {
|
response.data.layers[layer].forEach(annotation => {
|
||||||
if (!(config.user && annotation.user != config.user)) {
|
if (!(config.user && annotation.user != config.user)) {
|
||||||
|
|
Loading…
Reference in a new issue