Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGhedini committed Feb 20, 2020
1 parent 640903b commit c2870e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Installation

Step 1: Get opentileserver.sh script from GitHub

Step 2: Make it executable:
Step 2: Make it executable::

$ chmod 755 opentileserver-ubuntu-xx.sh

Step 3 (for non-Latin alphabet):

If using a non-Latin alphabet, ucomment line 24 below if needed:
If using a non-Latin alphabet, ucomment line 24 below if needed::

$ export LC_ALL=C

Expand All @@ -40,7 +40,7 @@ Step 4: Run the script
Options
-------

$ ./opentileserver-ubuntu-xx.sh [web|ssl] [bright|carto] pbf_url
$ ./opentileserver-ubuntu-xx.sh [web|ssl] [bright|carto] pbf_url::

[web|ssl]: 'web' for http and 'ssl' for https.

Expand All @@ -51,15 +51,15 @@ Options
Examples
-----------

Load Delaware data with openstreetmap-carto style and no SSL:
Load Delaware data with openstreetmap-carto style and no SSL::

$ ./opentileserver.sh web carto http://download.geofabrik.de/north-america/us/delaware-latest.osm.pbf

Load Bulgaria data with openstreetmap-bright style and SSL:
Load Bulgaria data with openstreetmap-bright style and SSL::
$ ./opentileserver-ubuntu-xx.sh http://download.geofabrik.de/europe/bulgaria-latest.osm.pbf bright

Load South America data with openstreetmap-carto style and SSL:
Load South America data with openstreetmap-carto style and SSL::

$ ./opentileserver-ubuntu-xx.sh ssl carto http://download.geofabrik.de/south-america-latest.osm.pbf

Expand Down

0 comments on commit c2870e9

Please sign in to comment.