lizmap / lizmap-mapbuilder-module
Jelix module for Lizmap, which adds a map builder based on every repositories
Fund package maintenance!
www.3liz.com/en/contacts.html
Installs: 183
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 9
Forks: 8
Open Issues: 13
Language:JavaScript
Type:jelix-module
- dev-master
- 2.2.0
- 2.1.x-dev
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- v1.0.0-rc.17
- v1.0.0-rc.16
- v1.0.0-rc.15
- v1.0.0-rc.14
- v1.0.0-rc.13
- v1.0.0-rc.12
- v1.0.0-rc.11
- v1.0.0-rc.10
- v1.0.0-rc.9
- v1.0.0-rc.8
- v1.0.0-rc.7
- v1.0.0-rc.6
- v1.0.0-rc.5
- v1.0.0-rc.4
- v1.0.0-rc.3
- v1.0.0-rc.2
- v1.0.0-rc.1
- dev-dependabot/npm_and_yarn/mapBuilder/www/js/webpack-5.76.0
- dev-dependabot/npm_and_yarn/mapBuilder/www/js/path-parse-1.0.7
- dev-lizmap_3_3
This package is auto-updated.
Last update: 2024-11-02 07:47:56 UTC
README
You can have a look at our map builder demo.
-
OSM project
-
Local Urbanism Plan project
-
Combine these two projects into a single one using the Map Builder
-
MapBuilder 2.2.x is compatible with Lizmap Web Client 3.8
-
MapBuilder 2.1.x is compatible with Lizmap Web Client 3.6
-
MapBuilder 2.0.x is compatible with Lizmap Web Client 3.4, 3.5
-
MapBuilder 1.1.x is compatible with Lizmap Web Client 3.3 and 3.2
Installation
It is recommended to install the module with Composer, the package manager for PHP. If you can't use it, use the manual way to install the module (jump to the corresponding section below)
For MapBuilder 2.0.x and 1.1.x, see the README.md file from their respective packages.
Automatic installation with Composer and lizmap 3.6 or higher
- into
lizmap/my-packages
, create the filecomposer.json
(if it doesn't exist) by copying the filecomposer.json.dist
, and install the modules with Composer:
cp -n lizmap/my-packages/composer.json.dist lizmap/my-packages/composer.json
composer require --working-dir=lizmap/my-packages "lizmap/lizmap-mapbuilder-module=2.1.*"
- Then go into
lizmap/install/
and execute Lizmap install scripts :
php configurator.php mapBuilder php configurator.php mapBuilderAdmin php installer.php ./clean_vartmp.sh ./set_rights.sh
- Go to the administration of Lizmap with your browser to configure mapBuilder
To update modules, run composer update --working-dir=lizmap/my-packages
,
then execute previous commands from lizmap/install/
.
Manual installation into lizmap 3.6 without Composer
- Download the zip archive of a version 2.1 or higher from the release page into GitHub.
- Extract files from the archive and copy directories
mapBuilder
andmapBuilderAdmin
intolizmap/lizmap-modules/
of Lizmap. - Then execute Lizmap install scripts into
lizmap/install/
:
php configurator.php mapBuilder php configurator.php mapBuilderAdmin php installer.php ./clean_vartmp.sh ./set_rights.sh
- Go to the administration of Lizmap with your browser to configure mapBuilder
To update modules, download a new package, and repeat these previous instructions.
Inkmap dependency
Inkmap is a dependency created by CampToCamp based on OpenLayers.
It's used by lizmapBuilder to print in real time edited map to PDF.
Adding it to lizmapBuilder required to change the operation of the dependency.
In future releases, Inkmap will be added as a dependency in npm, but currently, it is directly put in mapBuilder/www/js/dist
.