You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Additional arguments to this wrapper besides the Planetiler's arguments:
15
15
|`es-address`| The address of the Elasticsearch database |`http://localhost:9200`|
16
16
|`es-points-index-alias`| The alias of the index to insert points into, it will create "1" and "2" suffix for the relevant index before switching |`points`|
17
17
|`es-bbox-index-alias`| The alias of the index to insert bounding boxes into, it will create "1" and "2" suffix for the relevant index before switching |`bbox`|
18
-
|`external-file-path`|Extranl geojson file path to allow adding non OSM features to the search and POIs. these features should have a specific format |`data/sources/external.geojson`|
18
+
|`external-file-path`|External geojson file path to allow adding non OSM features to the search and POIs. these features should have a specific format |"empty"|
19
19
20
20
To run using docker (While having a local elasticsearch running at 9200):
0 commit comments