Skip to content

Commit

Permalink
Preload map tiles to zoom level 15
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jan 31, 2021
1 parent c8f6b37 commit 2df27a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/map/fb-map.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<aol-layer-tile *ngIf="c[0]!='openstreetmap' && c[2]" [ngSwitch]="c[1].type"
[zIndex]="10 + i"
preload="0">
preload="15">
<aol-source-xyz *ngSwitchCase="'tilelayer'"
(tileLoadStart)="onMapTileEvent($event)"
(tileLoadEnd)="onMapTileEvent($event)"
Expand Down

0 comments on commit 2df27a3

Please sign in to comment.