Skip to content

Commit a77c5d5

Browse files
authored
Update usage.md
1 parent ebc2554 commit a77c5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ should give the same rows as no hstore, just with the additional hstore column.
129129

130130
Hstore is used to give more flexibility in using additional tags without
131131
reimporting the database, at the cost of a
132-
[less speed and more space.](http://paulnorman.ca/blog/2014/03/osm2pgsql-and-hstore/)
132+
[less speed and more space.](http://www.paulnorman.ca/blog/2014/03/osm2pgsql-and-hstore/)
133133

134134
## Projection options
135135

@@ -142,7 +142,7 @@ reimporting the database, at the cost of a
142142

143143
* `--multi-geometry` skips an optimization for rendering where PostGIS
144144
MULTIPOLYGONs are split into multiple POLYGONs. `--multi-geometry` can be
145-
used to [avoid some labeling issues at the cost of speed](http://www.paulnorman.ca/blog/2014/03/osm2pgsql-and-hstore/).
145+
used to [avoid some labeling issues at the cost of speed](http://www.paulnorman.ca/blog/2014/03/osm2pgsql-multipolygons/).
146146
It is also typically required for [analysis](analysis.md).
147147

148148
* `--keep-coastlines` disables a hard-coded rule that would otherwise

0 commit comments

Comments
 (0)