@@ -184,7 +184,7 @@ used for formatting are referred to as "characters".
184
184
Open Location Codes are encodings of WGS84 latitude and longitude
185
185
coordinates in degrees. Decoding a code returns an area, not a point. The
186
186
area of a code depends on the length (longer codes are more precise with
187
- smaller areas). A two-digit code has height and width<<height_width>> of 20
187
+ smaller areas). A two-digit code has height and width <<height_width>> of 20
188
188
degrees, and with each pair of digits added to the code, both height and
189
189
width are divided by 20.
190
190
@@ -199,7 +199,7 @@ to be truncated, resulting in a larger area.
199
199
200
200
[[fig_olc_area]]
201
201
.Comparing areas of four and six digit Open Location Codes
202
- image::images/code_areas.png[width=400,height=350,align="center"]
202
+ image::../ images/code_areas.png[width=400,height=350,align="center"]
203
203
204
204
The large rectangle in <<fig_olc_area>> is the Open Location Code 8FVC (1
205
205
degree height and width). The smaller rectangle is the code 8FVC22 (1/20
@@ -209,7 +209,7 @@ A 10 digit code represents a 1/8000° by 1/8000° area. (At the equator,
209
209
this is approximately 13.9 meters x 13.9 meters.)
210
210
211
211
.10 digit Open Location Code (1/8000 degree resolution), 10.5m x 13.9m
212
- image::images/olc_10_character.png[width=406,height=272,align="center"]
212
+ image::../ images/olc_10_character.png[width=406,height=272,align="center"]
213
213
214
214
A 10 digit code will be precise enough for many locations. However, in
215
215
areas where building density is high (such as informal settlements,
@@ -229,7 +229,7 @@ Using a single grid refinement step, we have an 11 digit code that
229
229
represents a 1/32000° by 1/40000° area (roughly 3.4 by 2.7 meters at the equator).
230
230
231
231
.A 10 digit code divided into its grid. In this location, each small square is approximately 2.6m x 2.8m
232
- image::images/olc_11_grid.png[width=406,height=272,align="center"]
232
+ image::../ images/olc_11_grid.png[width=406,height=272,align="center"]
233
233
234
234
The first approach (where a pair of digits is added for each step)
235
235
provides codes that can be visually compared, or alphabetically ordered to
@@ -326,7 +326,7 @@ Refer to link:specification.md[Open Location Code Specification].
326
326
[bibliography]
327
327
== Notes
328
328
329
- - [[[poste_restante]]]Post restante (French: lit. post remaining or general
329
+ - [[[poste_restante]]] Post restante (French: lit. post remaining or general
330
330
delivery) is a service where a delivery is made to a post office that holds
331
331
the package until the recipient calls for it.
332
332
- [[[height_width]]] "Height" and "width" are used as a shorthand for north/south
0 commit comments