Skip to content

Commit 48e923e

Browse files
fix
1 parent 05f668e commit 48e923e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/docs/3/isometric_buildings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ We will be downloading data from OpenStreetMap(OSM) using the **QuickOSM** plugi
3232
.. image:: /static/3/isometric_buildings/images/data2.png
3333
:align: center
3434

35-
3. In the :guilabel:`Quick query` tab, enter ``building`` as the :guilabel:`Key`. Change the :guilabel:`In` to :guilabel:`Canvas Extent`. This will download all buildings in the current canvas extent. Expand the :guilabel:`Advanced` section, then unclick :guilabel:`Points`, :guilabel:`Lines` and guilabel:`Multilinestrings`. This should leave :guilabel:`Nodes`, :guilabel:`Ways`, :guilabel:`Relations` and :guilabel:`Multipolygons` selected. Select `Run query`. Close the window once the map is loaded.
35+
3. In the :guilabel:`Quick query` tab, enter ``building`` as the :guilabel:`Key`. Change the :guilabel:`In` to :guilabel:`Canvas Extent`. This will download all buildings in the current canvas extent. Expand the :guilabel:`Advanced` section, then unclick :guilabel:`Points`, :guilabel:`Lines` and :guilabel:`Multilinestrings`. This should leave :guilabel:`Nodes`, :guilabel:`Ways`, :guilabel:`Relations` and :guilabel:`Multipolygons` selected. Select `Run query`. Close the window once the map is loaded.
3636

3737
.. image:: /static/3/isometric_buildings/images/data3.png
3838
:align: center
3939

40-
4. All the available building footprints in the canvas extent will be loaded in a new layer ``building``. You can continue with the data, or select a subset of the buildings. For this tutorial, we will select all buildings in the Financial District of Toronto. Click the :guilabel:`Select Features by Area or Single Click` button on the :guilabel:`Selection Toolbar`. You can hold the left mouse button and draw a rectangle to select the required buildings. You can also hold the :kbd:`Shift` key and click on the polygons to select them.
40+
4. All the available building footprints in the canvas extent will be loaded in a new layer ``building``. You can continue with the data, or select a subset of the buildings. For this tutorial, we will select all buildings in your region of interest. Click the :guilabel:`Select Features by Area or Single Click` button on the :guilabel:`Selection Toolbar`. You can hold the left mouse button and draw a rectangle to select the required buildings. You can also hold the :kbd:`Shift` key and click on the polygons to select them.
4141

4242
.. image:: /static/3/isometric_buildings/images/data4.png
4343
:align: center
@@ -47,7 +47,7 @@ We will be downloading data from OpenStreetMap(OSM) using the **QuickOSM** plugi
4747
.. image:: /static/3/isometric_buildings/images/data5.png
4848
:align: center
4949

50-
6. In the :guilabel:`Save Vector Layer As...` dialog, click the :guilabel:`...` button next to :guilabel:`File name` and browse to a folder on your computer. Enter the :guilabel:`File name` as ``osm_buildings.gpkg`` and :guilabel:`Layer name` as ``buildings``. The downloaded buildings are in the CRS *EPSG:4326 WGS84*. This is a Geographic CRS with units in degrees. We can choose a Projected CRS which will allow us to use linear units of measurement such as meters. Click the dropdown menu for :guilabel:`Select CRS` and choose ``Project CRS: EPSG:3857 - WGS84 / Pseudo-Mercator`. Click :guilabel:`OK`.
50+
6. In the :guilabel:`Save Vector Layer As...` dialog, click the :guilabel:`...` button next to :guilabel:`File name` and browse to a folder on your computer. Enter the :guilabel:`File name` as ``osm_buildings.gpkg`` and :guilabel:`Layer name` as ``buildings``. The downloaded buildings are in the CRS *EPSG:4326 WGS84*. This is a Geographic CRS with units in degrees. We can choose a Projected CRS which will allow us to use linear units of measurement such as meters. Click the dropdown menu for :guilabel:`Select CRS` and choose ``Project CRS: EPSG:3857 - WGS84 / Pseudo-Mercator``. Click :guilabel:`OK`.
5151

5252
.. image:: /static/3/isometric_buildings/images/data6.png
5353
:align: center

0 commit comments

Comments
 (0)