Skip to content

Commit

Permalink
Merge pull request #2807 from Geoportail-Luxembourg/cyclomedia
Browse files Browse the repository at this point in the history
Also available for commune
  • Loading branch information
rmichaelis authored Oct 20, 2021
2 parents b641caf + b6570c0 commit 3040fa9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ exports.prototype.getLidarUrl = function() {
* @export
*/
exports.prototype.isCyclomediaAvailable = function() {
if (this.appUserManager_.getUserType() == 'etat') {
if (this.appUserManager_.getUserType() == 'etat' ||
this.appUserManager_.getUserType() == 'commune') {
return true;
}
return false;
Expand Down

0 comments on commit 3040fa9

Please sign in to comment.