{"id":26150407,"url":"https://github.com/3liz/lizmap-mapbuilder-module","last_synced_at":"2025-04-14T04:21:07.823Z","repository":{"id":42935532,"uuid":"179492951","full_name":"3liz/lizmap-mapbuilder-module","owner":"3liz","description":"Module Mapbuilder for Lizmap Web Client","archived":false,"fork":false,"pushed_at":"2025-03-21T09:36:58.000Z","size":25377,"stargazers_count":7,"open_issues_count":18,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-27T18:12:50.633Z","etag":null,"topics":["lizmap","mapbuilder","openlayers","php"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3liz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-04T12:27:36.000Z","updated_at":"2025-03-21T09:37:02.000Z","dependencies_parsed_at":"2023-12-01T16:28:49.996Z","dependency_job_id":"ccdbe568-476e-47f1-9f7c-5a7c3e4d6615","html_url":"https://github.com/3liz/lizmap-mapbuilder-module","commit_stats":{"total_commits":250,"total_committers":9,"mean_commits":27.77777777777778,"dds":"0.16800000000000004","last_synced_commit":"fe971cf11e41c7f3a93b6927d344f1b91d21bd0c"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3liz%2Flizmap-mapbuilder-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3liz%2Flizmap-mapbuilder-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3liz%2Flizmap-mapbuilder-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3liz%2Flizmap-mapbuilder-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3liz","download_url":"https://codeload.github.com/3liz/lizmap-mapbuilder-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819648,"owners_count":21166515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lizmap","mapbuilder","openlayers","php"],"created_at":"2025-03-11T05:59:24.741Z","updated_at":"2025-04-14T04:21:07.805Z","avatar_url":"https://github.com/3liz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapBuilder module\n\n[![Release 🚀](https://github.com/3liz/lizmap-mapbuilder-module/actions/workflows/release.yml/badge.svg)](https://github.com/3liz/lizmap-mapbuilder-module/actions/workflows/release.yml)\n[![Packagist](https://img.shields.io/packagist/v/lizmap/lizmap-mapbuilder-module)](https://packagist.org/packages/lizmap/lizmap-mapbuilder-module)\n\n![demo](demo.png \"3Liz Map Builder\")\n\nYou can have a look at our [map builder demo](https://demo.lizmap.com/mapbuilder/).\n* OSM project\n* Local Urbanism Plan project\n* Combine these two projects into a single one using the Map Builder\n\n* MapBuilder 2.2.x is compatible with Lizmap Web Client 3.8\n* MapBuilder 2.1.x is compatible with Lizmap Web Client 3.6\n* MapBuilder 2.0.x is compatible with Lizmap Web Client 3.4, 3.5\n* MapBuilder 1.1.x is compatible with Lizmap Web Client 3.3 and 3.2\n\n## Installation\n\nIt is recommended to install the module with [Composer](https://getcomposer.org), the package manager for PHP.\nIf you can't use it, use the manual way to install the module (jump to the corresponding section below)\n\nFor MapBuilder 2.0.x and 1.1.x, see the README.md file from their respective packages.\n\n### Automatic installation with Composer and lizmap 3.6 or higher\n\n* into `lizmap/my-packages`, create the file `composer.json` (if it doesn't exist)\n  by copying the file `composer.json.dist`, and install the modules with Composer:\n\n```bash\ncp -n lizmap/my-packages/composer.json.dist lizmap/my-packages/composer.json\ncomposer require --working-dir=lizmap/my-packages \"lizmap/lizmap-mapbuilder-module=2.1.*\"\n```\n\n* Then go into `lizmap/install/` and execute Lizmap install scripts :\n\n```bash\nphp configurator.php mapBuilder\nphp configurator.php mapBuilderAdmin\nphp installer.php\n./clean_vartmp.sh\n./set_rights.sh\n```\n\n* Go to the administration of Lizmap with your browser to configure mapBuilder\n\nTo update modules, run `composer update --working-dir=lizmap/my-packages`,\nthen execute previous commands from `lizmap/install/`.\n\n### Manual installation into lizmap 3.6 without Composer\n\n* Download the zip archive of a version 2.1 or higher from the [release page into GitHub](https://github.com/3liz/lizmap-mapbuilder-module/releases).\n* Extract files from the archive and copy directories `mapBuilder` and `mapBuilderAdmin` into `lizmap/lizmap-modules/` of Lizmap.\n* Then execute Lizmap install scripts into `lizmap/install/` :\n\n```bash\nphp configurator.php mapBuilder\nphp configurator.php mapBuilderAdmin\nphp installer.php\n./clean_vartmp.sh\n./set_rights.sh\n```\n\n* Go to the administration of Lizmap with your browser to configure mapBuilder\n\nTo update modules, download a new package, and repeat these previous instructions.\n\n### Inkmap dependency\n\nInkmap is a dependency created by [CampToCamp](https://github.com/camptocamp/inkmap) based on [OpenLayers](https://openlayers.org/).\nIt's used by lizmapBuilder to print in real time edited map to PDF.\nAdding it to lizmapBuilder required to change the operation of the dependency.\nIn future releases, Inkmap will be added as a dependency in npm, but currently, it is directly put in `mapBuilder/www/js/dist`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3liz%2Flizmap-mapbuilder-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3liz%2Flizmap-mapbuilder-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3liz%2Flizmap-mapbuilder-module/lists"}