remove stray quotes

This commit is contained in:
acalcutt 2023-01-20 19:20:15 -05:00
parent a3c086c8c6
commit 01de1f8f1f
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
'RasterSource': {
type: 'raster',
url: '{{public_url}}data/{{id}}.json' + keyParam,
tileSize": 256
tileSize: 256
}
},
layers: [

View file

@ -64,7 +64,7 @@
'RasterSource': {
type: 'raster',
url: '{{public_url}}styles/{{id}}.json' + keyParam,
tileSize": 256
tileSize: 256
}
},
layers: [