Skip to content

brownish/mongoose-geojson-schema

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongoose-geojson-schema

About

Schema definitions for GeoJSON types for use with Mongoose JS

Usage

var GeoJSON = require('mongoose-geojson-schema');
var mongoose = require('mongoose');

var schema = new mongoose.Schema({
	geoFeature:GeoJSON.Feature
});

License

Copyright (c) 2014, RideAmigos. (MIT License)

See LICENSE for more info.

About

Schema definitions for GeoJSON types for use with Mongoose JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%