Add new layer property audioCopyright

This commit is contained in:
PizZaKatZe 2021-12-11 22:24:28 +01:00
parent aad582df70
commit 80794975aa
3 changed files with 38 additions and 5 deletions

View file

@ -8,6 +8,12 @@
"id":1,
"name":"start",
"opacity":1,
"properties":[
{
"name":"audioCopyright",
"type":"string",
"value":"Copyright 2021 John Doe"
}],
"type":"tilelayer",
"visible":true,
"width":10,
@ -124,4 +130,4 @@
"type":"map",
"version":1.4,
"width":10
}
}