Skip to content

Commit

Permalink
Merge pull request #556 from OpenGeoscience/geojson-combine-features
Browse files Browse the repository at this point in the history
Combine GeoJSON geometries into a single feature
  • Loading branch information
jbeezley committed Apr 18, 2016
2 parents 1b56c2d + a6faf01 commit 751d4dc
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 180 deletions.
6 changes: 3 additions & 3 deletions examples/geoJSON/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"geometry": {
"type": "Point",
"coordinates": [ [ -104.9847, 39.7392 ] ]
"coordinates": [ -104.9847, 39.7392 ]
}
},
{
Expand All @@ -57,7 +57,7 @@
},
"geometry": {
"type": "Point",
"coordinates": [ [ -112.0667, 33.45 ] ]
"coordinates": [ -112.0667, 33.45 ]
}
},
{
Expand All @@ -71,7 +71,7 @@
},
"geometry": {
"type": "Point",
"coordinates": [ [ -92.3311, 34.7361 ] ]
"coordinates": [ -92.3311, 34.7361 ]
}
},
{
Expand Down
Loading

0 comments on commit 751d4dc

Please sign in to comment.