From 2ec2f8c2868f279effc24fdaf1ef1614686ec8af Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Tue, 6 Mar 2018 13:00:31 -0700 Subject: [PATCH] author and copyright --- pygeoapi/provider/geojson.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pygeoapi/provider/geojson.py b/pygeoapi/provider/geojson.py index 1ba4824..4c54fd9 100644 --- a/pygeoapi/provider/geojson.py +++ b/pygeoapi/provider/geojson.py @@ -1,8 +1,8 @@ # ================================================================= # -# Authors: Tom Kralidis +# Authors: Matthew Perry # -# Copyright (c) 2018 Tom Kralidis +# Copyright (c) 2018 Matthew Perry # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation @@ -81,7 +81,8 @@ class GeoJSONProvider(BaseProvider): query the provider :returns: FeatureCollection dict of 0..n GeoJSON features - TODO yield GeoJSON features + + TODO yield GeoJSON features? """ return self._load()