AIFDR / riab

Risk in a Box - main project
Other
17 stars 6 forks source link

What is the difference between layer.name and layer.title? #180

Open uniomni opened 13 years ago

uniomni commented 13 years ago

Tried to specify a title different to the filename in file_upload, but 1: It seems to change both layer.name and layer.title to the same string. 2: It causes the upload test to fail as they need the filename and not the title.

It would be great to keep track of both basename and nominated title in the layer object.

See FIXME's in storage/io.py