marook / osm-read

an openstreetmap XML and PBF data parser for node.js and the browser
GNU Lesser General Public License v3.0
107 stars 25 forks source link

Update dependencies (ProtoBuf.js and zlib.js) #31

Closed nrenner closed 9 years ago

nrenner commented 9 years ago

ProtoBuf.js now also supports Node.js Buffer, buffer conversions are no longer necessary. Differences in buffer.js have become obsolete because of a common API.

Also fixes the browserify build by using minifyify instead of trying to require the already minified versions.

@marook could you please do a quick review? Tests succeed, but e.g. I don't know what the offsetting to 0x789c was for.