Skip to content

Commit

Permalink
add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 4, 2015
1 parent 7ff1f3d commit 91130b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.DS_Store

countries.json
.nyc_output
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
A simple index for matching points against a set of GeoJSON polygons to find what polygon a point belongs to.
For example, determining the country of a location given a countries GeoJSON.

[![Build Status](https://travis-ci.org/mapbox/which-polygon.svg?branch=master)](https://travis-ci.org/mapbox/which-polygon)
[![Coverage Status](https://coveralls.io/repos/mapbox/which-polygon/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/which-polygon?branch=master)
[![](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects)

### Example usage

Using [this 50m world countries dataset](https://s3.amazonaws.com/geojson-please/naturalearth-3.3.0/ne_50m_admin_0_countries.geojson):
Expand Down

0 comments on commit 91130b8

Please sign in to comment.