@@ -69,10 +69,10 @@ functionalities:
6969 run MapCache as an Apache module
7070- **gdal / geos**: *libgdal1-dev* *libgeos-dev*. Needed to enable advanced seeding
7171 options (for only seeding tiles that intersect a given geographical feature)
72- - **sqlite**: *libsqlite3-dev*. For enabling the SQLite backend storages
73- - **tiff**: *libtiff4-dev*. For enabling the TIFF backend storages
74- - **berkeley db** *libdb4.8-dev* : For enabling the Berkeley DB backend storages
75- - **lmdb** *liblmdb-dev* : For enabling the Lightning Memory-Mapped Database backend storages
72+ - **sqlite**: *libsqlite3-dev*. For enabling the SQLite backend storage
73+ - **tiff**: *libtiff4-dev*. For enabling the TIFF backend storage
74+ - **berkeley db** *libdb4.8-dev* : For enabling the Berkeley DB backend storage
75+ - **lmdb** *liblmdb-dev* : For enabling the Lightning Memory-Mapped Database backend storage
7676 (available since MapCache 1.14.0 release)
7777
7878.. note::
@@ -540,7 +540,7 @@ Here is a list of supported options that can be enabled/disabled at build.
540540
541541 When writing TIFF files, MapCache can also optionally add georeferencing
542542 information if compiled with libtiff support. GeoTiff writing does not
543- produce the full tags needed for defining which preojection the grid is
543+ produce the full tags needed for defining which projection the grid is
544544 in, but will only produce those defining the pixel scale and the tiepoints
545545 (i.e. the equivalent information found in the accompanying .tfw files).
546546
@@ -638,8 +638,8 @@ Optional:
638638 MapCache as an Apache module
639639- **GDAL / GEOS**: Needed to enable advanced seeding options (for only
640640 seeding tiles that intersect a given geographical feature)
641- - **SQLITE**: For enabling the SQLite backend storages
642- - **TIFF**: For enabling the TIFF backend storages
641+ - **SQLITE**: For enabling the SQLite backend storage
642+ - **TIFF**: For enabling the TIFF backend storage
643643
644644Configure Your Makefile
645645-----------------------
0 commit comments