OpenCities Map CONNECT Edition Help

Dynamic Feature Scoring Configuration Variables

Environment Variable

Description

Example

MS_GEOXFM_DYNAMICFEATURESCORING_FILES

Specifies a list of XML files containing DFS rules for processing.

MS_GEOXFM_DYNAMICFEATURESCORING_FILES > $(MS_GEOXFM_XML_DIR)features/dynamicScoring/*.xml

MS_GEOXFM_NO_DYNAMICSCOREDFEATURES

Specifies that the DFS engine is off and will not featurize elements. This results in the elements being identified the same manner as in MicroStation. Since the elements are not being read as features, they are not available to OpenCities Map tools such as Exporting to shapefiles or the Map Manager.

MS_GEOXFM_NO_DYNAMICSCOREDFEATURES = 1

MS_GEOXFM_NO_LEVELFEATURES

Specifies that the DFS engine should not identify non-cell elements as features with feature name equal to the element's level name if no DFS rule matches the element. The default behavior is that elements are identified as level features if no DFS rule matches the element.

MS_GEOXFM_NO_LEVELFEATURES = 1

MS_GEOXFM_NO_CELLNAMEFEATURES

Specifies that the DFS engine should not identify cell elements as features with feature name equal to the element's cell name if no DFS rule matches the element. The default behavior is that cell elements are identified as cell name features if no DFS rule matches the element.

MS_GEOXFM_NO_CELLNAMEFEATURES = 1