Skip to content

Commit

Permalink
correct guide description, fixes #258
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jul 11, 2018
1 parent 5cd8eed commit c3b0492
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -348,19 +348,17 @@ where

`{radius}` - distance from the reference in meters

`{poitype}` - POI type name substring (checked against POI type name in case-insensitive manner)
`{poitype}` - POI type name

`{name}` - Name of POI to search

`{search}` - a query that is run to find a reference point, the first result is used

`{lng}`, `{lat}` - longitude and latidude, respectively.

As mentioned above, given POI type is considered as a substring that
is looked for in all available POI types without taking into account
the case of letters. For example, "Cafe" would match
amenity_cafe_building and amenity_cafe. However, "Café" would miss
them.
Given POI type is considered either as an alias or imported POI
type. Type comparison is done in a case-insensitive manner. POI types
are formed from OSM tags in the form `tag_value`.

In addition, POI can be searched by its name. For example, you could
search for the restaurant by its name. This parameter is only
Expand Down

0 comments on commit c3b0492

Please sign in to comment.