mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
correct spelling mistakes
This commit is contained in:
@@ -3,7 +3,7 @@ Importing a new database
|
|||||||
|
|
||||||
The following instructions explain how to create a Nominatim database
|
The following instructions explain how to create a Nominatim database
|
||||||
from an OSM planet file and how to keep the database up to date. It
|
from an OSM planet file and how to keep the database up to date. It
|
||||||
is assumed that you have already sucessfully installed the Nominatim
|
is assumed that you have already successfully installed the Nominatim
|
||||||
software itself, if not return to the [installation page](Installation.md).
|
software itself, if not return to the [installation page](Installation.md).
|
||||||
|
|
||||||
Configuration setup in settings/local.php
|
Configuration setup in settings/local.php
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ struct output_options
|
|||||||
int expire_tiles_zoom_min; /* Minimum zoom level for tile expiry list */
|
int expire_tiles_zoom_min; /* Minimum zoom level for tile expiry list */
|
||||||
const char *expire_tiles_filename; /* File name to output expired tiles list to */
|
const char *expire_tiles_filename; /* File name to output expired tiles list to */
|
||||||
int enable_hstore; /* add an additional hstore column with objects key/value pairs */
|
int enable_hstore; /* add an additional hstore column with objects key/value pairs */
|
||||||
int enable_multi; /* Output multi-geometries intead of several simple geometries */
|
int enable_multi; /* Output multi-geometries instead of several simple geometries */
|
||||||
char** hstore_columns; /* list of columns that should be written into their own hstore column */
|
char** hstore_columns; /* list of columns that should be written into their own hstore column */
|
||||||
int n_hstore_columns; /* number of hstore columns */
|
int n_hstore_columns; /* number of hstore columns */
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@APIDB
|
@APIDB
|
||||||
Feature: Parameters for Reverse API
|
Feature: Parameters for Reverse API
|
||||||
Testing diferent parameter options for reverse API.
|
Testing different parameter options for reverse API.
|
||||||
|
|
||||||
Scenario Outline: Reverse-geocoding without address
|
Scenario Outline: Reverse-geocoding without address
|
||||||
When sending <format> reverse coordinates 53.603,10.041
|
When sending <format> reverse coordinates 53.603,10.041
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@DB
|
@DB
|
||||||
Feature: Parenting of objects
|
Feature: Parenting of objects
|
||||||
Tests that the correct parent is choosen
|
Tests that the correct parent is chosen
|
||||||
|
|
||||||
Scenario: Address inherits postcode from its street unless it has a postcode
|
Scenario: Address inherits postcode from its street unless it has a postcode
|
||||||
Given the scene roads-with-pois
|
Given the scene roads-with-pois
|
||||||
|
|||||||
Reference in New Issue
Block a user