Skip to content

Commit

Permalink
GeoJSON polygon should be closed (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallytalwar authored and sarahsnow1 committed May 24, 2017
1 parent 330718c commit 95b6a37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private void configureMap() {
.add(new LngLat(-73.984770, 40.734807))
.add(new LngLat(-73.998674, 40.732172))
.add(new LngLat(-73.996142, 40.741050))
.add(new LngLat(-73.9903, 40.74433))
.build();
map.addPolygon(polygon);

Expand Down

0 comments on commit 95b6a37

Please sign in to comment.