Name Last Update
..
CommonDefs.xid.xml Loading commit data...
ProbeApi.xid.xml Loading commit data...
README.md Loading commit data...
ReferenceData.xid.xml Loading commit data...
SurveyApi.xid.xml Loading commit data...
TileDefinitions.xid.xml Loading commit data...
TileManagementApi.xid.xml Loading commit data...
TileServiceApi.xid.xml Loading commit data...
XIDData.prop Loading commit data...

SLAM XIDs

SLAM XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is required to maintain backward compatibility.

Generate / Verify XIDData.prop

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop https://xid.location.studio/Tensor/V1.1/XIDData.prop \
     -prop https://xid.location.studio/GeoSpatial/V1.0/XIDData.prop \
     -prop https://xid.location.studio/HPE/V1.2/XIDData.prop \
     -prop https://xid.location.studio/SLAM/V1.0/XIDData.prop \
     https://xid.location.studio/SLAM/V1.0/CommonDefs.xid.xml \
     https://xid.location.studio/SLAM/V1.0/ProbeApi.xid.xml \
     https://xid.location.studio/SLAM/V1.0/ReferenceData.xid.xml \
     https://xid.location.studio/SLAM/V1.0/SurveyApi.xid.xml \
     https://xid.location.studio/SLAM/V1.0/TileDefinitions.xid.xml \
     https://xid.location.studio/SLAM/V1.0/TileManagementApi.xid.xml \
     https://xid.location.studio/SLAM/V1.0/TileServiceApi.xid.xml

or

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop ../../Tensor/V1.0.0/XIDData.prop \
     -prop ../../GeoSpatial/V1.0/XIDData.prop \
     -prop ../../HPE/V1.2/XIDData.prop \
     -prop XIDData.prop \
     CommonDefs.xid.xml \
     ProbeApi.xid.xml \
     ReferenceData.xid.xml \
     SurveyApi.xid.xml \
     TileDefinitions.xid.xml \
     TileManagementApi.xid.xml \
     TileServiceApi.xid.xml

If xidcg reports:

Generating: xidout/meta/XID/XIDData.prop

Then something has changed and XIDData.prop needs to get updated.