This commit is contained in:
j 2021-10-22 13:40:24 +01:00
parent 962bb72fe8
commit f6236df70d

View file

@ -338,5 +338,5 @@ config.layer = config.layer || layer
if (config.annotations) {
renderAnnotations(config)
} else {
loadAnnotatoins(config)
loadAnnotations(config)
}