MCPcopy
hub / github.com/django/django / LayerMapError

Class LayerMapError

django/contrib/gis/utils/layermapping.py:39–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38# LayerMapping exceptions.
39class LayerMapError(Exception):
40 pass
41
42
43class InvalidString(LayerMapError):

Callers 7

__init__Method · 0.85
check_ogr_fldMethod · 0.85
check_layerMethod · 0.85
check_srsMethod · 0.85
feature_kwargsMethod · 0.85
coord_transformMethod · 0.85
saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected