diff options
Diffstat (limited to 'chimere/utils.py')
-rw-r--r-- | chimere/utils.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chimere/utils.py b/chimere/utils.py index 41ffeaf..1877441 100644 --- a/chimere/utils.py +++ b/chimere/utils.py @@ -319,6 +319,10 @@ class ShapefileManager(ImportManager): if not srid: # try with the default projection srid = settings.CHIMERE_EPSG_DISPLAY_PROJECTION + msg = _(u"SRID cannot be guessed. The default SRID (%s) has " + u"been used.") % srid + #If imported items are not well located " + # u"ask your data provider for the SRID to use.") % srid shapefilename = tmpdir + os.sep + sources[0] ds = DataSource(shapefilename) lyr = ds[0] |