An MVF will contain a single ManifestSchema object, which will be
a ManifestCollection object with a single feature, containing the
ManifestProperties of the MVF. In the bundle, this will be a file called
manifest.geojson.
The manifest has references to all of the other files in the bundle. In a zip
file, all files will be in folders described in the contents property of the
manifest, but it would also be correct to have the manifest file at some URL and
for contents to describe relative paths to the other files.
with the expectation that floors.geojson will contain a FloorsSchema object, with a FloorsCollection
containing four features, one with each of those Ids.
An MVF will contain a single ManifestSchema object, which will be a ManifestCollection object with a single feature, containing the ManifestProperties of the MVF. In the bundle, this will be a file called
manifest.geojson.The manifest has references to all of the other files in the bundle. In a zip file, all files will be in folders described in the contents property of the manifest, but it would also be correct to have the manifest file at some URL and for contents to describe relative paths to the other files.
Example
this would correspond to a
contentsproperty of:with the expectation that floors.geojson will contain a FloorsSchema object, with a FloorsCollection containing four features, one with each of those Ids.
See
Interface