From 37ba4d9a802876b2574b62cd6a314f8afc443958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Koral?= <45078678+oguzhankoral@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:13:45 +0300 Subject: [PATCH] Fix layer type (#360) --- speckle_connector_3/src/constants/type_constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speckle_connector_3/src/constants/type_constants.rb b/speckle_connector_3/src/constants/type_constants.rb index d4af89e3..aee5acfc 100644 --- a/speckle_connector_3/src/constants/type_constants.rb +++ b/speckle_connector_3/src/constants/type_constants.rb @@ -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'