Parse PBF directly in ol.format.MVT

This change also fixes a previous issue, where MultiPolygon geometries for
ol.Feature features were never created.
This commit is contained in:
Andreas Hocevar
2017-08-28 19:05:10 +02:00
parent 4b4f383043
commit 3cb5060497
5 changed files with 364 additions and 174 deletions

View File

@@ -50,7 +50,6 @@
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"temp": "0.8.3",
"@mapbox/vector-tile": "1.3.0",
"walk": "2.3.9"
},
"devDependencies": {
@@ -148,11 +147,6 @@
{
"module": "pixelworks",
"import": "Processor"
},
{
"module": "@mapbox/vector-tile",
"name": "vectortile",
"import": "VectorTile"
}
]
}