Creator Indoor Maps Upload File Conversion failed

Uppalapati Vinay Kumar 40 Reputation points
2023-09-27T13:14:41.3166667+00:00

I am trying to create a sample Indoor Maps. I have used the file provided in the documentation of the Microsoft. https://github.com/Azure-Samples/am-creator-indoor-data-examples/tree/master/Drawing%20Package%202.0

I am able to upload the file and generate the operationId. After that I am trying to convert the file. Then it was throwing the error as below. Please provide a solution or working file to try the indoor maps. Please let me know if any configuration needs to be updated.

{
    "operationId": "",
    "created": "",
    "status": "Failed",
    "error": {
        "code": "dwgConversionProblem",
        "details": [
            {
                "code": "failed",
                "details": [
                    {
                        "code": "manifestError",
                        "message": "The manifest provided in the DWG zip package has an invalid version."
                    }
                ]
            }
        ]
    },
    "properties": {}
}

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
734 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Uppalapati Vinay Kumar 40 Reputation points
    2023-10-31T04:30:25.12+00:00

    For DWG CAD File conversion, we can use the tool https://azure.github.io/azure-maps-creator-onboarding-tool/ provided in the updated Azure Maps documentation. It will be uploaded, converted and creates the dataset. Provides the MapConfigurationId with that we can add in the map.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.