Automattic / Automattic/mongoose

Official geojson types

Open
#6,606 0 comments 6 reactions 0 assignees View on GitHub
plugin
Dominant language
JavaScript
Stars
27.5k
Forks
4k
Avg merge
2d 7h
Merged PRs (30d)
35

Description

Lots of people use mongoose with geojson, so it would be handy to have officially supported types so you can do things like:

```javascript
new schema({
poly: mongoose.Types.Polygon,
feature: mongoose.Types.Feature(mongoose.Types.Polygon)
});
```

Re: #6599, #6597

Contributor guide

Open the contributing guide

Research direction

Start by reviewing related issues #6599 and #6597, then locate how Mongoose currently defines schema types. Done means officially supported Polygon and Feature types can be used in schemas as shown in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, mongodb
Domain
database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.