remove unassociated fix
This commit is contained in:
parent
bb06e510d0
commit
a9816cecc0
2 changed files with 0 additions and 2 deletions
|
|
@ -145,7 +145,6 @@ export const serve_data = {
|
|||
Object.assign(tileJSON, info);
|
||||
|
||||
tileJSON['tilejson'] = '2.0.0';
|
||||
tileJSON['id'] = id;
|
||||
delete tileJSON['filesize'];
|
||||
delete tileJSON['mtime'];
|
||||
delete tileJSON['scheme'];
|
||||
|
|
|
|||
|
|
@ -704,7 +704,6 @@ export const serve_rendered = {
|
|||
const tileJSON = {
|
||||
'tilejson': '2.0.0',
|
||||
'name': styleJSON.name,
|
||||
'id': id,
|
||||
'attribution': '',
|
||||
'minzoom': 0,
|
||||
'maxzoom': 20,
|
||||
|
|
|
|||
Loading…
Reference in a new issue