From ab9b44c1bd32b72c748b80f48b9ddce27fc81ee8 Mon Sep 17 00:00:00 2001 From: ALZ Date: Mon, 11 Oct 2021 10:27:37 +0200 Subject: [PATCH] Update configuration.rst Stumbled upon this: `Invoking Epsg update as a fixture is deprecated. Use mapbender:database:init command.` Proposing change in documentation. --- en/installation/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/installation/configuration.rst b/en/installation/configuration.rst index 1ab8470bd..8ace0a654 100644 --- a/en/installation/configuration.rst +++ b/en/installation/configuration.rst @@ -102,7 +102,7 @@ Inserting Proj4 SRS parameters into a database can be done using the command: .. code-block:: yaml - app/console doctrine:fixtures:load --fixtures=./mapbender/src/Mapbender/CoreBundle/DataFixtures/ORM/Epsg/ --append + app/console mapbender:database:init Importing applications from application/app/config/applications ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^