Skip to content

Commit 9eb290b

Browse files
authored
Merge pull request #1252 from hiddewie/patch-1
Fix link for performance analysis for adding --multi-geometry and --hstore
2 parents 479a49d + 0e8bbbb commit 9eb290b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To start with, we'll download the data for the region as an [extract from Geofab
1414

1515
`--multi-geometry` (`-G`) is necessary for most analysis as it prevents
1616
MULTIPOLYGONs from being split into multiple POLYGONs, a step that is
17-
normally used to [increase rendering speed](http://paulnorman.ca/blog/2014/03/osm2pgsql-multipolygons)
17+
normally used to [increase rendering speed](http://www.paulnorman.ca/blog/2014/03/osm2pgsql-multipolygons/)
1818
but increases the complexity of analysis SQL.
1919

2020
Loading should take about 10 minutes, depending on computer speed. Once this

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://paulnorman.ca/blog/2014/03/osm2pgsql-multipolygons/).
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)