There was an error while loading. Please reload this page.
Lots of people use mongoose with geojson, so it would be handy to have officially supported types so you can do things like:
new schema({ poly: mongoose.Types.Polygon, feature: mongoose.Types.Feature(mongoose.Types.Polygon) });
Re: #6599, #6597