remove unassociated fix

This commit is contained in:
acalcutt 2022-09-18 02:56:32 -04:00
parent bb06e510d0
commit a9816cecc0
2 changed files with 0 additions and 2 deletions

View file

@ -145,7 +145,6 @@ export const serve_data = {
Object.assign(tileJSON, info); Object.assign(tileJSON, info);
tileJSON['tilejson'] = '2.0.0'; tileJSON['tilejson'] = '2.0.0';
tileJSON['id'] = id;
delete tileJSON['filesize']; delete tileJSON['filesize'];
delete tileJSON['mtime']; delete tileJSON['mtime'];
delete tileJSON['scheme']; delete tileJSON['scheme'];

View file

@ -704,7 +704,6 @@ export const serve_rendered = {
const tileJSON = { const tileJSON = {
'tilejson': '2.0.0', 'tilejson': '2.0.0',
'name': styleJSON.name, 'name': styleJSON.name,
'id': id,
'attribution': '', 'attribution': '',
'minzoom': 0, 'minzoom': 0,
'maxzoom': 20, 'maxzoom': 20,