<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:42:50 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[COMPASS-6363] Geographic visualisation for nested geoJson object</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6363</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;ProblemStatement%2FRationale&quot;&gt;&lt;/a&gt;&lt;b&gt;Problem Statement/Rationale&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;The geographic visualisation is not working anymore after upgrading Compass to the last version and analyzing the schema. I can reproduce the issue with the last version 1.34.1 with a geoJson object in a nested document. This is working if the object is at root level with 1.34.1 , and working fine in previous versions (1.33.x and 1.32.x).&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;StepstoReproduce&quot;&gt;&lt;/a&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;Sample document:&lt;br/&gt;
{&lt;br/&gt;
 &quot;adresse&quot;: {&lt;br/&gt;
  &quot;location&quot;: &lt;/p&gt;
{
   &quot;coordinates&quot;: [
    -1.173479,
    46.162422
   ],
   &quot;type&quot;: &quot;Point&quot;
  }
&lt;p&gt; }&lt;br/&gt;
}&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;ExpectedResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Expected Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/420989/420989_image-2022-12-09-17-44-49-692.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;ActualResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Actual Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;Missing map:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/420988/420988_image-2022-12-09-17-46-03-113.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;AdditionalNotes&quot;&gt;&lt;/a&gt;&lt;b&gt;Additional Notes&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;Any additional information that may be useful to include.&lt;/font&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2207317">COMPASS-6363</key>
            <summary>Geographic visualisation for nested geoJson object</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</assignee>
                                    <reporter username="anas.dhouib@mongodb.com">Anas Dhouib</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Dec 2022 16:48:18 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:40 +0000</updated>
                            <resolved>Fri, 16 Dec 2022 08:46:42 +0000</resolved>
                                    <version>1.34.1</version>
                                    <fixVersion>1.34.2</fixVersion>
                    <fixVersion>1.35.0</fixVersion>
                                    <component>Schema</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5057748" author="xgen-internal-githook" created="Thu, 15 Dec 2022 16:04:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(schema): pass the preference as a prop when nesting Field &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6363&quot; title=&quot;Geographic visualisation for nested geoJson object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6363&quot;&gt;&lt;del&gt;COMPASS-6363&lt;/del&gt;&lt;/a&gt; (#3890)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;use the wrapped field when nesting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rather just pass the prop&lt;br/&gt;
Branch: 1.34-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/2a5f5e2f9c330347cea3dbd1417cd3909703e1d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/2a5f5e2f9c330347cea3dbd1417cd3909703e1d1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5057520" author="xgen-internal-githook" created="Thu, 15 Dec 2022 15:10:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(schema): pass the preference as a prop when nesting Field &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6363&quot; title=&quot;Geographic visualisation for nested geoJson object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6363&quot;&gt;&lt;del&gt;COMPASS-6363&lt;/del&gt;&lt;/a&gt; (#3890)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;use the wrapped field when nesting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rather just pass the prop&lt;br/&gt;
Branch: 1.35-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/87c3f8c440e4766b546cfa8301177662b051bf30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/87c3f8c440e4766b546cfa8301177662b051bf30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5050623" author="xgen-internal-githook" created="Tue, 13 Dec 2022 11:46:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(schema): pass the preference as a prop when nesting Field &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6363&quot; title=&quot;Geographic visualisation for nested geoJson object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6363&quot;&gt;&lt;del&gt;COMPASS-6363&lt;/del&gt;&lt;/a&gt; (#3890)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;use the wrapped field when nesting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rather just pass the prop&lt;br/&gt;
Branch: aggregations-stage-components&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/87c3f8c440e4766b546cfa8301177662b051bf30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/87c3f8c440e4766b546cfa8301177662b051bf30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5050543" author="xgen-internal-githook" created="Tue, 13 Dec 2022 11:02:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: fix(schema): pass the preference as a prop when nesting Field &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6363&quot; title=&quot;Geographic visualisation for nested geoJson object&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6363&quot;&gt;&lt;del&gt;COMPASS-6363&lt;/del&gt;&lt;/a&gt; (#3890)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;use the wrapped field when nesting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rather just pass the prop&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/87c3f8c440e4766b546cfa8301177662b051bf30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/87c3f8c440e4766b546cfa8301177662b051bf30&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5048007" author="JIRAUSER1261456" created="Mon, 12 Dec 2022 16:18:24 +0000"  >&lt;p&gt;Actually nevermind. I have found the source of the bug.&lt;/p&gt;</comment>
                            <comment id="5047668" author="JIRAUSER1261456" created="Mon, 12 Dec 2022 15:11:37 +0000"  >&lt;p&gt;Hi Anas&lt;/p&gt;

&lt;p&gt;Thanks for reporting this. Could you please check something for me? If you go to Help -&amp;gt; Settings, then in the settings modal the Privacy flag, is &quot;Enable Geographic Visualizations&quot; checked?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="420989" name="image-2022-12-09-17-44-49-692.png" size="1446342" author="anas.dhouib@mongodb.com" created="Fri, 9 Dec 2022 16:44:51 +0000"/>
                            <attachment id="420988" name="image-2022-12-09-17-46-03-113.png" size="180176" author="anas.dhouib@mongodb.com" created="Fri, 9 Dec 2022 16:46:04 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 12 Dec 2022 15:11:37 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 7 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 7 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>anas.dhouib@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>leroux.bodenstein@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1m7af:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i14rvk:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6755">Iteration Quahog</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1ltfr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>