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: {
|
||||
'RasterSource': {
|
||||
type: 'raster',
|
||||
url: '{{public_url}}data/{{id}}.json' + keyParam
|
||||
url: '{{public_url}}styles/{{id}}.json' + keyParam
|
||||
}
|
||||
},
|
||||
layers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue