fix: add missing semicolon
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
8e6fac11a2
commit
371e757e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -1498,7 +1498,7 @@ export const serve_rendered = {
|
||||||
if (extension === 'pmtiles') {
|
if (extension === 'pmtiles') {
|
||||||
const info = await GetPMtilesInfo(mbtilesFile);
|
const info = await GetPMtilesInfo(mbtilesFile);
|
||||||
const metadata = info.metadata;
|
const metadata = info.metadata;
|
||||||
map.sources[metadata.name.toLowerCase()] = mbtilesFile
|
map.sources[metadata.name.toLowerCase()] = mbtilesFile;
|
||||||
|
|
||||||
if (!repoobj.dataProjWGStoInternalWGS && metadata.proj4) {
|
if (!repoobj.dataProjWGStoInternalWGS && metadata.proj4) {
|
||||||
// how to do this for multiple sources with different proj4 defs?
|
// how to do this for multiple sources with different proj4 defs?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue