diff options
-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 |