Merge pull request #1717 from twpayne/binary-format

Add ol.format.Binary
This commit is contained in:
Tom Payne
2014-02-21 12:27:13 +01:00
14 changed files with 395 additions and 23 deletions
+3 -2
View File
@@ -324,13 +324,14 @@ def examples_star_json(name, match):
'//jquery-1.7.js',
'../externs/bingmaps.js',
'../externs/bootstrap.js',
'../externs/closure-compiler.js',
'../externs/example.js',
'../externs/geojson.js',
'../externs/topojson.js',
'../externs/oli.js',
'../externs/proj4js.js',
'../externs/tilejson.js',
'../externs/closure-compiler.js',
'../externs/topojson.js',
'../externs/vbarray.js',
],
})
with open(t.name, 'w') as f: