Use TopoJSON for smaller files
This commit is contained in:
parent
dc8302479e
commit
3037fb8f17
8 changed files with 64 additions and 24 deletions
|
|
@ -79,7 +79,7 @@ var paths = {
|
|||
'layers/config/geometry.js',
|
||||
],
|
||||
layersConfigDestName: 'layersConf.js',
|
||||
boundaries: 'resources/boundaries/*.geojson',
|
||||
boundaries: ['resources/boundaries/*.geojson', 'resources/boundaries/*.topo.json'],
|
||||
zip: ['dist/**', 'index.html', 'config.template.js', 'keys.template.js'],
|
||||
dest: 'dist',
|
||||
destName: 'brouter-web',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue