Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Created March 31, 2011 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/896930 to your computer and use it in GitHub Desktop.
Save andrewxhill/896930 to your computer and use it in GitHub Desktop.
result = {
SearchTerm: 'Puma',
SourceTypes : {
GBIFPoints : {
id: 1,
layers: [123,
0323,
434,
533,],
},
MOLRanges : {
id: 2,
layer: [001,
012,
111,
134,],
},
},
NameMatches: {
'Puma concolor': [123,
0323,
434,
533,
001,
012,],
'Puma yagouaroundi': [111,],
'Smilisca puma': [134,],
},
Layers: {
123 : {
name: 'Puma concolor',
source: 'GBIF',
type: 'Points',
otherStuff: 'blah blah'
},
111 : {
name: 'Smilisca puma',
source: 'MOL',
type: 'Range',
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment