├── lizmap ├── scripts │ └── .empty ├── var │ ├── db │ │ └── .empty │ ├── log │ │ └── .empty │ ├── mails │ │ └── .empty │ ├── overloads │ │ └── .empty │ ├── sessions │ │ └── .empty │ ├── uploads │ │ └── .empty │ ├── themes │ │ └── default │ │ │ └── .empty │ └── lizmap-theme-config │ │ └── .empty ├── app │ ├── overloads │ │ └── .empty │ ├── themes │ │ └── default │ │ │ ├── .empty │ │ │ └── jcommunity │ │ │ └── account_edit.tpl │ ├── system │ │ ├── cmdline │ │ │ └── script.ini.php │ │ ├── api │ │ │ └── config.ini.php │ │ ├── index │ │ │ └── config.ini.php │ │ └── admin │ │ │ └── config.ini.php │ └── locales │ │ ├── cs_CZ │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── de_DE │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── el_GR │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ └── jelix │ │ │ └── locales │ │ │ └── jelix.UTF-8.properties │ │ ├── es_ES │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── fi_FI │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── gl_ES │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── it_IT │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ ├── jacl2 │ │ │ └── locales │ │ │ │ └── errors.UTF-8.properties │ │ └── jauth │ │ │ └── locales │ │ │ └── autherror.UTF-8.properties │ │ ├── ja_JP │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── nl_NL │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── pt_BR │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── sv_SE │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ └── jelix │ │ │ └── locales │ │ │ ├── common.UTF-8.properties │ │ │ └── jelix.UTF-8.properties │ │ ├── eu_ES │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ └── jelix │ │ │ └── locales │ │ │ ├── common.UTF-8.properties │ │ │ └── jelix.UTF-8.properties │ │ ├── fr_FR │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── hu_HU │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── pl_PL │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── pt_PT │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── ro_RO │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── ru_RU │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── sk_SK │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── uk_UA │ │ ├── jauthdb_admin │ │ │ └── locales │ │ │ │ └── auth.UTF-8.properties │ │ ├── jelix │ │ │ └── locales │ │ │ │ ├── common.UTF-8.properties │ │ │ │ └── jelix.UTF-8.properties │ │ ├── filter │ │ │ └── locales │ │ │ │ └── filter.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ ├── sl_SI │ │ ├── jelix │ │ │ └── locales │ │ │ │ └── common.UTF-8.properties │ │ └── jacl2 │ │ │ └── locales │ │ │ └── errors.UTF-8.properties │ │ └── no_NO │ │ └── jacl2 │ │ └── locales │ │ └── errors.UTF-8.properties ├── lizmap-modules │ └── .empty ├── plugins │ ├── auth │ │ └── .empty │ ├── coord │ │ └── .empty │ ├── db │ │ └── .empty │ └── tpl │ │ ├── common │ │ └── .empty │ │ ├── html │ │ └── .empty │ │ └── text │ │ └── .empty ├── www │ ├── document │ │ ├── .empty │ │ └── link_example.txt │ ├── cache │ │ └── images │ │ │ └── .empty │ ├── live │ │ └── images │ │ │ └── home │ │ │ └── .empty │ ├── assets │ │ ├── jelix │ │ │ ├── jquery │ │ │ │ ├── VERSION │ │ │ │ └── ui │ │ │ │ │ ├── version.txt │ │ │ │ │ ├── i18n │ │ │ │ │ └── datepicker-en.js │ │ │ │ │ └── images │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ckeditor5 │ │ │ │ └── translations │ │ │ │ │ └── en.js │ │ │ ├── js │ │ │ │ ├── jforms │ │ │ │ │ └── datepickers │ │ │ │ │ │ └── default │ │ │ │ │ │ ├── ui.en.js │ │ │ │ │ │ ├── ui.fr.js │ │ │ │ │ │ ├── ui.de.js │ │ │ │ │ │ ├── ui.el.js │ │ │ │ │ │ ├── ui.es.js │ │ │ │ │ │ ├── ui.eu.js │ │ │ │ │ │ ├── ui.fi.js │ │ │ │ │ │ ├── ui.it.js │ │ │ │ │ │ ├── ui.pl.js │ │ │ │ │ │ ├── ui.pt.js │ │ │ │ │ │ ├── ui.ru.js │ │ │ │ │ │ ├── ui.sv.js │ │ │ │ │ │ ├── ui.gl.js │ │ │ │ │ │ └── ui.pt_BR.js │ │ │ │ └── authdb_admin.js │ │ │ ├── design │ │ │ │ ├── icons │ │ │ │ │ ├── stop.png │ │ │ │ │ ├── accept.png │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── order.png │ │ │ │ │ ├── lightning.png │ │ │ │ │ ├── exclamation.png │ │ │ │ │ ├── information.png │ │ │ │ │ ├── accept_disabled.png │ │ │ │ │ └── cancel_disabled.png │ │ │ │ ├── images │ │ │ │ │ ├── cog.png │ │ │ │ │ ├── group.png │ │ │ │ │ ├── user.png │ │ │ │ │ ├── rights.png │ │ │ │ │ ├── dashboard.png │ │ │ │ │ ├── fond-cellule.png │ │ │ │ │ ├── jelix_powered.png │ │ │ │ │ ├── logo_jelix_100.png │ │ │ │ │ └── logo_jelix_moyen.png │ │ │ │ ├── jforms │ │ │ │ │ ├── cross.png │ │ │ │ │ ├── help.png │ │ │ │ │ └── calendar.gif │ │ │ │ ├── icons8 │ │ │ │ │ ├── icons8-eye-24.png │ │ │ │ │ ├── icons8-copy-24.png │ │ │ │ │ ├── icons8-invisible-24.png │ │ │ │ │ └── icons8-synchronize-24.png │ │ │ │ └── tooltip.css │ │ │ ├── markitup │ │ │ │ ├── sets │ │ │ │ │ ├── wr3 │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── h1.png │ │ │ │ │ │ │ ├── h2.png │ │ │ │ │ │ │ ├── h3.png │ │ │ │ │ │ │ ├── h4.png │ │ │ │ │ │ │ ├── h5.png │ │ │ │ │ │ │ ├── h6.png │ │ │ │ │ │ │ ├── bold.png │ │ │ │ │ │ │ ├── code.png │ │ │ │ │ │ │ ├── link.png │ │ │ │ │ │ │ ├── url.png │ │ │ │ │ │ │ ├── italic.png │ │ │ │ │ │ │ ├── picture.png │ │ │ │ │ │ │ ├── preview.png │ │ │ │ │ │ │ ├── quotes.png │ │ │ │ │ │ │ ├── stroke.png │ │ │ │ │ │ │ ├── list-bullet.png │ │ │ │ │ │ │ ├── list-numeric.png │ │ │ │ │ │ │ ├── text_source.png │ │ │ │ │ │ │ └── text_carriage_return.png │ │ │ │ │ ├── wiki │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── h1.png │ │ │ │ │ │ │ ├── h2.png │ │ │ │ │ │ │ ├── h3.png │ │ │ │ │ │ │ ├── h4.png │ │ │ │ │ │ │ ├── h5.png │ │ │ │ │ │ │ ├── h6.png │ │ │ │ │ │ │ ├── url.png │ │ │ │ │ │ │ ├── bold.png │ │ │ │ │ │ │ ├── code.png │ │ │ │ │ │ │ ├── italic.png │ │ │ │ │ │ │ ├── link.png │ │ │ │ │ │ │ ├── quotes.png │ │ │ │ │ │ │ ├── stroke.png │ │ │ │ │ │ │ ├── picture.png │ │ │ │ │ │ │ ├── preview.png │ │ │ │ │ │ │ ├── list-bullet.png │ │ │ │ │ │ │ └── list-numeric.png │ │ │ │ │ ├── markdown │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── h1.png │ │ │ │ │ │ │ ├── h2.png │ │ │ │ │ │ │ ├── h3.png │ │ │ │ │ │ │ ├── h4.png │ │ │ │ │ │ │ ├── h5.png │ │ │ │ │ │ │ ├── h6.png │ │ │ │ │ │ │ ├── bold.png │ │ │ │ │ │ │ ├── code.png │ │ │ │ │ │ │ ├── link.png │ │ │ │ │ │ │ ├── italic.png │ │ │ │ │ │ │ ├── picture.png │ │ │ │ │ │ │ ├── preview.png │ │ │ │ │ │ │ ├── quotes.png │ │ │ │ │ │ │ ├── list-bullet.png │ │ │ │ │ │ │ └── list-numeric.png │ │ │ │ │ └── default │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── bold.png │ │ │ │ │ │ ├── clean.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── link.png │ │ │ │ │ │ ├── italic.png │ │ │ │ │ │ ├── picture.png │ │ │ │ │ │ ├── preview.png │ │ │ │ │ │ ├── stroke.png │ │ │ │ │ │ ├── list-bullet.png │ │ │ │ │ │ └── list-numeric.png │ │ │ │ ├── skins │ │ │ │ │ ├── simple │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── menu.png │ │ │ │ │ │ │ ├── handle.png │ │ │ │ │ │ │ └── submenu.png │ │ │ │ │ └── markitup │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── handle.png │ │ │ │ │ │ ├── menu.png │ │ │ │ │ │ ├── submenu.png │ │ │ │ │ │ ├── bg-editor.png │ │ │ │ │ │ ├── bg-container.png │ │ │ │ │ │ ├── bg-editor-xml.png │ │ │ │ │ │ ├── bg-editor-bbcode.png │ │ │ │ │ │ ├── bg-editor-html.png │ │ │ │ │ │ ├── bg-editor-json.png │ │ │ │ │ │ ├── bg-editor-wiki.png │ │ │ │ │ │ ├── bg-editor-dotclear.png │ │ │ │ │ │ ├── bg-editor-markdown.png │ │ │ │ │ │ └── bg-editor-textile.png │ │ │ │ └── templates │ │ │ │ │ └── preview.css │ │ │ └── datatables │ │ │ │ └── README.md │ │ ├── css │ │ │ ├── img │ │ │ │ ├── logo.png │ │ │ │ ├── loading.gif │ │ │ │ ├── logo_footer.png │ │ │ │ ├── 250x250_mappemonde.png │ │ │ │ ├── overview_replacement.gif │ │ │ │ ├── overview_replacement.png │ │ │ │ └── header-background-medium.png │ │ │ ├── filter-icon-dark.png │ │ │ ├── images │ │ │ │ ├── 123_click.png │ │ │ │ ├── sprite_18.png │ │ │ │ ├── sprite_20.png │ │ │ │ ├── sprite_30.png │ │ │ │ ├── qgis_sprite.png │ │ │ │ ├── sprite_menu.png │ │ │ │ ├── download_layer.gif │ │ │ │ ├── sprite_20_tools.png │ │ │ │ ├── sprite_menu_tools.png │ │ │ │ ├── sprite_timemanager.png │ │ │ │ ├── glyphicons-halflings.png │ │ │ │ └── glyphicons-halflings-white.png │ │ │ ├── filter-icon-white.png │ │ │ └── dataviz │ │ │ │ ├── dataviz-icon-dark.png │ │ │ │ └── dataviz-icon-white.png │ │ ├── js │ │ │ ├── Proj4js │ │ │ │ ├── defs │ │ │ │ │ ├── EPSG4326.js │ │ │ │ │ ├── EPSG32620.js │ │ │ │ │ ├── EPSG32740.js │ │ │ │ │ ├── EPSG4272.js │ │ │ │ │ ├── ESRI53016.js │ │ │ │ │ ├── EPSG26912.js │ │ │ │ │ ├── EPSG2975.js │ │ │ │ │ ├── ESRI54016.js │ │ │ │ │ ├── EPSG4139.js │ │ │ │ │ ├── EPSG2154.js │ │ │ │ │ ├── EPSG41001.js │ │ │ │ │ ├── EPSG42304.js │ │ │ │ │ ├── EPSG4181.js │ │ │ │ │ ├── EPSG4302.js │ │ │ │ │ ├── EPSG27200.js │ │ │ │ │ ├── GOOGLE.js │ │ │ │ │ ├── EPSG27582.js │ │ │ │ │ ├── EPSG2056.js │ │ │ │ │ ├── EPSG21781.js │ │ │ │ │ ├── EPSG27561.js │ │ │ │ │ ├── EPSG102067.js │ │ │ │ │ ├── EPSG102757.js │ │ │ │ │ ├── EPSG102758.js │ │ │ │ │ ├── EPSG26591.js │ │ │ │ │ └── EPSG27563.js │ │ │ │ ├── projCode │ │ │ │ │ └── krovak.js │ │ │ │ └── proj4js-combined.js │ │ │ └── jquery │ │ │ │ └── ui │ │ │ │ └── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ └── favicon │ │ │ ├── favicon.ico │ │ │ ├── apple-icon.png │ │ │ ├── favicon-16x16.png │ │ │ ├── favicon-32x32.png │ │ │ ├── favicon-96x96.png │ │ │ ├── ms-icon-144x144.png │ │ │ ├── ms-icon-150x150.png │ │ │ ├── ms-icon-310x310.png │ │ │ ├── ms-icon-70x70.png │ │ │ ├── apple-icon-57x57.png │ │ │ ├── apple-icon-60x60.png │ │ │ ├── apple-icon-72x72.png │ │ │ ├── apple-icon-76x76.png │ │ │ ├── android-icon-144x144.png │ │ │ ├── android-icon-192x192.png │ │ │ ├── android-icon-36x36.png │ │ │ ├── android-icon-48x48.png │ │ │ ├── android-icon-72x72.png │ │ │ ├── android-icon-96x96.png │ │ │ ├── apple-icon-114x114.png │ │ │ ├── apple-icon-120x120.png │ │ │ ├── apple-icon-144x144.png │ │ │ ├── apple-icon-152x152.png │ │ │ ├── apple-icon-180x180.png │ │ │ └── apple-icon-precomposed.png │ ├── themes │ │ └── default │ │ │ └── css │ │ │ ├── img │ │ │ ├── logo.png │ │ │ ├── loading.gif │ │ │ ├── logo_footer.png │ │ │ ├── 250x250_mappemonde.jpg │ │ │ ├── overview_replacement.gif │ │ │ ├── overview_replacement.png │ │ │ └── header-background-medium.jpg │ │ │ ├── images │ │ │ ├── 123_click.png │ │ │ ├── sprite_18.png │ │ │ ├── sprite_20.png │ │ │ ├── sprite_menu.png │ │ │ ├── download_layer.gif │ │ │ ├── sprite_20_tools.png │ │ │ ├── sprite_menu_tools.png │ │ │ └── sprite_timemanager.png │ │ │ ├── view.css │ │ │ └── admin.css │ └── .htaccess ├── modules │ ├── admin │ │ ├── forms │ │ │ └── .empty │ │ └── templates │ │ │ ├── message.tpl │ │ │ └── project_list.tpl │ ├── lizmap │ │ ├── daos │ │ │ └── .empty │ │ ├── classes │ │ │ └── .empty │ │ ├── forms │ │ │ └── .empty │ │ ├── zones │ │ │ └── .empty │ │ ├── locales │ │ │ └── en_US │ │ │ │ └── .empty │ │ ├── lib │ │ │ ├── Request │ │ │ │ └── cacheTemplate.db │ │ │ └── Project │ │ │ │ └── UnknownLizmapProjectException.php │ │ └── templates │ │ │ └── main.tpl │ ├── view │ │ ├── daos │ │ │ └── .empty │ │ ├── forms │ │ │ └── .empty │ │ ├── zones │ │ │ └── .empty │ │ ├── classes │ │ │ └── .empty │ │ ├── locales │ │ │ └── en_US │ │ │ │ └── .empty │ │ ├── templates │ │ │ ├── simplepage.tpl │ │ │ ├── jmessage_answer.tpl │ │ │ ├── map_projects.tpl │ │ │ ├── map_minidock.tpl │ │ │ ├── map_rightdock.tpl │ │ │ ├── popup.tpl │ │ │ └── jmessage_modal.tpl │ │ └── events.xml │ ├── filter │ │ ├── locales │ │ │ └── en_US │ │ │ │ └── filter.UTF-8.properties │ │ ├── templates │ │ │ └── filter_dock.tpl │ │ ├── urls.xml │ │ └── events.xml │ ├── admin_api │ │ └── lib │ │ │ └── ApiException.php │ ├── action │ │ ├── urls.xml │ │ └── events.xml │ ├── dataviz │ │ ├── urls.xml │ │ └── templates │ │ │ └── dataviz_dock.tpl │ └── proj4php │ │ ├── urls.xml │ │ └── classes │ │ └── proj4php.class.php ├── console.php └── install │ ├── configurator.php │ ├── installer.php │ └── uninstall │ └── uninstaller.ini.php ├── tests ├── units │ ├── tmp │ │ ├── .empty │ │ └── config │ │ │ └── .empty │ ├── classes │ │ ├── App │ │ │ └── Ressources │ │ │ │ ├── one-line.txt │ │ │ │ └── ten-lines.txt │ │ └── Project │ │ │ └── Ressources │ │ │ ├── editionLayer.qgs │ │ │ ├── root4Repository │ │ │ ├── media │ │ │ │ └── js │ │ │ │ │ ├── events │ │ │ │ │ └── jsprojetinroot.js │ │ │ │ │ ├── default │ │ │ │ │ └── jsdefaultinroot.js │ │ │ │ │ └── invalid_project │ │ │ │ │ └── unfoundable.js │ │ │ └── repo1 │ │ │ │ └── media │ │ │ │ └── js │ │ │ │ ├── events │ │ │ │ ├── mjs.mjs │ │ │ │ ├── style1.css │ │ │ │ ├── jsprojetinrepo.js │ │ │ │ └── subfolder │ │ │ │ │ └── jsinsubfolder.js │ │ │ │ ├── js_bad_folder.js │ │ │ │ ├── default │ │ │ │ └── jsdefaultinrepo.js │ │ │ │ └── invalid_project │ │ │ │ └── unfoundable.js │ │ │ └── readProject.qgs.cfg │ ├── testslib │ │ ├── OGCRequestForTests.php │ │ ├── jTplForTests.php │ │ ├── QgisForm2ForTests.php │ │ ├── ConfigForTests.php │ │ ├── WMTSRequestForTests.php │ │ └── jDbConnectionForTests.php │ └── phpunit.xml ├── wps-data │ └── .empty ├── docker-conf │ ├── certs │ │ └── .gitkeep │ ├── phpfpm │ │ ├── ldap.conf │ │ ├── admin.conf │ │ ├── profile.start │ │ ├── lizmap-entrypoint.sh │ │ └── xdebug.ini │ ├── pg_service.conf │ ├── stable-plugin-sources.list │ ├── unstable-plugin-sources.list │ ├── ldap.sh │ └── openldap │ │ └── ldif │ │ └── reset │ │ └── ldap_delete.ldif ├── qgis-projects │ ├── ProJets 1982*! │ │ └── .gitkeep │ ├── tests │ │ ├── attribute_table │ │ │ ├── quartiers.cpg │ │ │ ├── points.fgb │ │ │ ├── quartiers.dbf │ │ │ ├── quartiers.shp │ │ │ ├── quartiers.shx │ │ │ └── quartiers.prj │ │ ├── form_edition_upload_webdav_shape.cpg │ │ ├── test_print_in_project_projection │ │ │ ├── reseau.cpg │ │ │ ├── reseau.dbf │ │ │ ├── reseau.shp │ │ │ └── reseau.shx │ │ ├── filter_layer_data_by_polygon_for_groups │ │ │ ├── bakeries.cpg │ │ │ ├── polygons.cpg │ │ │ ├── townhalls_EPSG2154.cpg │ │ │ ├── bakeries.shp │ │ │ ├── bakeries.shx │ │ │ ├── polygons.dbf │ │ │ ├── polygons.shp │ │ │ ├── polygons.shx │ │ │ ├── bakeries.prj │ │ │ ├── townhalls_EPSG2154.dbf │ │ │ ├── townhalls_EPSG2154.shp │ │ │ └── townhalls_EPSG2154.shx │ │ ├── events.gpkg │ │ ├── media │ │ │ ├── test.pdf │ │ │ ├── random-1.jpg │ │ │ ├── upload │ │ │ │ └── form_edition_all_field_type │ │ │ │ │ └── form_edition_upload │ │ │ │ │ ├── text_file_mandatory │ │ │ │ │ └── lorem-2.txt │ │ │ │ │ ├── image_file │ │ │ │ │ └── random-3.jpg │ │ │ │ │ └── image_file_mandatory │ │ │ │ │ └── random-2.jpg │ │ │ ├── raster.prj │ │ │ └── js │ │ │ │ └── javascript_error │ │ │ │ └── invalid_javascript.js │ │ ├── test_embed.gpkg │ │ ├── world-3857.qgs.jpg │ │ ├── world-4326.qgs.jpg │ │ ├── axis_orientation_neu_3044.fgb │ │ ├── axis_orientation_neu_3844.fgb │ │ ├── form_edition_upload_webdav_shape.dbf │ │ ├── form_edition_upload_webdav_shape.shp │ │ ├── form_edition_upload_webdav_shape.shx │ │ ├── form_edition_upload_webdav_shape.prj │ │ └── Makefile │ ├── webdav │ │ └── test │ │ │ ├── test_upload.txt │ │ │ ├── test_upload.conf │ │ │ └── logo.png │ └── media │ │ └── specific_media_folder │ │ └── random-4.jpg ├── end2end │ ├── playwright │ │ ├── test_upload_file │ │ │ ├── test_upload_delete.txt │ │ │ ├── test_upload_replace.txt │ │ │ ├── test_upload_attribute_table_keep.txt │ │ │ └── test_upload_attribute_table.txt │ │ ├── mock │ │ │ ├── white_tile.jpg │ │ │ ├── playwright-test.pdf │ │ │ ├── transparent_tile.png │ │ │ ├── axis_orientation │ │ │ │ └── osm │ │ │ │ │ └── tiles │ │ │ │ │ └── 6 │ │ │ │ │ ├── 33 │ │ │ │ │ ├── 20.png │ │ │ │ │ ├── 21.png │ │ │ │ │ └── 22.png │ │ │ │ │ ├── 34 │ │ │ │ │ ├── 20.png │ │ │ │ │ ├── 21.png │ │ │ │ │ └── 22.png │ │ │ │ │ ├── 35 │ │ │ │ │ ├── 22.png │ │ │ │ │ └── 23.png │ │ │ │ │ ├── 36 │ │ │ │ │ ├── 22.png │ │ │ │ │ └── 23.png │ │ │ │ │ └── 37 │ │ │ │ │ ├── 22.png │ │ │ │ │ └── 23.png │ │ │ ├── base_layers │ │ │ │ ├── osm │ │ │ │ │ └── tiles │ │ │ │ │ │ ├── 12 │ │ │ │ │ │ ├── 2091 │ │ │ │ │ │ │ ├── 1494.png │ │ │ │ │ │ │ ├── 1495.png │ │ │ │ │ │ │ └── 1496.png │ │ │ │ │ │ └── 2092 │ │ │ │ │ │ │ ├── 1494.png │ │ │ │ │ │ │ ├── 1495.png │ │ │ │ │ │ │ └── 1496.png │ │ │ │ │ │ └── 19 │ │ │ │ │ │ ├── 267785 │ │ │ │ │ │ ├── 191427.png │ │ │ │ │ │ └── 191428.png │ │ │ │ │ │ ├── 267786 │ │ │ │ │ │ ├── 191427.png │ │ │ │ │ │ └── 191428.png │ │ │ │ │ │ └── 267787 │ │ │ │ │ │ ├── 191427.png │ │ │ │ │ │ └── 191428.png │ │ │ │ ├── opentopomap │ │ │ │ │ └── tiles │ │ │ │ │ │ └── 12 │ │ │ │ │ │ ├── 2091 │ │ │ │ │ │ ├── 1494.png │ │ │ │ │ │ ├── 1495.png │ │ │ │ │ │ └── 1496.png │ │ │ │ │ │ └── 2092 │ │ │ │ │ │ ├── 1494.png │ │ │ │ │ │ ├── 1495.png │ │ │ │ │ │ └── 1496.png │ │ │ │ └── geopf │ │ │ │ │ └── ORTHOIMAGERY_ORTHOPHOTOS │ │ │ │ │ └── 19 │ │ │ │ │ ├── 191427 │ │ │ │ │ ├── 267785.jpg │ │ │ │ │ ├── 267786.jpg │ │ │ │ │ └── 267787.jpg │ │ │ │ │ └── 191428 │ │ │ │ │ ├── 267785.jpg │ │ │ │ │ ├── 267786.jpg │ │ │ │ │ └── 267787.jpg │ │ │ └── print_in_project_projection │ │ │ │ ├── empty │ │ │ │ └── Paysage_A4.pdf │ │ │ │ └── baselayer │ │ │ │ └── Paysage_A4.pdf │ │ └── __screenshots__ │ │ │ ├── draw.spec.js │ │ │ ├── draw-edition.png │ │ │ └── draw-all-tools.png │ │ │ ├── startup.spec.js │ │ │ └── zoom-features-extent.png │ │ │ └── filter-layer-by-user.spec.js │ │ │ ├── map-not-connected.png │ │ │ ├── map-connected-as-admin.png │ │ │ └── map-connected-as-user-in-group-a.png │ ├── cypress │ │ ├── fixtures │ │ │ ├── images │ │ │ │ ├── blank_getmap.png │ │ │ │ ├── selection-admin-0.png │ │ │ │ ├── selection-admin-1.png │ │ │ │ ├── selection-admin-2.png │ │ │ │ ├── selection_yellow.png │ │ │ │ ├── feature_toolbar │ │ │ │ │ ├── filter.png │ │ │ │ │ └── selection.png │ │ │ │ ├── print │ │ │ │ │ ├── print_changed_labels.png │ │ │ │ │ └── print_default_labels.png │ │ │ │ ├── treeview │ │ │ │ │ ├── glg_feature_count.png │ │ │ │ │ └── layer_legend_single_symbol.png │ │ │ │ └── filter_layer_data_by_polygon_for_groups │ │ │ │ │ ├── shop_bakery_getmap.png │ │ │ │ │ ├── townhalls_pg_getmap.png │ │ │ │ │ ├── shop_bakery_pg_getmap.png │ │ │ │ │ └── townhalls_EPSG2154_getmap.png │ │ │ └── pdf │ │ │ │ └── print │ │ │ │ └── test_print_print_labels.pdf │ │ └── snapshots │ │ │ └── test_import_kml_spec.js │ │ │ ├── test_kml_polygon.snap.png │ │ │ ├── test_kml_multipoint.snap.png │ │ │ ├── test_kml_multipolygon.snap.png │ │ │ ├── test_kml_multilinestring.snap.png │ │ │ ├── test_kml_with_xml_header.snap.png │ │ │ └── test_kml_without_xml_header.snap.png │ ├── package.json │ └── jsconfig.json └── js-units │ └── package.json ├── temp ├── lizmap │ └── .empty └── .htaccess ├── .git-blame-ignore-revs ├── demo.png ├── icon.png ├── extra-modules └── lizmapdemo │ └── qgis-projects │ ├── demoqgis │ ├── data │ │ └── vector │ │ │ ├── tramstop.csvt │ │ │ ├── VilleMTP_MTP_SousQuartiers_2011.cpg │ │ │ ├── jointure_tram_stop.csvt │ │ │ ├── tramway.csvt │ │ │ ├── donnes_sociodemo_sous_quartiers.csvt │ │ │ ├── bus.qix │ │ │ ├── bus.shp │ │ │ ├── bus.shx │ │ │ ├── tram.dbf │ │ │ ├── tram.shp │ │ │ ├── tram.shx │ │ │ ├── bus_stops.dbf │ │ │ ├── bus_stops.qix │ │ │ ├── bus_stops.shp │ │ │ ├── bus_stops.shx │ │ │ ├── tram_stops.dbf │ │ │ ├── tram_stops.ind │ │ │ ├── tram_stops.shp │ │ │ ├── tram_stops.shx │ │ │ ├── bus.prj │ │ │ ├── tram.prj │ │ │ ├── bus_stops.prj │ │ │ ├── tram_stops.prj │ │ │ ├── VilleMTP_MTP_Quartiers_2011.dbf │ │ │ ├── VilleMTP_MTP_Quartiers_2011.qix │ │ │ ├── VilleMTP_MTP_Quartiers_2011.shp │ │ │ ├── VilleMTP_MTP_Quartiers_2011.shx │ │ │ ├── VilleMTP_MTP_Quartiers_2011_4326.prj │ │ │ ├── VilleMTP_MTP_SousQuartiers_2011.dbf │ │ │ ├── VilleMTP_MTP_SousQuartiers_2011.shp │ │ │ ├── VilleMTP_MTP_SousQuartiers_2011.shx │ │ │ ├── VilleMTP_MTP_Quartiers_2011_4326.dbf │ │ │ ├── VilleMTP_MTP_Quartiers_2011_4326.shp │ │ │ ├── VilleMTP_MTP_Quartiers_2011_4326.shx │ │ │ ├── bus.qpj │ │ │ ├── tram.qpj │ │ │ ├── tram_stops.idm │ │ │ ├── bus_stops.qpj │ │ │ └── tram_stops.qpj │ ├── media │ │ ├── upload │ │ │ └── .empty │ │ ├── text │ │ │ └── exemple.txt │ │ ├── image │ │ │ ├── logo_bus.png │ │ │ └── logo_osm.png │ │ ├── pdf │ │ │ └── transport_map.pdf │ │ ├── layer │ │ │ ├── trams │ │ │ │ ├── ligne1.jpg │ │ │ │ ├── ligne2.jpg │ │ │ │ └── ligne3.jpg │ │ │ └── quartier │ │ │ │ ├── mosson.png │ │ │ │ ├── croixdargent.png │ │ │ │ ├── lescevennes.png │ │ │ │ ├── portmarianne.png │ │ │ │ ├── presdarene.png │ │ │ │ ├── hopitauxfacultes.png │ │ │ │ └── montpelliercentre.png │ │ └── js │ │ │ └── montpellier │ │ │ ├── disableRightClick.js.example │ │ │ └── changeHomeIconUrl.js.example │ ├── montpellier.qfts │ ├── edition │ │ ├── events.gpkg │ │ ├── transport.sqlite │ │ └── edition_db.sqlite │ └── montpellier.qgs.png │ └── demoqgis_intranet │ ├── data │ ├── ArbRemarq_point.dbf │ ├── ArbRemarq_point.shp │ ├── ArbRemarq_point.shx │ ├── Monuments_Historiques.dbf │ ├── Monuments_Historiques.shp │ ├── Monuments_Historiques.shx │ ├── VilleMTP_MTP_FilaireVoies_2011.dbf │ ├── VilleMTP_MTP_FilaireVoies_2011.sbn │ ├── VilleMTP_MTP_FilaireVoies_2011.sbx │ ├── VilleMTP_MTP_FilaireVoies_2011.shp │ ├── VilleMTP_MTP_FilaireVoies_2011.shx │ ├── VilleMTP_MTP_EspacesVertsSurface_2011.dbf │ ├── VilleMTP_MTP_EspacesVertsSurface_2011.sbn │ ├── VilleMTP_MTP_EspacesVertsSurface_2011.sbx │ ├── VilleMTP_MTP_EspacesVertsSurface_2011.shp │ └── VilleMTP_MTP_EspacesVertsSurface_2011.shx │ ├── montpellier_intranet.qgs.png │ └── annotation │ └── annotation_db.sqlite ├── phpstan-ci.neon └── assets ├── README.md ├── sprite └── source │ └── sprite_20_tools │ ├── 01-home-dark.png │ ├── 01-home-white.png │ ├── 04-locate-dark.png │ ├── 05-login-dark.png │ ├── 05-login-white.png │ ├── 08-print-dark.png │ ├── 08-print-white.png │ ├── 09-search-dark.png │ ├── 12-user-dark.png │ ├── 12-user-white.png │ ├── 18-clear-dark.png │ ├── 18-clear-white.png │ ├── 02-switcher-dark.png │ ├── 03-metadata-dark.png │ ├── 04-locate-white.png │ ├── 06-measure-dark.png │ ├── 06-measure-white.png │ ├── 09-search-white.png │ ├── 10-edition-dark.png │ ├── 10-edition-white.png │ ├── 16-tooltip-dark.png │ ├── 16-tooltip-white.png │ ├── 17-register-dark.png │ ├── 02-switcher-white.png │ ├── 03-metadata-white.png │ ├── 07-geolocation-dark.png │ ├── 11-attribute-dark.png │ ├── 11-attribute-white.png │ ├── 13-timemanager-dark.png │ ├── 14-permalink-dark.png │ ├── 14-permalink-white.png │ ├── 15-baselayer-dark.png │ ├── 15-baselayer-white.png │ ├── 17-register-white.png │ ├── 07-geolocation-white.png │ └── 13-timemanager-white.png ├── package.json ├── webpack.prod.js ├── webpack.dev.js └── src └── dependencies └── lit-html.js /lizmap/scripts/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/db/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/log/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/mails/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/tmp/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/wps-data/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/app/overloads/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/lizmap-modules/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/plugins/auth/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/plugins/coord/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/plugins/db/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/overloads/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/sessions/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/uploads/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/www/document/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/app/themes/default/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/admin/forms/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/lizmap/daos/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/view/daos/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/view/forms/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/view/zones/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/plugins/tpl/common/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/plugins/tpl/html/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/plugins/tpl/text/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/var/themes/default/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/www/cache/images/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/docker-conf/certs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/tmp/config/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/lizmap/classes/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/lizmap/forms/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/lizmap/zones/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/view/classes/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/www/live/images/home/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/docker-conf/phpfpm/ldap.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/lizmap/locales/en_US/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/modules/view/locales/en_US/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/qgis-projects/ProJets 1982*!/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/VERSION: -------------------------------------------------------------------------------- 1 | 3.7.0 2 | -------------------------------------------------------------------------------- /temp/lizmap/.empty: -------------------------------------------------------------------------------- 1 | !!!! DO *NOT* REMOVE !!!! 2 | -------------------------------------------------------------------------------- /tests/docker-conf/phpfpm/admin.conf: -------------------------------------------------------------------------------- 1 | admin 2 | -------------------------------------------------------------------------------- /lizmap/modules/view/templates/simplepage.tpl: -------------------------------------------------------------------------------- 1 | {$MAIN} 2 | -------------------------------------------------------------------------------- /lizmap/var/lizmap-theme-config/.empty: -------------------------------------------------------------------------------- 1 | do not remove 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/version.txt: -------------------------------------------------------------------------------- 1 | 1.13.2 2 | -------------------------------------------------------------------------------- /tests/units/classes/App/Ressources/one-line.txt: -------------------------------------------------------------------------------- 1 | 1 line 2 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/editionLayer.qgs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/docker-conf/phpfpm/profile.start: -------------------------------------------------------------------------------- 1 | alias ll="ls -al" 2 | -------------------------------------------------------------------------------- /.git-blame-ignore-revs: -------------------------------------------------------------------------------- 1 | 383d4605b18b814129d90f32519b0d19eb1c36c7 2 | -------------------------------------------------------------------------------- /lizmap/modules/admin/templates/message.tpl: -------------------------------------------------------------------------------- 1 | {jmessage_bootstrap} 2 | -------------------------------------------------------------------------------- /lizmap/modules/view/templates/jmessage_answer.tpl: -------------------------------------------------------------------------------- 1 | {jmessage} 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/attribute_table/quartiers.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/form_edition_upload_webdav_shape.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/webdav/test/test_upload.txt: -------------------------------------------------------------------------------- 1 | This is a test file 2 | -------------------------------------------------------------------------------- /demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/demo.png -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/icon.png -------------------------------------------------------------------------------- /tests/end2end/playwright/test_upload_file/test_upload_delete.txt: -------------------------------------------------------------------------------- 1 | delete 2 | -------------------------------------------------------------------------------- /tests/end2end/playwright/test_upload_file/test_upload_replace.txt: -------------------------------------------------------------------------------- 1 | replace 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/test_print_in_project_projection/reseau.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /tests/end2end/playwright/test_upload_file/test_upload_attribute_table_keep.txt: -------------------------------------------------------------------------------- 1 | keep 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/bakeries.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/webdav/test/test_upload.conf: -------------------------------------------------------------------------------- 1 | #conf file, should be downloaded 2 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/media/js/events/jsprojetinroot.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/events/mjs.mjs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/events/style1.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/js_bad_folder.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/ckeditor5/translations/en.js: -------------------------------------------------------------------------------- 1 | // dummy file for Jelix webassets 2 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/media/js/default/jsdefaultinroot.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tramstop.csvt: -------------------------------------------------------------------------------- 1 | String,String,String 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/upload/.empty: -------------------------------------------------------------------------------- 1 | !!!! DO *NOT* REMOVE !!!! 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 2 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/media/js/invalid_project/unfoundable.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/default/jsdefaultinrepo.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/events/jsprojetinrepo.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.en.js: -------------------------------------------------------------------------------- 1 | // dummy file for Jelix webassets 2 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/events/subfolder/jsinsubfolder.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/root4Repository/repo1/media/js/invalid_project/unfoundable.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/text/exemple.txt: -------------------------------------------------------------------------------- 1 | Some text written in this file 2 | -------------------------------------------------------------------------------- /lizmap/modules/filter/locales/en_US/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | dock.title=Filter 2 | dock.subtitle=Filter 3 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.cpg: -------------------------------------------------------------------------------- 1 | ISO-8859-1 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/jointure_tram_stop.csvt: -------------------------------------------------------------------------------- 1 | String,String,Integer 2 | -------------------------------------------------------------------------------- /tests/docker-conf/pg_service.conf: -------------------------------------------------------------------------------- 1 | [lizmapdb] 2 | host=pgsql 3 | port=5432 4 | user=lizmap 5 | password=lizmap1234! 6 | -------------------------------------------------------------------------------- /phpstan-ci.neon: -------------------------------------------------------------------------------- 1 | includes: 2 | - phpstan-baseline.neon 3 | 4 | parameters: 5 | reportUnmatchedIgnoredErrors: false 6 | -------------------------------------------------------------------------------- /tests/end2end/playwright/test_upload_file/test_upload_attribute_table.txt: -------------------------------------------------------------------------------- 1 | This is a test file, inspect attribute table 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/css/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/img/logo.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG4326.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:4326"] = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs "; -------------------------------------------------------------------------------- /lizmap/www/document/link_example.txt: -------------------------------------------------------------------------------- 1 | Example of document linked from the "link" property (in Qgis Lizmap Plugin, Layers tab) 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tramway.csvt: -------------------------------------------------------------------------------- 1 | String,String,String,String,String,String,String,String 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/css/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/img/loading.gif -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/favicon.ico -------------------------------------------------------------------------------- /tests/docker-conf/stable-plugin-sources.list: -------------------------------------------------------------------------------- 1 | https://packages.3liz.org/pub/server-plugins-repository/stable/plugins.[VERSION].xml 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/events.gpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/events.gpkg -------------------------------------------------------------------------------- /lizmap/modules/admin_api/lib/ApiException.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 | -------------------------------------------------------------------------------- /lizmap/www/assets/css/filter-icon-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/filter-icon-dark.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/123_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/123_click.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_18.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_20.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_30.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/img/logo_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/img/logo_footer.png -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/img/logo.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/test_embed.gpkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/test_embed.gpkg -------------------------------------------------------------------------------- /lizmap/www/assets/css/filter-icon-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/filter-icon-white.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/qgis_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/qgis_sprite.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_menu.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/favicon-96x96.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/ms-icon-144x144.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/ms-icon-150x150.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/ms-icon-310x310.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/ms-icon-70x70.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/stop.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/images/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/images/cog.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG32620.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:32620"] = "+proj=utm +zone=20 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG32740.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:32740"] = "+proj=utm +zone=40 +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs"; -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG4272.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:4272"] = "+title=NZGD49 +proj=longlat +ellps=intl +datum=nzgd49 +no_defs "; 2 | -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/img/loading.gif -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/white_tile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/white_tile.jpg -------------------------------------------------------------------------------- /tests/qgis-projects/tests/media/random-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/media/random-1.jpg -------------------------------------------------------------------------------- /tests/qgis-projects/tests/world-3857.qgs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/world-3857.qgs.jpg -------------------------------------------------------------------------------- /tests/qgis-projects/tests/world-4326.qgs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/world-4326.qgs.jpg -------------------------------------------------------------------------------- /lizmap/modules/action/urls.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /lizmap/modules/dataviz/urls.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /lizmap/modules/filter/urls.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/download_layer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/download_layer.gif -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-57x57.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-60x60.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-72x72.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-76x76.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/accept.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/cancel.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/error.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/order.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/images/group.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/images/user.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/jforms/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/jforms/cross.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/jforms/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/jforms/help.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/projCode/krovak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/Proj4js/projCode/krovak.js -------------------------------------------------------------------------------- /tests/units/testslib/OGCRequestForTests.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_20_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_20_tools.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_menu_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_menu_tools.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/img/250x250_mappemonde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/img/250x250_mappemonde.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/img/overview_replacement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/img/overview_replacement.gif -------------------------------------------------------------------------------- /lizmap/www/assets/css/img/overview_replacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/img/overview_replacement.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/android-icon-144x144.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/android-icon-192x192.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/android-icon-36x36.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/android-icon-48x48.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/android-icon-72x72.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/android-icon-96x96.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-114x114.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-120x120.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-144x144.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-152x152.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-180x180.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/lightning.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/images/rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/images/rights.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/jforms/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/jforms/calendar.gif -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/ESRI53016.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["ESRI:53016"] = "+proj=gall +lon_0=0 +x_0=0 +y_0=0 +a=6371000 +b=6371000 +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/proj4js-combined.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/Proj4js/proj4js-combined.js -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/images/123_click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/images/123_click.png -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/images/sprite_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/images/sprite_18.png -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/images/sprite_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/images/sprite_20.png -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/img/logo_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/img/logo_footer.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/playwright-test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/playwright-test.pdf -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/transparent_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/transparent_tile.png -------------------------------------------------------------------------------- /lizmap/console.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 | -------------------------------------------------------------------------------- /lizmap/modules/proj4php/classes/proj4php.class.php: -------------------------------------------------------------------------------- 1 | 2 | {zone 'view~main_view', array('excludedProject'=>$excludedProject)} 3 | 4 | -------------------------------------------------------------------------------- /lizmap/www/assets/css/dataviz/dataviz-icon-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/dataviz/dataviz-icon-dark.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/dataviz/dataviz-icon-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/dataviz/dataviz-icon-white.png -------------------------------------------------------------------------------- /lizmap/www/assets/css/images/sprite_timemanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/css/images/sprite_timemanager.png -------------------------------------------------------------------------------- /lizmap/www/assets/favicon/apple-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/favicon/apple-icon-precomposed.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/exclamation.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/icons/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/icons/information.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/images/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/design/images/dashboard.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG26912.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG26912"] = "+title=NAD83 / UTM zone 12N +proj=utm +zone=12 +a=6378137.0 +b=6356752.3141403"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG2975.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:2975"] = "+proj=utm +zone=40 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/ESRI54016.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["ESRI:54016"] = "+proj=gall +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/images/sprite_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/themes/default/css/images/sprite_menu.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/attribute_table/points.fgb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/attribute_table/points.fgb -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/01-home-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/01-home-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/01-home-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/01-home-white.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/04-locate-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/04-locate-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/05-login-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/05-login-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/05-login-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/05-login-white.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/08-print-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/08-print-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/08-print-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/08-print-white.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/09-search-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/09-search-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/12-user-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/12-user-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/12-user-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/12-user-white.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/18-clear-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/18-clear-dark.png -------------------------------------------------------------------------------- /assets/sprite/source/sprite_20_tools/18-clear-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/assets/sprite/source/sprite_20_tools/18-clear-white.png -------------------------------------------------------------------------------- /lizmap/install/configurator.php: -------------------------------------------------------------------------------- 1 | 2 | ;for security reasons , don't remove or modify the first line 3 | 4 | 5 | [coordplugins] 6 | auth="cmdline/auth.coord.ini.php" 7 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/authdb_admin.js: -------------------------------------------------------------------------------- 1 | $("document").ready( function () { 2 | $("#search-login").autocomplete({ 3 | source: $("#search-login").data('link') 4 | }); 5 | }); 6 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/sets/default/images/list-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/sets/default/images/list-bullet.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/sets/default/images/list-numeric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/sets/default/images/list-numeric.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/sets/markdown/images/list-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/sets/markdown/images/list-bullet.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/sets/markdown/images/list-numeric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/sets/markdown/images/list-numeric.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/jquery/ui/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/print/print_changed_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/print/print_changed_labels.png -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/print/print_default_labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/print/print_default_labels.png -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/treeview/glg_feature_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/treeview/glg_feature_count.png -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/pdf/print/test_print_print_labels.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/pdf/print/test_print_print_labels.pdf -------------------------------------------------------------------------------- /tests/end2end/playwright/__screenshots__/draw.spec.js/draw-edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/__screenshots__/draw.spec.js/draw-edition.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/33/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/33/20.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/33/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/33/21.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/33/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/33/22.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/34/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/34/20.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/34/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/34/21.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/34/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/34/22.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/35/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/35/22.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/35/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/35/23.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/36/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/36/22.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/36/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/36/23.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/37/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/37/22.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/37/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/axis_orientation/osm/tiles/6/37/23.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/12/2091/1494.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/12/2091/1494.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/12/2091/1495.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/12/2091/1495.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/12/2091/1496.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/12/2091/1496.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/12/2092/1494.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/12/2092/1494.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/12/2092/1495.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/12/2092/1495.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/12/2092/1496.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/12/2092/1496.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/test_print_in_project_projection/reseau.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/test_print_in_project_projection/reseau.dbf -------------------------------------------------------------------------------- /tests/qgis-projects/tests/test_print_in_project_projection/reseau.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/test_print_in_project_projection/reseau.shp -------------------------------------------------------------------------------- /tests/qgis-projects/tests/test_print_in_project_projection/reseau.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/test_print_in_project_projection/reseau.shx -------------------------------------------------------------------------------- /tests/units/testslib/QgisForm2ForTests.php: -------------------------------------------------------------------------------- 1 | 2 | ;for security reasons , don't remove or modify the first line 3 | 4 | 5 | [coordplugins] 6 | auth="api/auth.coord.ini.php" 7 | jacl2=1 8 | -------------------------------------------------------------------------------- /lizmap/modules/lizmap/templates/main.tpl: -------------------------------------------------------------------------------- 1 | 5 |
6 | {jmessage} 7 | {$center} 8 |
9 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-container.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-xml.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG4139.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:4139"] = "+title=Puerto Rico EPSG:4139 (3 param datum shift) +proj=longlat +towgs84 = 11,72,-101,0,0,0,0 +a=6378206.4 +b=6356583.8"; 2 | -------------------------------------------------------------------------------- /temp/.htaccess: -------------------------------------------------------------------------------- 1 | # Apache 2.2 2 | 3 | Deny from all 4 | 5 | 6 | # Apache 2.4 7 | 8 | Require all denied 9 | 10 | -------------------------------------------------------------------------------- /tests/end2end/playwright/__screenshots__/draw.spec.js/draw-all-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/__screenshots__/draw.spec.js/draw-all-tools.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/19/267785/191427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/19/267785/191427.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/19/267785/191428.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/19/267785/191428.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/19/267786/191427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/19/267786/191427.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/19/267786/191428.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/19/267786/191428.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/19/267787/191427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/19/267787/191427.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/osm/tiles/19/267787/191428.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/osm/tiles/19/267787/191428.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.qix -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.shx -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.ind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.ind -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.shx -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/edition/edition_db.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/edition/edition_db.sqlite -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/pdf/transport_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/pdf/transport_map.pdf -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/sets/wr3/images/text_carriage_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/sets/wr3/images/text_carriage_return.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-bbcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-bbcode.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-html.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-json.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-wiki.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG2154.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:2154"] = "+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs "; -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG41001.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:41001"] = "+title=simple mercator EPSG:41001 +proj=merc +lat_ts=0 +lon_0=0 +k=1.000000 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m"; 2 | -------------------------------------------------------------------------------- /tests/qgis-projects/tests/attribute_table/quartiers.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/trams/ligne1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/trams/ligne1.jpg -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/trams/ligne2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/trams/ligne2.jpg -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/trams/ligne3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/trams/ligne3.jpg -------------------------------------------------------------------------------- /lizmap/www/.htaccess: -------------------------------------------------------------------------------- 1 | # Apache 2.2 2 | 3 | Allow from all 4 | 5 | 6 | # Apache 2.4 7 | 8 | Require all granted 9 | 10 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-dotclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-dotclear.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-markdown.png -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-textile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/markitup/skins/markitup/images/bg-editor-textile.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG42304.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:42304"]="+title=Atlas of Canada, LCC +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs"; -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/treeview/layer_legend_single_symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/treeview/layer_legend_single_symbol.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2091/1494.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2091/1494.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2091/1495.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2091/1495.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2091/1496.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2091/1496.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2092/1494.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2092/1494.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2092/1495.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2092/1495.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2092/1496.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/opentopomap/tiles/12/2092/1496.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/form_edition_upload_webdav_shape.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]] 2 | -------------------------------------------------------------------------------- /assets/webpack.prod.js: -------------------------------------------------------------------------------- 1 | import { merge } from 'webpack-merge'; 2 | import common from './webpack.common.js'; 3 | 4 | export default merge(common, { 5 | mode: 'production', 6 | devtool: 'source-map' 7 | }); 8 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/mosson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/mosson.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/jquery/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/js/jquery/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/print_in_project_projection/empty/Paysage_A4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/print_in_project_projection/empty/Paysage_A4.pdf -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/bakeries.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/bakeries.shp -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/bakeries.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/bakeries.shx -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.dbf -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.shp -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/polygons.shx -------------------------------------------------------------------------------- /assets/webpack.dev.js: -------------------------------------------------------------------------------- 1 | import { merge } from 'webpack-merge'; 2 | import common from './webpack.common.js'; 3 | 4 | export default merge(common, { 5 | mode: 'development', 6 | devtool: 'eval-source-map' 7 | }); 8 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/ArbRemarq_point.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/ArbRemarq_point.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/ArbRemarq_point.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/ArbRemarq_point.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/ArbRemarq_point.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/ArbRemarq_point.shx -------------------------------------------------------------------------------- /lizmap/app/locales/cs_CZ/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Uživatelé 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/de_DE/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Nutzer 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/el_GR/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Χρήστες 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/es_ES/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Usuarios 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/fi_FI/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Käyttäjät 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/gl_ES/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Usuarios 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/it_IT/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Utenti 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/ja_JP/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=‎ユーザー‎ 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/nl_NL/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Gebruikers 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_BR/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Usuários 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/sv_SE/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Användare 4 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/jquery/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/lizmap/www/assets/jelix/jquery/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_polygon.snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_polygon.snap.png -------------------------------------------------------------------------------- /tests/end2end/playwright/__screenshots__/startup.spec.js/zoom-features-extent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/__screenshots__/startup.spec.js/zoom-features-extent.png -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/print_in_project_projection/baselayer/Paysage_A4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/print_in_project_projection/baselayer/Paysage_A4.pdf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/croixdargent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/croixdargent.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/lescevennes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/lescevennes.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/portmarianne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/portmarianne.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/presdarene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/presdarene.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/montpellier_intranet.qgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/montpellier_intranet.qgs.png -------------------------------------------------------------------------------- /lizmap/app/locales/eu_ES/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Erabiltzaileak 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/fr_FR/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Utilisateurs 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/hu_HU/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Felhasználók 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/pl_PL/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Użytkownicy 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_PT/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Utilizadores 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/ro_RO/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Utilizatori 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/ru_RU/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Пользователи 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/sk_SK/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Používatelia 4 | -------------------------------------------------------------------------------- /lizmap/app/locales/uk_UA/jauthdb_admin/locales/auth.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | adminmenu.item.list=Користувачі 4 | -------------------------------------------------------------------------------- /lizmap/modules/view/templates/map_minidock.tpl: -------------------------------------------------------------------------------- 1 |
2 | {foreach $dockable as $dock} 3 |
4 | {$dock->fetchContent()} 5 |
6 | {/foreach} 7 |
8 | -------------------------------------------------------------------------------- /tests/docker-conf/ldap.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [ "$1" == "" ]; then 4 | echo "Usage: ldap.sh " 5 | echo " command: reset, setup" 6 | fi 7 | 8 | docker exec -t -i lizmap_test_ldap /bin/ctl.sh $1 9 | -------------------------------------------------------------------------------- /tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_multipoint.snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_multipoint.snap.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/bakeries.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/Monuments_Historiques.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/Monuments_Historiques.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/Monuments_Historiques.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/Monuments_Historiques.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/Monuments_Historiques.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/Monuments_Historiques.shx -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG4181.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:4181"] = "+title=Luxembourg 1930 EPSG:4181 (7 param datum shift) +proj=longlat +towgs84=-193,13.7,-39.3,-0.41,-2.933,2.688,0.43 +a=6378388.0, +b=6356911.94612795"; 2 | -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/view.css: -------------------------------------------------------------------------------- 1 | .thumbnail { 2 | background-color: white; 3 | } 4 | 5 | .liz-project-desc { 6 | display: none; 7 | } 8 | 9 | .liz-project:hover { 10 | background-color: #f8faff; 11 | } 12 | -------------------------------------------------------------------------------- /tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_multipolygon.snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_multipolygon.snap.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/js/montpellier/disableRightClick.js.example: -------------------------------------------------------------------------------- 1 | lizMap.events.on({ 2 | 3 | uicreated: function(e) { 4 | $('body').attr('oncontextmenu', 'return false;'); 5 | } 6 | 7 | }); 8 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/hopitauxfacultes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/hopitauxfacultes.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/montpelliercentre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/media/layer/quartier/montpelliercentre.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/annotation/annotation_db.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/annotation/annotation_db.sqlite -------------------------------------------------------------------------------- /lizmap/app/locales/cs_CZ/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=žádný 4 | unknown=neznámý 5 | version=verze 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/fr_FR/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=Aucun 4 | unknown=inconnu 5 | version=version 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/hu_HU/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=üres 4 | unknown=ismeretlen 5 | version=verzió 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/ja_JP/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=‎何一つ‎ 4 | unknown=‎不明‎ 5 | version=‎バージョン‎ 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pl_PL/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=brak 4 | unknown=nieznany 5 | version=wersja 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/sk_SK/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=žiadny 4 | unknown=neznámy 5 | version=verzia 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/sl_SI/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=nič 4 | unknown=nepoznan 5 | version=Različica 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/sv_SE/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=Ingen 4 | unknown=okänd 5 | version=version 6 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG4302.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:4302"] = "+title=Trinidad 1903 EPSG:4302 (7 param datum shift) +proj=longlat +a=6378293.63683822 +b=6356617.979337744 +towgs84=-61.702,284.488,472.052,0,0,0,0"; 2 | 3 | -------------------------------------------------------------------------------- /tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_multilinestring.snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_multilinestring.snap.png -------------------------------------------------------------------------------- /tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_with_xml_header.snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_with_xml_header.snap.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.dbf -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.shp -------------------------------------------------------------------------------- /tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154.shx -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.qix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.qix -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011.shx -------------------------------------------------------------------------------- /lizmap/app/locales/de_DE/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=keine 4 | unknown=unbekannt 5 | version=Version 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/es_ES/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=ninguno 4 | unknown=desconocido 5 | version=versión 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/eu_ES/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=ninguno 4 | unknown=desconocido 5 | version=versión 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/fi_FI/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=ei mitään 4 | unknown=tuntematon 5 | version=versio 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/gl_ES/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=ningún 4 | unknown=descoñecido 5 | version=versión 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/nl_NL/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=niets 4 | unknown=niet gekend 5 | version=versie 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_BR/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=nenhum 4 | unknown=desconhecido 5 | version=versão 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_PT/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=nenhum 4 | unknown=desconhecido 5 | version=versão 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/uk_UA/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=жодного 4 | unknown=невідомий 5 | version=версія 6 | -------------------------------------------------------------------------------- /lizmap/install/uninstall/uninstaller.ini.php: -------------------------------------------------------------------------------- 1 | ; 2 | ; for security reasons , don't remove or modify the first line 3 | ; don't modify this file if you don't know what you do. it is generated automatically by jInstaller 4 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG27200.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:27200"] = "+title=New Zealand Map Grid\ 2 | +proj=nzmg \ 3 | +lat_0=-41 +lon_0=173 \ 4 | +x_0=2510000 +y_0=6023150 \ 5 | +ellps=intl +datum=nzgd49 +units=m +no_defs" 6 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/GOOGLE.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["GOOGLE"]="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs"; 2 | Proj4js.defs["EPSG:900913"]=Proj4js.defs["GOOGLE"]; 3 | -------------------------------------------------------------------------------- /tests/docker-conf/phpfpm/xdebug.ini: -------------------------------------------------------------------------------- 1 | xdebug.mode=debug,profile 2 | ;xdebug.client_host=host_of_your_ide 3 | xdebug.client_port=9003 4 | xdebug.discover_client_host=1 5 | xdebug.start_with_request=trigger 6 | xdebug.output_dir=/srv/lzm/temp 7 | -------------------------------------------------------------------------------- /tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_without_xml_header.snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/snapshots/test_import_kml_spec.js/test_kml_without_xml_header.snap.png -------------------------------------------------------------------------------- /tests/end2end/playwright/__screenshots__/filter-layer-by-user.spec.js/map-not-connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/__screenshots__/filter-layer-by-user.spec.js/map-not-connected.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.prj: -------------------------------------------------------------------------------- 1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_SousQuartiers_2011.shx -------------------------------------------------------------------------------- /lizmap/app/locales/it_IT/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=nessuno 4 | unknown=sconosciuto 5 | version=versione 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/ro_RO/jelix/locales/common.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | none=niciunul 4 | unknown=necunoscut 5 | version=versiunea 6 | -------------------------------------------------------------------------------- /lizmap/modules/view/events.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG27582.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:27582"] = "+proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191427/267785.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191427/267785.jpg -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191427/267786.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191427/267786.jpg -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191427/267787.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191427/267787.jpg -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191428/267785.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191428/267785.jpg -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191428/267786.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191428/267786.jpg -------------------------------------------------------------------------------- /tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191428/267787.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/mock/base_layers/geopf/ORTHOIMAGERY_ORTHOPHOTOS/19/191428/267787.jpg -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/VilleMTP_MTP_Quartiers_2011_4326.shx -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.sbn -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.sbx -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_FilaireVoies_2011.shx -------------------------------------------------------------------------------- /tests/end2end/jsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "include": [ 3 | "./node_modules/cypress", 4 | "cypress/**/*.js" 5 | ], 6 | 7 | "compilerOptions": { 8 | "types": ["cypress", "cypress-file-upload"] 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /tests/end2end/playwright/__screenshots__/filter-layer-by-user.spec.js/map-connected-as-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/__screenshots__/filter-layer-by-user.spec.js/map-connected-as-admin.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/media/js/javascript_error/invalid_javascript.js: -------------------------------------------------------------------------------- 1 | lizMap.events.on({ 2 | uicreated: function() { 3 | throw new Error('This is a broken JavaScript file for testing the flag no_user_defined_js=1'); 4 | } 5 | }); 6 | -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/shop_bakery_getmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/shop_bakery_getmap.png -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG2056.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:2056"] = "+title=CH1903 / LV95 +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG21781.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:21781"] = "+title=CH1903 / LV03 +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs"; 2 | -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/townhalls_pg_getmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/townhalls_pg_getmap.png -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.dbf -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.sbn -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.sbx -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.shp -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/extra-modules/lizmapdemo/qgis-projects/demoqgis_intranet/data/VilleMTP_MTP_EspacesVertsSurface_2011.shx -------------------------------------------------------------------------------- /lizmap/app/system/index/config.ini.php: -------------------------------------------------------------------------------- 1 | ; 2 | ;for security reasons , don't remove or modify the first line 3 | 4 | 5 | [coordplugins] 6 | auth="index/auth.coord.ini.php" 7 | jacl2=1 8 | 9 | [jcommunity] 10 | loginResponse=htmlauth 11 | -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/shop_bakery_pg_getmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/shop_bakery_pg_getmap.png -------------------------------------------------------------------------------- /tests/units/testslib/ConfigForTests.php: -------------------------------------------------------------------------------- 1 | modify($data); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG27561.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:27561"] = "+proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs "; -------------------------------------------------------------------------------- /tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154_getmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/cypress/fixtures/images/filter_layer_data_by_polygon_for_groups/townhalls_EPSG2154_getmap.png -------------------------------------------------------------------------------- /tests/end2end/playwright/__screenshots__/filter-layer-by-user.spec.js/map-connected-as-user-in-group-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/end2end/playwright/__screenshots__/filter-layer-by-user.spec.js/map-connected-as-user-in-group-a.png -------------------------------------------------------------------------------- /tests/qgis-projects/tests/media/upload/form_edition_all_field_type/form_edition_upload/image_file/random-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/media/upload/form_edition_all_field_type/form_edition_upload/image_file/random-3.jpg -------------------------------------------------------------------------------- /lizmap/app/locales/cs_CZ/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtr 4 | dock.subtitle=Filtr 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/fr_FR/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtre 4 | dock.subtitle=Filtre 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/gl_ES/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtro 4 | dock.subtitle=Filtro 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/hu_HU/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Szűrés 4 | dock.subtitle=Szűrés 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/it_IT/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtro 4 | dock.subtitle=Filtro 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/pl_PL/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtr 4 | dock.subtitle=Filtr 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_BR/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtro 4 | dock.subtitle=Filtro 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_PT/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtro 4 | dock.subtitle=Filtro 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/ru_RU/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Фильтр 4 | dock.subtitle=Фильтр 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/uk_UA/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Фільтр 4 | dock.subtitle=Фільтр 5 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.fr.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['fr']; 3 | d.buttonText = 'Ouvrir le calendrier'; 4 | d.resetButtonText = 'Effacer la date'; 5 | $.datepicker.setDefaults($.datepicker.regional['fr']); 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG102067.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:102067"] = "+title=Krovak +proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=ferro +units=m +towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 +czech +no_defs"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG102757.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:102757"] = "+title=NAD 1983 StatePlane Wyoming West Central FIPS 4903 Feet +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +x_0=600000.0 +y_0=0 +k=0.999938 +a=6378137.0 +b=6356752.3141403 +to_meter=0.3048006096012192"; 2 | -------------------------------------------------------------------------------- /lizmap/app/locales/de_DE/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtern 4 | dock.subtitle=Filtern 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/es_ES/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtrar 4 | dock.subtitle=Filtrar 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/fi_FI/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Suodatin 4 | dock.subtitle=Suodatin 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/ja_JP/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=‎フィルター‎ 4 | dock.subtitle=‎フィルター‎ 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/ja_JP/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=JelixはPHPのフレームワーク‎です。 5 | newapp.h1=新しいjelixアプリケーションへようこそ‎ 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/ro_RO/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtrare 4 | dock.subtitle=Filtrare 5 | -------------------------------------------------------------------------------- /lizmap/app/themes/default/jcommunity/account_edit.tpl: -------------------------------------------------------------------------------- 1 | 6 | 7 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.de.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['de']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['de']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.el.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['el']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['el']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.es.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['es']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['es']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.eu.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['eu']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['eu']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.fi.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['fi']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['fi']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.it.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['it']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['it']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.pl.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['pl']; 3 | d.buttonText = 'Otwórz kalendarz'; 4 | d.resetButtonText = 'Zresetuj datę'; 5 | $.datepicker.setDefaults($.datepicker.regional['pl']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.pt.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['pt']; 3 | d.buttonText = 'Abrir o calendário'; 4 | d.resetButtonText = 'Apagar a data'; 5 | $.datepicker.setDefaults($.datepicker.regional['pt']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.ru.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['ru']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['ru']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.sv.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['sv']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['sv']) 6 | }); -------------------------------------------------------------------------------- /tests/qgis-projects/tests/Makefile: -------------------------------------------------------------------------------- 1 | SHELL:=bash 2 | .ONESHELL: 3 | .PHONY: env 4 | 5 | clean: 6 | find . -name "*.qgs~" -type f -delete 7 | find . -name "*-shm" -type f -delete 8 | find . -name "*-wal" -type f -delete 9 | find . -name "*_attachments.zip" -type f -delete 10 | -------------------------------------------------------------------------------- /assets/src/dependencies/lit-html.js: -------------------------------------------------------------------------------- 1 | import {html, render} from 'lit-html'; 2 | import { keyed } from 'lit-html/directives/keyed.js'; 3 | 4 | var litHTML = {}; 5 | 6 | litHTML.html = html; 7 | litHTML.render = render; 8 | litHTML.keyed = keyed; 9 | 10 | export default litHTML; 11 | -------------------------------------------------------------------------------- /lizmap/app/locales/ja_JP/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=‎(370) ドライバ‎%s‎jAcl2 に対しては見つかりません‎ 4 | action.right.needed=‎(371) ユーザーはこのページにアクセスできません‎ 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/sk_SK/filter/locales/filter.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/ and https://www.transifex.com/3liz-1/jelix/ 3 | dock.title=Filtrovať 4 | dock.subtitle=Filtrovať 5 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.gl.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['gl']; 3 | d.buttonText = 'Abrir o calendario'; 4 | d.resetButtonText = 'Restablecer a data'; 5 | $.datepicker.setDefaults($.datepicker.regional['gl']) 6 | }); -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG102758.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:102758"] = "+title=NAD 1983 StatePlane Wyoming West FIPS 4904 Feet +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +x_0=800000 +y_0=100000 +k=0.999938 +a=6378137.0 +b=6356752.3141403 +to_meter=0.3048006096012192"; 2 | -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG26591.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:26591"] = "+title= Monte Mario (Rome) / Italy zone 1 EPSG:26591 +proj=tmerc +lat_0=0 +lon_0=-3.45233333333333 +from_greenwich=12.45233333333333 +k=0.999600 +x_0=1500000 +y_0=0 +a=6378388.0, +b=6356911.94612795 +units=m"; 2 | -------------------------------------------------------------------------------- /tests/units/phpunit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | edition/ 6 | classes/ 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /lizmap/app/locales/cs_CZ/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, framework pro PHP 5 | newapp.h1=Vítejte v nové jelix aplikaci\S 6 | -------------------------------------------------------------------------------- /lizmap/modules/filter/events.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/js/jforms/datepickers/default/ui.pt_BR.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | var d = $.datepicker.regional['pt_BR']; 3 | d.buttonText = 'Open the calendar'; 4 | d.resetButtonText = 'Reset the date'; 5 | $.datepicker.setDefaults($.datepicker.regional['pt_BR']) 6 | }); -------------------------------------------------------------------------------- /tests/qgis-projects/tests/media/upload/form_edition_all_field_type/form_edition_upload/image_file_mandatory/random-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3liz/lizmap-web-client/HEAD/tests/qgis-projects/tests/media/upload/form_edition_all_field_type/form_edition_upload/image_file_mandatory/random-2.jpg -------------------------------------------------------------------------------- /tests/units/testslib/WMTSRequestForTests.php: -------------------------------------------------------------------------------- 1 | process_getcapabilities(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /lizmap/app/locales/hu_HU/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, a framework for PHP 5 | newapp.h1=Köszöntjük új jelix programjában 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/nl_NL/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, een framework voor PHP 5 | newapp.h1=Welcom in uw jelix toepassing 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pl_PL/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, framework PHP 5 | newapp.h1=Witaj w Twojej nowej aplikacji jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_PT/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, um framework para PHP 5 | newapp.h1=Bem-vindo à nova aplicação jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/sk_SK/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, rámec pre PHP 5 | newapp.h1=Vitajte vo svojej novej aplikácii jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/system/admin/config.ini.php: -------------------------------------------------------------------------------- 1 | ; 2 | ;for security reasons , don't remove or modify the first line 3 | 4 | 5 | [responses] 6 | html=adminHtmlResponse 7 | htmlauth=adminLoginHtmlResponse 8 | 9 | [coordplugins] 10 | auth="admin/auth.coord.ini.php" 11 | jacl2=1 12 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/design/tooltip.css: -------------------------------------------------------------------------------- 1 | /* tooltip styles */ 2 | 3 | 4 | div#tooltip { 5 | position:absolute; 6 | visibility:hidden; 7 | z-index:100; 8 | background-color:#FFEEC7; 9 | border:1px solid black; 10 | padding:0.2em; 11 | font-size:0.8em; 12 | } 13 | 14 | -------------------------------------------------------------------------------- /lizmap/app/locales/el_GR/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, a framework for PHP 5 | newapp.h1=Καλώς ορίσατε στο νέο jelix application 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/fi_FI/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, rakenteet PHP:lle 5 | newapp.h1=Tervetuloa uuteen jelix sovellutukseen 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/gl_ES/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, unha aplicación para PHP 5 | newapp.h1=Benvido á nova aplicación jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_BR/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, um framework para PHP 5 | newapp.h1=Bem-vindo à sua nova aplicação jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/ro_RO/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, un framework pentru PHP 5 | newapp.h1=Bun venit în noua aplicație Jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/uk_UA/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, це фреймворк для PHP 5 | newapp.h1=Вітаємо у вашій новій програмі jelix 6 | -------------------------------------------------------------------------------- /lizmap/modules/view/templates/map_rightdock.tpl: -------------------------------------------------------------------------------- 1 |
2 | {foreach $dockable as $dock} 3 |
4 | {$dock->fetchContent()} 5 |
6 | {/foreach} 7 |
8 | 9 | 10 | -------------------------------------------------------------------------------- /lizmap/modules/view/templates/popup.tpl: -------------------------------------------------------------------------------- 1 |
2 |

{$layerTitle}

3 | 4 |
5 | {$popupContent} 6 |
7 |
8 | -------------------------------------------------------------------------------- /lizmap/app/locales/cs_CZ/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Ovladač %s pro jAcl2 nenalezen 4 | action.right.needed=(371) Tento uživatel nemá přístup na tuto stránku 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/es_ES/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, un framework para PHP 5 | newapp.h1=Bienvenido a su nueva aplicación jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/eu_ES/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, un framework para PHP 5 | newapp.h1=Bienvenido a su nueva aplicación jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/no_NO/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Dirver %s til jAcl2 ikke funnet 4 | action.right.needed=(371) Brukeren har ikke tilgang til denne siden 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/sl_SI/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Pogrešan gonilnika %s za jAcl2 4 | action.right.needed=(371) Uporabnik nima pravic dostopa do te strani 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/sv_SE/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, ett ramverk för PHP 5 | newapp.h1=Välkommen till din nya jelix applikation 6 | -------------------------------------------------------------------------------- /lizmap/modules/view/templates/jmessage_modal.tpl: -------------------------------------------------------------------------------- 1 | 4 | 7 | 10 | -------------------------------------------------------------------------------- /lizmap/app/locales/de_DE/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, ein framework für PHP 5 | newapp.h1=Willkommen zu Ihrer neuen Jelix-Applikation 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/fr_FR/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, framework pour PHP 5 | newapp.h1=Bienvenue dans votre nouvelle application Jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/it_IT/jelix/locales/jelix.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | framework.name=Jelix 4 | framework.slogan=Jelix, un framework per PHP 5 | newapp.h1=Benvenuto nella tua nuova applicazione jelix 6 | -------------------------------------------------------------------------------- /lizmap/app/locales/pl_PL/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Nie znaleziono sterownika %s dla jAcl2 4 | action.right.needed=(371) Użytkownik nie ma dostępu do tej strony 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/uk_UA/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Драйвер %s для jAcl2 не знайдено 4 | action.right.needed=(371) Користувачу заборонено доступ до цієї сторінки 5 | -------------------------------------------------------------------------------- /lizmap/www/assets/jelix/datatables/README.md: -------------------------------------------------------------------------------- 1 | Datatables 1.13.4, downloaded from https://datatables.net/download/ 2 | with : 3 | 4 | - styling framework jQueryUI 5 | - package Datatables 6 | - no extensions 7 | 8 | For translations, run build/download_datatables_translations.sh (change the version into the script) -------------------------------------------------------------------------------- /lizmap/www/assets/js/Proj4js/defs/EPSG27563.js: -------------------------------------------------------------------------------- 1 | Proj4js.defs["EPSG:27563"]="+title=NTF (Paris)/Lambert Sud France +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.9998774990000001 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs "; 2 | -------------------------------------------------------------------------------- /lizmap/app/locales/de_DE/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(379) jAcl2 Treiber %s nicht gefunden 4 | action.right.needed=(371) Der Benutzer hat keine Berechtigung für diese Seite 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/fi_FI/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Ajuria %s jAcl2:lle ei löytynyt 4 | action.right.needed=(371) Käyttäjälle ei ole sallittua päästä tälle sivulle 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/fr_FR/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Driver %s pour jAcl2 non trouvé 4 | action.right.needed=(371) L'utilisateur n'a pas les droits pour cette action 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/nl_NL/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Driver %s voor jAcl2 niet gevonden 4 | action.right.needed=(371) De gebruiker heeft geen toegang tot deze pagina 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/ru_RU/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Драйвер %s для jAcl2 не найден 4 | action.right.needed=(371) У пользователя нет прав доступа к данной странице 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/sk_SK/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Ovládač %s pre jAcl2 sa nenašiel 4 | action.right.needed=(371) Používateľ nemá povolený prístup na túto stránku 5 | -------------------------------------------------------------------------------- /lizmap/modules/action/events.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /lizmap/www/themes/default/css/admin.css: -------------------------------------------------------------------------------- 1 | .jforms-error-list { 2 | background-color: #C43C35; 3 | background-image: linear-gradient(center top , #EE5F5B, #C43C35); 4 | border-color: rgb(0 0 0 / 10%) rgb(0 0 0 / 10%) rgb(0 0 0 / 25%); 5 | } 6 | 7 | .jforms-error-list li { 8 | color: #FFF; 9 | } 10 | -------------------------------------------------------------------------------- /tests/units/classes/Project/Ressources/readProject.qgs.cfg: -------------------------------------------------------------------------------- 1 | { 2 | "options": { 3 | "projection": { 4 | "ref": "EPSG:4242" 5 | }, 6 | "bbox": [ 7 | 42.42, 8 | 21.21, 9 | 20.20, 10 | 48.84 11 | ] 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus.qpj: -------------------------------------------------------------------------------- 1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] 2 | -------------------------------------------------------------------------------- /lizmap/app/locales/gl_ES/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Non se atopou o driver jAcl2 %s 4 | action.right.needed=(371) Ó usuario non lle está permitido acceder a esta páxina 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/hu_HU/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370)A %s jAcl2 driver nem található 4 | action.right.needed=(371) A felhasználónak nincs joga az oldal megtekintéséhez 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/it_IT/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Driver %s per jAcl2 non trovato 4 | action.right.needed=(371) L'utente non ha i privilegi per accedere a questa pagina 5 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_BR/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Driver %s para jAcl2 não encontrado 4 | action.right.needed=(371) O usuário não tem permissão para acessar esta página 5 | -------------------------------------------------------------------------------- /lizmap/modules/admin/templates/project_list.tpl: -------------------------------------------------------------------------------- 1 | {ifacl2 'lizmap.admin.project.list.view'} 2 | 3 |

{@admin.menu.lizmap.project.list.label@}

4 | 5 |
6 |
7 | {$projectList} 8 |
9 |
10 | 11 | {/ifacl2} 12 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram.qpj: -------------------------------------------------------------------------------- 1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.idm: -------------------------------------------------------------------------------- 1 | 2 | tram_stops.ind 3 | 4 | 0 5 | full_id 6 | 1 7 | 8 | 9 | -------------------------------------------------------------------------------- /lizmap/app/locales/es_ES/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Driver %s para jAcl2 no encontrado 4 | action.right.needed=(371) El usuario no tiene permisos para acceder a esta página 5 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/bus_stops.qpj: -------------------------------------------------------------------------------- 1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] 2 | -------------------------------------------------------------------------------- /extra-modules/lizmapdemo/qgis-projects/demoqgis/data/vector/tram_stops.qpj: -------------------------------------------------------------------------------- 1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] 2 | -------------------------------------------------------------------------------- /lizmap/app/locales/pt_PT/jacl2/locales/errors.UTF-8.properties: -------------------------------------------------------------------------------- 1 | # Please don't modify this file. 2 | # To contribute on translations, go to https://www.transifex.com/3liz-1/jelix/ 3 | driver.notfound=(370) Driver %s para jAcl2 não foi encontrado 4 | action.right.needed=(371) O utilizador não tem permissão para aceder a esta página 5 | -------------------------------------------------------------------------------- /tests/docker-conf/openldap/ldif/reset/ldap_delete.ldif: -------------------------------------------------------------------------------- 1 | uid=testldap,ou=people,dc=tests,dc=lizmap 2 | uid=john,ou=people,dc=tests,dc=lizmap 3 | uid=jane,ou=people,dc=tests,dc=lizmap 4 | cn=group1,ou=groups,dc=tests,dc=lizmap 5 | cn=group2,ou=groups,dc=tests,dc=lizmap 6 | ou=groups,dc=tests,dc=lizmap 7 | ou=people,dc=tests,dc=lizmap 8 | -------------------------------------------------------------------------------- /tests/units/testslib/jDbConnectionForTests.php: -------------------------------------------------------------------------------- 1 |