Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created April 30, 2014 21:41
Show Gist options
  • Save tmcw/11439262 to your computer and use it in GitHub Desktop.
Save tmcw/11439262 to your computer and use it in GitHub Desktop.
var srs = require('./');
srs.parse(JSON.stringify({
type:"FeatureCollection",
features: [],
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment