From 08a9f459caac4b010182a58e2cd493e5c6ad3d4d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 15 Dec 2015 11:11:40 -0800 Subject: [PATCH] Layers and sources examples were wrong way round --- reverse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reverse.md b/reverse.md index 31ee508..df8fde9 100644 --- a/reverse.md +++ b/reverse.md @@ -28,8 +28,8 @@ Parameter | Type | Required | Default | Example `point.lat` | floating point number | yes | none | `48.858268` `point.lon` | floating point number | yes | none | `2.294471` `size` | integer | no | `10` | `3` -`layers` | comma-delimited string array | no | none (all layers) | `oa,gn` -`sources` | comma-delimited string array | no | none (all sources) | `address,locality` +`layers` | comma-delimited string array | no | none (all layers) | `address,locality` +`sources` | comma-delimited string array | no | none (all sources) | `oa,gn` `boundary.country` | ISO-3166 alpha-2 or alpha-3 | no | none | `FR` ### Size