<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:57 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>[SERVER-1760] Support geo searches across the anti-meridian</title>
                <link>https://jira.mongodb.org/browse/SERVER-1760</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Improvement request:&lt;/p&gt;

&lt;p&gt;Customer wants to be able to take the viewport that Google Maps generates and use Mongo to find my points within that viewport. If the viewport spans the anti-meridian, you currently get the error &quot;area must be &amp;gt; 0&quot;. For example, lower left corner is &lt;span class=&quot;error&quot;&gt;&amp;#91;10, 170&amp;#93;&lt;/span&gt; and upper right is &lt;span class=&quot;error&quot;&gt;&amp;#91;20, 30&amp;#93;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;Without this, customer will need to split the viewport into two and do two queries, then join the results.&lt;/p&gt;

&lt;p&gt;It would be much better if MongoDB handled it directly.&lt;/p&gt;

&lt;p&gt;Implementation details:&lt;br/&gt;
Would need to support $center and $near, need to determine applicability of $box&lt;/p&gt;

&lt;p&gt;Search keywords: geo wrap&lt;/p&gt;</description>
                <environment></environment>
        <key id="13047">SERVER-1760</key>
            <summary>Support geo searches across the anti-meridian</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</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="9">Done</resolution>
                                        <assignee username="greg_10gen">Greg Studer</assignee>
                                    <reporter username="alvin">Alvin Richards</reporter>
                        <labels>
                    </labels>
                <created>Wed, 8 Sep 2010 23:55:45 +0000</created>
                <updated>Tue, 12 Jul 2016 00:18:04 +0000</updated>
                            <resolved>Thu, 15 Nov 2012 15:57:36 +0000</resolved>
                                    <version>1.7.0</version>
                                    <fixVersion>2.3.2</fixVersion>
                                    <component>Geo</component>
                                        <votes>3</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="521175" author="mmuelleros" created="Sat, 22 Mar 2014 13:13:16 +0000"  >&lt;p&gt;Thank you for introducing the new geo indexing. But you should mention not using the $box operator for queries if you have a spherical coordinate system in your documentation more explicitly. The remark &quot;The $box operator returns documents based on grid coordinates and does not query for GeoJSON shapes.&quot; is insufficient in my opinion. &lt;/p&gt;</comment>
                            <comment id="190384" author="greg_10gen" created="Thu, 15 Nov 2012 15:57:36 +0000"  >&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2874&quot; title=&quot;Support for &amp;quot;point in polygon&amp;quot; and &amp;quot;polygon intersects polygon&amp;quot; queries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2874&quot;&gt;&lt;del&gt;SERVER-2874&lt;/del&gt;&lt;/a&gt;, new geo indexing will address this problem.&lt;/p&gt;</comment>
                            <comment id="181470" author="greg_10gen" created="Thu, 1 Nov 2012 16:32:59 +0000"  >&lt;p&gt;The new indexing changes we&apos;re working on, based on the S2 spherical geometry library, should allow this to work.  &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2874&quot; title=&quot;Support for &amp;quot;point in polygon&amp;quot; and &amp;quot;polygon intersects polygon&amp;quot; queries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2874&quot;&gt;&lt;del&gt;SERVER-2874&lt;/del&gt;&lt;/a&gt; has updates.&lt;/p&gt;</comment>
                            <comment id="180897" author="mmuelleros" created="Wed, 31 Oct 2012 12:52:55 +0000"  >&lt;p&gt;I would appreciate this issue to be solved soon. It is open for more than two years now.&lt;/p&gt;

&lt;p&gt;The workaround to execute a query with two $within terms that are linked with the $or operator isn&apos;t working, because the $or operator does not allow &apos;special&apos; query terms... (see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3984&quot; title=&quot;Support $or and geo queries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3984&quot;&gt;&lt;del&gt;SERVER-3984&lt;/del&gt;&lt;/a&gt;!!!)&lt;br/&gt;
Therefore one can only execute two separate queries and join the results on client site. That&apos;s nonsatisfying...&lt;/p&gt;

&lt;p&gt;Any other suggestions?&lt;/p&gt;</comment>
                            <comment id="17920" author="eliot" created="Thu, 9 Sep 2010 02:20:35 +0000"  >&lt;p&gt;Mathias: how much work do you think that is?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="15395">SERVER-2874</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="23292">SERVER-4027</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 9 Sep 2010 02:20:35 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 47 weeks, 4 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_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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 47 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alvin</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>mmuelleros</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpfkv:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20557</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hszvrb:</customfieldvalue>

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