fix raster path
This commit is contained in:
parent
753d81d9fa
commit
c0dae1b843
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
sources: {
|
sources: {
|
||||||
'RasterSource': {
|
'RasterSource': {
|
||||||
type: 'raster',
|
type: 'raster',
|
||||||
url: '{{public_url}}data/{{id}}.json' + keyParam
|
url: '{{public_url}}styles/{{id}}.json' + keyParam
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
layers: [
|
layers: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue