Skip to content

Commit

Permalink
Merge pull request openaddresses#820 from openaddresses/document-iso-…
Browse files Browse the repository at this point in the history
…3166-2

Added ISO-3166-2 coverage explanation
  • Loading branch information
iandees committed Jan 6, 2015
2 parents c2cc8de + 068c675 commit 2602361
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ to the map at [data.openaddresses.io](http://data.openaddresses.io):
[FIPS code](https://www.census.gov/geo/reference/codes/cou.html).
See [Alameda County](sources/us-ca-alameda_county.json)
and [Virginia](sources/us-va.json) for examples.
2. **ISO 3166** with `alpha2` containing alphanumeric
[ISO-3166 code](http://en.wikipedia.org/wiki/ISO_3166).
See [New Zealand](sources/nz.json) for an example.
2. **ISO 3166** with `alpha2` containing alphanumeric two-letter
[ISO-3166-1 country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
or [ISO-3166-2 subdivision code](http://en.wikipedia.org/wiki/ISO_3166-2).
See [New Zealand](sources/nz.json), [Victoria, Australia](sources/au-victoria.json),
or [Dolnośląskie, Poland](sources/pl-dolnoslaskie.json) for examples.
3. **geometry** with _Polygon_ or _MultiPolygon_ type unprojected
[GeoJSON geometry object](http://geojson.org/geojson-spec.html#geometry-objects).

Expand Down

0 comments on commit 2602361

Please sign in to comment.