Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9fd3851e authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

adding structure type to description

parent 6f7822b0
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
lat = "{{ structure.getLatitude }}" ; lat = "{{ structure.getLatitude }}" ;
lon = "{{ structure.getLongitude }}" ; lon = "{{ structure.getLongitude }}" ;
structureContentString= ''; structureContentString= '';
structureContentString+= '<div class="classCodeMapOverlayEmphasis"><b>'+"{{ structure.getMainType }}"+'</b></div>';
structureLogo = "{{ structure.getLogo }}"; structureLogo = "{{ structure.getLogo }}";
if(structureLogo != ""){ if(structureLogo != ""){
structureContentString = '<div class="classCodeMapOverlayContentLogo"><img src="'+structureLogo+'"></div>'; structureContentString = '<div class="classCodeMapOverlayContentLogo"><img src="'+structureLogo+'"></div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment