Skip to content

Commit

Permalink
Remove parseJSON, follow up from 6e92cd6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 24, 2024
1 parent 2bcc0ea commit f86f382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion altiProfil/install/www/altiprofil/js/altiProfil.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = '<b>Profil ('+ LOCALES_ALTI_RESOLUTION +' ' +_resolution+ 'm)';
layout['annotations'].push(
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f86f382

Please sign in to comment.