@@ -134,7 +134,7 @@ export const STRING_TYPE_DATAPROVIDER={label: 'String Type',
134134export const CLASS_PROPERTIES_LIST = [ { label :'Enum Property' , id :'ChoiceProperty' , range :'' } ,
135135 { label :'Numeric Property' , id :'NumericProperty' , defaultRange :'xsd:decimal' } ,
136136 { label :'String Property' , id :'StringProperty' , defaultRange :'xsd:string' } ,
137- { label :'Geo Property' , id :'GeoProperty' , defaultRange :'xdd:coordinate' } ,
137+ // {label:'Geo Property', id:'GeoProperty',defaultRange:'xdd:coordinate'},
138138 { label :'Temporal Property' , id :'TemporalProperty' , defaultRange :'xsd:dateTime' } ,
139139 { label :'Boolean Property' , id :'BooleanProperty' , defaultRange :'xsd:boolean' } ,
140140 { label :'JSON Property' , id :'JSONProperty' , defaultRange :'sys:JSON' } ,
@@ -146,7 +146,7 @@ export const GET_ICON_NAME={StringProperty:'custom-img-string',
146146 JSONProperty :'custom-img-string' ,
147147 NumericProperty :'custom-img-number_alt' ,
148148 ChoiceProperty :'custom-img-choice' ,
149- GeoProperty :'custom-img_map' ,
149+ // GeoProperty:'custom-img_map',
150150 TemporalProperty :'custom-img-temporal' ,
151151 LinkProperty :'custom-img-classes' }
152152
0 commit comments