Download the PHP package arno974/lizmap-altiprofil without Composer

On this page you can find all versions of the php package arno974/lizmap-altiprofil. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package lizmap-altiprofil

AltiProfil for Lizmap

Packagist

Description

This Lizmap module allows you to create topographic profile, either from a raster table stored in PostGIS or an online API such as French IGN data provider.

Installation

Use minimum version 0.5.0 with Lizmap 3.8

Version 0.4.2 is compatible with Lizmap Web Client 3.4 and < 3.8.

You should install it with Composer. If you can't, you must follow the manual installation part.

With Composer

If you are using Lizmap Web Client 3.6 and higher, launch first :

Go to the configuration part.

Manual installation

For Lizmap 3.4 or Lizmap 3.5, add in the file lizmap/var/config/localconfig.ini.php, in the [module] section, the reference to these 2 modules. Do not remove references to other modules in this section.

For Lizmap 3.6 or higher, don't modify lizmap/var/config/localconfig.ini.php, launch this command instead:

Configuration

It's necessary to go in the administration panel of Lizmap Web Client to set up the module.

This configuration will create or edit the file lizmap/var/config/altiProfil.ini.php, which might contain for instance :

You can specify your data source. Depending on your datasource, some extra configuration might be needed.

Database

IGN French provider

Override the configuration for a single project

For every project published in Lizmap, for instance my_project.qgs, you can add a new file with extension .alti at the end of the file. In our example, it would be my_project.qgs.alti.

This file allows you to override some settings.

For instance

Use-case from a database

To use this module with a database, you should connect to a raster table having a DEM. You need to add in the file profiles.ini.php (located inlizmap/var/config) the given block :

Cas de l'utilisation à partir de l'API IGN

French only 🇫🇷

En raison de l'absence de continuité de service de l'offre Pro IGN, il n'a pas été possible de tester complément l'intégration de l'API. Les tests effectués ont été réalisés sur la base des exemples donnés dans la documentation.

Il est possible que l'intégration ne soit pas optimale, mais cela devrait tout de même être fonctionnel.


All versions of lizmap-altiprofil with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package arno974/lizmap-altiprofil contains the following files

Loading the files please wait ....