Closed yurtesen closed 6 years ago
I added toGeoJSON() function to abstract point... I only investigated Point type so if I ever use other types I can add them too. Unfortunately I am not good at adding tests. I hope somebody takes care of that part :)
…_pt. These functions does NOT exist in MySQL. Moved INSTALL.md to doc/configuration.md. Both contained redundant information. Added workaround functions geometry_overlaps, geography_overlaps to be able to use && operator in PostGIS.
Changed ArithmeticPrimary() to ArithmeticFactor() because most inputs may have negative/positive signs and ArithmeticPrimary() does not take this into consideration. See EBNF Arithmetic Expressions.