I’m attempting to get wayfinding working using the latest Azure Maps Creator 2023-03-01-preview APIs and lacking some know-how for how to supply the correct data for the package to support it.
The docs say wayfinding requires facility ontology 2.0 feature classes for “structure” and “verticalPenetration” in order to determine best path. I presume I define these classes in the manifest.json v2 file. However, the building package requirement docs for manifest 2.0 describes featureClassProperties as something that only maps to dwg layers, so I cannot for example specify if a “unit” isRouteable=true.
I’ve been using the v2 sample from https://github.com/Azure-Samples/am-creator-indoor-data-examples and modified the class names to match facility ontology 2.0 names for structure and verticalPenetration but for some reason the conversion service still interprets the data as a “custom” ontology.
How can the sample v2 package be modified to support wayfinding using this preview?