Skip to content

Commit

Permalink
hide mouse position on wms map
Browse files Browse the repository at this point in the history
  • Loading branch information
janschulte committed May 27, 2020
1 parent e448a1a commit 5739413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="map">
<n52-ol-map [mapId]="mapId" [showZoomControl]="false" [lon]="10.5" [lat]="51.2" [zoom]="6" [projection]="projection"
[showAttributionControl]="false">
<n52-ol-mouse-position [projection]="projection"></n52-ol-mouse-position>
<!-- <n52-ol-mouse-position [projection]="projection"></n52-ol-mouse-position> -->
</n52-ol-map>
<mat-progress-bar *ngIf="progress != 100" mode="determinate" [value]="progress" color="warn"> </mat-progress-bar>
</div>
Expand Down

0 comments on commit 5739413

Please sign in to comment.