robotrick

Results 4 comments of robotrick

I'm running into the same problem. Any solutions?

Will give it a try and come back later, thank you @PascalSenn

Doesn't work for me, same exception ``` .AddSpatialTypes(x => x .DefaultSrid(4326) .AddCoordinateSystemFromString(4326, WKT4326) .AddCoordinateSystemFromString(26918, WKT26918)) ``` the overload for AddCoordinateSystem(number, string) is not avalible in 12.11.1 without .AddCoordinateSystemFromString(4326, WKT4326) throws...

@PascalSenn: The fault was mine, sorry. Defining the DefaultSrid() and using "distance" instead of "within" solved my problem. guess i found a typo in the documentation: https://chillicream.com/docs/hotchocolate/integrations/spatial-data ``` { pubs(...