Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 356 Bytes

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.