Floor map not loading in "Request a space" catalog item for safe workspaceIssue Floor map not loading in "Request a space" catalog item for safe workspaceResolution1. Reduce dxf.json file size by selecting only required layers while importing. It will also help in loading map faster.2. After following step 1, if the size is still greater than 5MB, create a sys property com.glide.attachment.max_get_size and specify max size limit in bytes. The process is specified in the following documenthttps://docs.servicenow.com/bundle/paris-platform-administration/page/administer/form-administration/reference/r_AdministeringAttachments.html While troubleshooting we have added property com.glide.attachment.max_get_size and specified the limit as 10MB (10*1024*1024) and the Map is loading now.