Remove now obsolete tiles

This commit is contained in:
Pieter Vander Vennet 2020-12-06 00:39:00 +01:00
parent a9dfce72a6
commit 37e4d0cf73
155 changed files with 0 additions and 1712 deletions

View file

@ -4,14 +4,6 @@
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"main": "index.js",
"staticFiles": {
"staticPath": [
{
"staticPath": "tiles/",
"staticOutDir": "tiles/"
}
]
},
"scripts": {
"start": "parcel *.html UI/** Logic/** assets/** assets/**/** assets/**/**/** vendor/* vendor/*/*",
"test": "ts-node test/*",
@ -59,7 +51,6 @@
"canvas": "^2.6.1",
"fs": "0.0.1-security",
"marked": "^1.1.1",
"parcel-plugin-static-files-copy": "^2.4.3",
"promise-svg2img": "^0.2.0",
"read-file": "^0.2.0",
"ts-node": "^9.0.0",