Skip to content

Commit

Permalink
Fix layer type (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral authored Aug 8, 2024
1 parent 526e497 commit 37ba4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speckle_connector_3/src/constants/type_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module SpeckleConnector3
OBJECTS_OTHER_DISPLAYSTYLE = 'Objects.Other.DisplayStyle'

SPECKLE_CORE_MODELS_COLLECTION = 'Speckle.Core.Models.Collections.Collection'
SPECKLE_CORE_MODELS_LAYER_COLLECTION = 'Speckle.Core.Models.Collections.Collection:Speckle.Core.Models.Collections.Layer'
SPECKLE_CORE_MODELS_LAYER_COLLECTION = 'Speckle.Core.Models.Collections.Collection:Speckle.Core.Models.Layer'
SPECKLE_CORE_MODELS_COLLECTION_RASTER_LAYER = 'Speckle.Core.Models.Collection:Objects.GIS.RasterLayer'
SPECKLE_CORE_MODELS_COLLECTION_VECTOR_LAYER = 'Speckle.Core.Models.Collection:Objects.GIS.VectorLayer'

Expand Down

0 comments on commit 37ba4d9

Please sign in to comment.