Skip to content

Instantly share code, notes, and snippets.

@benhosmer
Created December 5, 2012 20:57
Show Gist options
  • Save benhosmer/4219401 to your computer and use it in GitHub Desktop.
Save benhosmer/4219401 to your computer and use it in GitHub Desktop.
An example json file for polygons in apache solr
[{ "id": 101,
"coordinates": "POLYGON (( 100.0 0.0, 101.0 0.0, 101.0 1.0, 100.0 1.0, 100.0 0.0 ))"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment