diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-15 18:27:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-15 18:27:08 +0100 |
commit | 77f81a2901f0f9124dc045e1967cd6363700edf2 (patch) | |
tree | 2ae0c51ea2460ef813b403df7485b86a3a21aee6 | |
parent | a9004f6df298a3ad587fb2e479d2bba6d8f227bf (diff) |
P.M. (Lawton, Michigan, USA)
-rw-r--r-- | 2017.geojson | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2017.geojson b/2017.geojson index fe5c161..48efeab 100644 --- a/2017.geojson +++ b/2017.geojson @@ -13,6 +13,19 @@ 48.2316796 ] } + }, + { + "type": "Feature", + "properties": { + "name": "P.M. (Lawton, Michigan, USA)" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -85.846389, + 42.167222 + ] + } } ] }
\ No newline at end of file |