Add overpass-layer (first sketches)
This commit is contained in:
parent
6238842ad0
commit
7532488a02
9 changed files with 665 additions and 19 deletions
5
babel.config.js
Normal file
5
babel.config.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
presets: [['@babel/preset-env', {}]],
|
||||
sourceType: 'script',
|
||||
exclude: [/node_modules\/(?!overpass-layer\/).*/],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue