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.
Creator Indoor Maps Upload File Conversion failed
Uppalapati Vinay Kumar
40
Reputation points
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": {}
}