Introduce ol.format.MVT

This commit is contained in:
Andreas Hocevar
2015-10-13 14:18:00 +02:00
parent 8f4756c99b
commit 598111b78e
8 changed files with 311 additions and 3 deletions
+5 -1
View File
@@ -38,9 +38,11 @@
"metalsmith": "1.6.0",
"metalsmith-templates": "0.7.0",
"nomnom": "1.8.0",
"pbf": "1.3.5",
"pixelworks": "1.0.0",
"rbush": "1.3.5",
"temp": "0.8.1",
"vector-tile": "1.1.3",
"walk": "2.3.4"
},
"devDependencies": {
@@ -64,6 +66,8 @@
},
"ext": [
"rbush",
{"module": "pixelworks", "browserify": true}
{"module": "pbf", "browserify": true},
{"module": "pixelworks", "browserify": true},
{"module": "vector-tile", "name": "vectortile", "browserify": true}
]
}