Skip to content

Commit

Permalink
Correct documentation re note_area tag and what it's about
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest committed Nov 18, 2019
1 parent 3d09c2a commit 5e49942
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Services/OpenStreetMap.php
Expand Up @@ -469,7 +469,9 @@ public function getMaxArea(): float
}

/**
* note_area
* The maximum area you're allowed to request notes from, in square degrees
*
* @link https://github.com/openstreetmap/openstreetmap-website/blob/master/config/settings.yml
*
* @return int
*/
Expand Down
4 changes: 3 additions & 1 deletion Services/OpenStreetMap/Config.php
Expand Up @@ -635,7 +635,9 @@ public function getMaxArea(): float
}

/**
* Max size of area in relation to notes
* The maximum area you're allowed to request notes from, in square degrees
*
* @link https://github.com/openstreetmap/openstreetmap-website/blob/master/config/settings.yml
*
* @return int
*/
Expand Down

0 comments on commit 5e49942

Please sign in to comment.