@@ -752,10 +752,10 @@ private void createDataCiteMappingConcept()
752752 #region GeoLocationPoint
753753
754754 if ( ! mappingKeys . Any ( k => k . XPath . Equals ( "data/attributes/geoLocations/geoLocationPoint/pointLongitude" ) ) )
755- conceptManager . CreateMappingKey ( "PointLongitude" , "" , "" , true , true , "data/attributes/geoLocations/geoLocationPoint/pointLongitude" , mappingConcept , geoLocations_geoLocationPoint ) ;
755+ conceptManager . CreateMappingKey ( "PointLongitude" , "" , "" , true , false , "data/attributes/geoLocations/geoLocationPoint/pointLongitude" , mappingConcept , geoLocations_geoLocationPoint ) ;
756756
757757 if ( ! mappingKeys . Any ( k => k . XPath . Equals ( "data/attributes/geoLocations/geoLocationPoint/pointLatitude" ) ) )
758- conceptManager . CreateMappingKey ( "PointLatitude" , "" , "" , true , true , "data/attributes/geoLocations/geoLocationPoint/pointLatitude" , mappingConcept , geoLocations_geoLocationPoint ) ;
758+ conceptManager . CreateMappingKey ( "PointLatitude" , "" , "" , true , false , "data/attributes/geoLocations/geoLocationPoint/pointLatitude" , mappingConcept , geoLocations_geoLocationPoint ) ;
759759
760760 #endregion
761761
@@ -766,16 +766,16 @@ private void createDataCiteMappingConcept()
766766 #region GeoLocationBox
767767
768768 if ( ! mappingKeys . Any ( k => k . XPath . Equals ( "data/attributes/geoLocations/geoLocationBox/westBoundLongitude" ) ) )
769- conceptManager . CreateMappingKey ( "WestBoundLongitude" , "" , "" , true , true , "data/attributes/geoLocations/geoLocationBox/westBoundLongitude" , mappingConcept , geoLocations_geoLocationBox ) ;
769+ conceptManager . CreateMappingKey ( "WestBoundLongitude" , "" , "" , true , false , "data/attributes/geoLocations/geoLocationBox/westBoundLongitude" , mappingConcept , geoLocations_geoLocationBox ) ;
770770
771771 if ( ! mappingKeys . Any ( k => k . XPath . Equals ( "data/attributes/geoLocations/geoLocationBox/eastBoundLongitude" ) ) )
772- conceptManager . CreateMappingKey ( "EastBoundLongitude" , "" , "" , true , true , "data/attributes/geoLocations/geoLocationBox/eastBoundLongitude" , mappingConcept , geoLocations_geoLocationBox ) ;
772+ conceptManager . CreateMappingKey ( "EastBoundLongitude" , "" , "" , true , false , "data/attributes/geoLocations/geoLocationBox/eastBoundLongitude" , mappingConcept , geoLocations_geoLocationBox ) ;
773773
774774 if ( ! mappingKeys . Any ( k => k . XPath . Equals ( "data/attributes/geoLocations/geoLocationBox/southBoundLatitude" ) ) )
775- conceptManager . CreateMappingKey ( "SouthBoundLatitude" , "" , "" , true , true , "data/attributes/geoLocations/geoLocationBox/southBoundLatitude" , mappingConcept , geoLocations_geoLocationBox ) ;
775+ conceptManager . CreateMappingKey ( "SouthBoundLatitude" , "" , "" , true , false , "data/attributes/geoLocations/geoLocationBox/southBoundLatitude" , mappingConcept , geoLocations_geoLocationBox ) ;
776776
777777 if ( ! mappingKeys . Any ( k => k . XPath . Equals ( "data/attributes/geoLocations/geoLocationBox/northBoundLatitude" ) ) )
778- conceptManager . CreateMappingKey ( "NorthBoundLatitude" , "" , "" , true , true , "data/attributes/geoLocations/geoLocationBox/northBoundLatitude" , mappingConcept , geoLocations_geoLocationBox ) ;
778+ conceptManager . CreateMappingKey ( "NorthBoundLatitude" , "" , "" , true , false , "data/attributes/geoLocations/geoLocationBox/northBoundLatitude" , mappingConcept , geoLocations_geoLocationBox ) ;
779779
780780 #endregion
781781
0 commit comments