Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3wZI-006i8e-AG for pgadmin-hackers@arkaria.postgresql.org; Fri, 17 Nov 2023 10:59:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r3wZH-00Dg6Q-1x for pgadmin-hackers@arkaria.postgresql.org; Fri, 17 Nov 2023 10:59:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3wZG-00Dg6H-Oa for pgadmin-hackers@lists.postgresql.org; Fri, 17 Nov 2023 10:59:22 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3wZE-006tCn-PZ for pgadmin-hackers@lists.postgresql.org; Fri, 17 Nov 2023 10:59:22 +0000 Received: from github.com (hubbernetes-node-614d841.ac4-iad.github.net [10.52.134.23]) by smtp.github.com (Postfix) with ESMTPA id C9BA2700812 for ; Fri, 17 Nov 2023 02:59:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700218758; bh=QvQVLwhGflaFKll61Wx662W686Pma6jEA0XzBzl5qhU=; h=Date:From:To:Subject:From; b=IL8h/qNYpLtZR6VQCQcZSnAFe9nnZGoJFZgWr+hJvihBvQGrCooP3+gCG4sjcVv/q quM/15RGizZ7wBVNXtUhLFbYMbLcnRTC2b+jIHDb+ekoDqjNLy8L7q4GHpkkdkoRtz jOJO9AJByCNU5k56P3mjh6zi25XxhIyLRl0S1Bz0= Date: Fri, 17 Nov 2023 02:59:18 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0bc044: Fixed an issue where Geometry Viewer renders geome... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0bc044fa673cc5d396fdd086133c8f7b1839ee09 https://github.com/pgadmin-org/pgadmin4/commit/0bc044fa673cc5d396fdd086133c8f7b1839ee09 Author: Aditya Toshniwal Date: 2023-11-17 (Fri, 17 Nov 2023) Changed paths: M docs/en_US/release_notes_7_9.rst M web/pgadmin/misc/properties/CollectionNodeProperties.jsx M web/pgadmin/static/js/Theme/overrides/rcdock.override.js M web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx Log Message: ----------- Fixed an issue where Geometry Viewer renders geometry incorrectly after trying to view 3D or non-4326 SRID geometry. #6017