Added DXF file type

This commit is contained in:
M66B 2021-08-19 10:08:27 +02:00
parent 44e62cfd57
commit c7b7994c9c
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ public class EntityAttachment {
extension = extension.toLowerCase(Locale.ROOT);
// Fix types
if ("dxf".equals(extension))
return "application/dxf";
if ("gpx".equals(extension))
return "application/gpx+xml";