{"version":3,"file":"well-known-parser2.cjs","sources":["../src/constants.ts"],"sourcesContent":["export const GEOMETRY_TYPES = {\n  Point: {\n    wkt: 'POINT',\n    wkb: 1,\n    geoJSON: 'Point',\n  },\n  LineString: {\n    wkt: 'LINESTRING',\n    wkb: 2,\n    geoJSON: 'LineString',\n  },\n  Polygon: {\n    wkt: 'POLYGON',\n    wkb: 3,\n    geoJSON: 'Polygon',\n  },\n  MultiPoint: {\n    wkt: 'MULTIPOINT',\n    wkb: 4,\n    geoJSON: 'MultiPoint',\n  },\n  MultiLineString: {\n    wkt: 'MULTILINESTRING',\n    wkb: 5,\n    geoJSON: 'MultiLineString',\n  },\n  MultiPolygon: {\n    wkt: 'MULTIPOLYGON',\n    wkb: 6,\n    geoJSON: 'MultiPolygon',\n  },\n  GeometryCollection: {\n    wkt: 'GEOMETRYCOLLECTION',\n    wkb: 7,\n    geoJSON: 'GeometryCollection',\n  },\n} as const;\n\nexport type GeometryType = keyof typeof GEOMETRY_TYPES;\nexport type FormatType = 'wkt' | 'wkb' | 'geoJSON';\n\nexport default GEOMETRY_TYPES;\n"],"names":["GEOMETRY_TYPES"],"mappings":"4GAAO,MAAMA,EAAiB,CAC5B,MAAO,CACL,IAAK,QACL,IAAK,EACL,QAAS,OAAA,EAEX,WAAY,CACV,IAAK,aACL,IAAK,EACL,QAAS,YAAA,EAEX,QAAS,CACP,IAAK,UACL,IAAK,EACL,QAAS,SAAA,EAEX,WAAY,CACV,IAAK,aACL,IAAK,EACL,QAAS,YAAA,EAEX,gBAAiB,CACf,IAAK,kBACL,IAAK,EACL,QAAS,iBAAA,EAEX,aAAc,CACZ,IAAK,eACL,IAAK,EACL,QAAS,cAAA,EAEX,mBAAoB,CAClB,IAAK,qBACL,IAAK,EACL,QAAS,oBAAA,CAEb"}