geometryTypeFromWKB: function (wkb) {
    if (!wkb) return null;

    var typeMap = {
      '0001': 'Point',