foutklasse GEOJSON_PARSE_ERROR
Fout bij het parseren van GeoJSON: <parseError>
op positie <pos>
Parameters
- parseError: beschrijving van de aangetroffen parseringsfout.
- pos: de positie op basis van 1 in de GeoJSON-tekenreeks waar de parseringsfout is opgetreden.
Uitleg
Sommige georuimtelijke functies kunnen deze fout retourneren bij het parseren van de invoer, die naar verwachting de GeoJSON-indeling heeft. Meer informatie over de GeoJSON-indeling.
Voorbeelden
-- Feeding an empty point in GeoJSON format into the h3_polyfillash3 function (as opposed to a polygon or multipolygon).
> SELECT h3_polyfillash3('{"type":"Point","coordinates":[]}', 2)
[GEOJSON_PARSE_ERROR] Error parsing GeoJSON: Invalid or unsupported type '"Point"' at position 9
-- Feeding an polygon with invalid GeoJSON (missing closing } at the end)
> SELECT H3_PolyfillAsH3('{"type":"Polygon","coordinates":[[[-122.4194,37.7749],[-118.2437,34.0522],[-74.0060,40.7128],[-122.4194,37.7749]]]', 2)
[GEOJSON_PARSE_ERROR] Error parsing GeoJSON: Unexpected end of GeoJSON string at position 115
Functies die de foutklasse uitgeven
- h3_coverash3 functie
- h3_coverash3string functie
- h3_pointash3 functie
- h3_pointash3string functie
- h3_polyfillash3 functie
- h3_polyfillash3string Functie
- h3_tessellateaswkb functie