remove redundant format support

This commit is contained in:
David Manzanares 2017-10-06 16:07:47 +02:00
parent d29da0bcc3
commit 78671aa499

View File

@ -20,7 +20,6 @@ const MAPNIK_SUPPORTED_FORMATS = {
'png': true, 'png': true,
'png32': true, 'png32': true,
'grid.json': true, 'grid.json': true,
'mvt': true,
'mvt': true 'mvt': true
} }