|
@@ -36,7 +36,7 @@ class BaseSpatialOperations:
|
|
|
# match; used in spatial_function_name().
|
|
|
function_names = {}
|
|
|
|
|
|
- # Blacklist/set of known unsupported functions of the backend
|
|
|
+ # Set of known unsupported functions of the backend
|
|
|
unsupported_functions = {
|
|
|
'Area', 'AsGeoJSON', 'AsGML', 'AsKML', 'AsSVG', 'Azimuth',
|
|
|
'BoundingCircle', 'Centroid', 'Difference', 'Distance', 'Envelope',
|