Correct spelling mistakes.

This commit is contained in:
Edward Betts
2018-02-18 13:11:35 +00:00
parent c3483747eb
commit 7e00a6e2ff
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
### Can I import only a few countries and also keep them up to date? ### Can I import only a few countries and also keep them up to date?
You should use the extracts and updates from https://download.geofabrik.de. You should use the extracts and updates from https://download.geofabrik.de.
For the intial import, download the countries you need and merge them. For the initial import, download the countries you need and merge them.
See [OSM Help](https://help.openstreetmap.org/questions/48843/merging-two-or-more-geographical-areas-to-import-two-or-more-osm-files-in-nominatim) See [OSM Help](https://help.openstreetmap.org/questions/48843/merging-two-or-more-geographical-areas-to-import-two-or-more-osm-files-in-nominatim)
for examples how to do that. Use the resulting single osm file when for examples how to do that. Use the resulting single osm file when
running `setup.php`. running `setup.php`.

View File

@@ -47,7 +47,7 @@ class SearchContext
/** /**
* Get radius around reference point. * Get radius around reference point.
* *
* @return float Search radius around refernce point. * @return float Search radius around reference point.
*/ */
public function nearRadius() public function nearRadius()
{ {

View File

@@ -58,7 +58,7 @@ class SearchDescription
/** /**
* Get current search rank. * Get current search rank.
* *
* The higher the search rank the lower the likelyhood that the * The higher the search rank the lower the likelihood that the
* search is a correct interpretation of the search query. * search is a correct interpretation of the search query.
* *
* @return integer Search rank. * @return integer Search rank.

View File

@@ -2,7 +2,7 @@
Feature: Import of postcodes Feature: Import of postcodes
Tests for postcode estimation Tests for postcode estimation
Scenario: Postcodes on the object are prefered over those on the address Scenario: Postcodes on the object are preferred over those on the address
Given the scene admin-areas Given the scene admin-areas
And the named places And the named places
| osm | class | type | admin | addr+postcode | geometry | | osm | class | type | admin | addr+postcode | geometry |