Skip to content

Commit 61cdc57

Browse files
committed
Small fixes to generalization page
1 parent 7f3ae4b commit 61cdc57

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

generalization/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ title: Generalization
66

77
[*Cartographic
88
generalization*](https://en.wikipedia.org/wiki/Cartographic_generalization){:.extlink}
9-
is the process turning detailed geographic data into more general data for
9+
is the process of turning detailed geographic data into more general data for
1010
smaller zoom levels or smaller scale maps. It is essential for generating
1111
good-looking, easy to interpret, and fast rendering small scale maps.
1212

13-
Currently osm2pgsql has almost no built-in support for generalization, usually
13+
Historically osm2pgsql has almost no built-in support for generalization, usually
1414
it is done using lots of SQL magic after the initial import of the data with
1515
osm2pgsql. From September 2022 to February 2023 we ran a
1616
[project](https://prototypefund.de/project/generalisierung-von-openstreetmap-daten-mit-osm2pgsql/){:.extlink}
@@ -43,8 +43,7 @@ In addition a lot of code has been added in many small PRs to add and extend
4343
some (basic) functionality needed for this project.
4444

4545
The code is now merged into osm2pgsql master branch but still marked as
46-
experimental. See the [preliminary
47-
documentation](/doc/manual.html#generalization) for all the details.
46+
experimental. See the [documentation](/doc/manual.html#generalization) for all the details.
4847

4948
Jochen gave a talk (in German) about this project at FOSSGIS 2023:
5049
[slides](https://media.jochentopf.com/media/2023-03-16-talk-fossgis2023-generalisierung-von-osm-daten-de-slides.pdf){:.extlink},
@@ -58,7 +57,7 @@ Jochen gave a talk (in German) about this project at FOSSGIS 2023:
5857

5958
<div style="text-align: center;">
6059
<a href="https://www.bmbf.de/"><img src="bmbf-logo.png" height="110"/></a>
61-
<p>September 2022 bis Februar 2023<br/>FKZ 01IS22S29</p>
60+
<p>September 2022 to February 2023<br/>FKZ 01IS22S29</p>
6261
</div>
6362

6463
</div>

0 commit comments

Comments
 (0)