diff --git a/altiProfil/install/www/altiprofil/js/altiProfil.js b/altiProfil/install/www/altiprofil/js/altiProfil.js index cc97f86..6ef8f63 100755 --- a/altiProfil/install/www/altiprofil/js/altiProfil.js +++ b/altiProfil/install/www/altiprofil/js/altiProfil.js @@ -141,7 +141,6 @@ function getProfil(p1,p2){ if ( ALTI_PROVIDER == "database"){ var _resolution = data[0]['resolution']; var _slope = data[0]['slope']; - _slope = $.parseJSON(_slope); layout['title'] = 'Profil ('+ LOCALES_ALTI_RESOLUTION +' ' +_resolution+ 'm)'; layout['annotations'].push( diff --git a/tests/README.md b/tests/README.md index f138473..ff1d7d1 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,7 +7,7 @@ Steps: # Clean previous versions (optional) make clean - # Run the different services (default is Lizmap 3.8.rc-1) + # Run the different services make run # Install the modules