You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by ad...@apache.org on 2022/12/12 14:33:35 UTC

[incubator-baremaps-site] branch main updated: Use the port 9000 in the geocoding example (#3)

This is an automated email from the ASF dual-hosted git repository.

adrabble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f02025  Use the port 9000 in the geocoding example (#3)
6f02025 is described below

commit 6f02025231705cb5061ddac31c2a2143aed1f949
Author: Antoine Drabble <an...@gmail.com>
AuthorDate: Mon Dec 12 15:33:29 2022 +0100

    Use the port 9000 in the geocoding example (#3)
---
 examples/geocoding/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/geocoding/index.md b/examples/geocoding/index.md
index 1fb3be6..c4b2f6b 100644
--- a/examples/geocoding/index.md
+++ b/examples/geocoding/index.md
@@ -25,12 +25,12 @@ baremaps workflow execute --file examples/geocoding/workflow.js
 The following command will serve the Geonames index over HTTP in a simple web application.
 
 ```
-baremaps geocoder serve --index geonames-index --port 3000
+baremaps geocoder serve --index geocoder-index --port 9000
 ```
 
-Go to [http://localhost:3000/](http://localhost:3000/) to see it in action.
+Go to [http://localhost:9000/](http://localhost:9000/) to see it in action.
 
 ## Conclusion
 
 In this tutorial, we learnt how to create a Geocoding index and serve it in a simple web application. 
-This will be very useful in a map application to find places quickly by writing an address in a prompt.
\ No newline at end of file
+This will be very useful in a map application to find places quickly by writing an address in a prompt.