You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been relatively stable recently (the next version is coming soon). I am still maintaining it by fixing bugs and adding features as needed. But as this is a community project now, unless there is a high demand for a feature I mainly concentrate on the ones I need and rely on pull requests for the rest. Feel free to send PRs.
On May 4, 2021, at 3:15 PM, Tariq Daouda ***@***.***> wrote:
It has been relatively stable recently. I am still maintaining it by fixing bugs and adding features as needed. But as this is a community project now, unless there is a high demand for a feature I mainly concentrate on the ones I need and rely on pull request for the rest. Feel free to send PRs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#202 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAIDPWY2MYHWCNCYK73HTSLTMBPXVANCNFSM44C5CWDQ>.
Instead of ensureGeoIndex, you could try creating a geo index using ensureIndex as it accepts additional index arguments. collection.ensureIndex(index_type='geo', fields=['b'], name=None, geoJson=True)
ensureGeoIndex creates geo indexes with geoJson set to false
How much is this client maintained? I see almost no activity within the last year.
The text was updated successfully, but these errors were encountered: