Remove a URL from a map attachment - Fluid Topics - Latest

Map Attachments

Category
Technical Notes
Audience
public
Version
Latest

It is possible to use a control file to remove a URL from a map attachment as follows:

  1. Create a FluidTopicsControlfile.xml control file with an empty originURL element.

    <?xml version='1.0' encoding='utf-8'?>
    <controlFile>
        <resources>
            <resource>
                <originId>$FTMAP_ID</originId>
                    <attachments>
                        <attachment>
                            <originId>my_attachment</originId>
                            <originUrl></originUrl>
                        </attachment>
                     </attachments>
             </resource>
        </resources>
    </controlFile>
    
  2. Compress the FluidTopicsControlFile.xml file in a ZIP archive.

  3. Upload the ZIP archive to Fluid Topics through the source used to publish the attachment.

There is no need to reupload the document.