remove stray quotes
This commit is contained in:
parent
a3c086c8c6
commit
01de1f8f1f
2 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
'RasterSource': {
|
'RasterSource': {
|
||||||
type: 'raster',
|
type: 'raster',
|
||||||
url: '{{public_url}}data/{{id}}.json' + keyParam,
|
url: '{{public_url}}data/{{id}}.json' + keyParam,
|
||||||
tileSize": 256
|
tileSize: 256
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
layers: [
|
layers: [
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
'RasterSource': {
|
'RasterSource': {
|
||||||
type: 'raster',
|
type: 'raster',
|
||||||
url: '{{public_url}}styles/{{id}}.json' + keyParam,
|
url: '{{public_url}}styles/{{id}}.json' + keyParam,
|
||||||
tileSize": 256
|
tileSize: 256
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
layers: [
|
layers: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue