WebAPI Layers controller fix
This commit is contained in:
@@ -29,7 +29,7 @@ export class LayersListComponent implements OnInit {
|
||||
LayerType = LayerType;
|
||||
|
||||
start = 0;
|
||||
limit = 200;
|
||||
limit = 50;
|
||||
end: number = this.limit + this.start;
|
||||
loadingInProgress = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user