Browse Source

Merge pull request #217 from pelias/rhonda-typo

fix user-reported typo in macroregion
pull/221/head
Rhonda Glennon 7 years ago committed by GitHub
parent
commit
6ba115519b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      autocomplete.md

2
autocomplete.md

@ -138,5 +138,5 @@ Sometimes your work might require that all the search results be from a particul
| `boundary.rect.min_lat` | floating point number | no | none | `35.53308` | | `boundary.rect.min_lat` | floating point number | no | none | `35.53308` |
| `boundary.rect.max_lat` | floating point number | no | none | `35.81346` | | `boundary.rect.max_lat` | floating point number | no | none | `35.81346` |
| `sources` | string | no | all sources: osm,oa,gn,wof | openstreetmap,wof | | `sources` | string | no | all sources: osm,oa,gn,wof | openstreetmap,wof |
| `layers` | string | no | all layers: address,venue,neighbourhood,locality,borough,localadmin,county,macrocounty,region,marcoregion,country,coarse | address,venue | | `layers` | string | no | all layers: address,venue,neighbourhood,locality,borough,localadmin,county,macrocounty,region,macroregion,country,coarse | address,venue |
| `boundary.country` | string | no | none | 'GBR' | | `boundary.country` | string | no | none | 'GBR' |

Loading…
Cancel
Save