Skip to content

Commit

Permalink
des vraies échelles
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaesousa committed Mar 23, 2021
1 parent 42a8953 commit 5e367b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/app/welcome/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class MapComponent implements OnInit {
selectedPageFormat: IPageFormat;
selectedPageFormatScale: number;
rotationPageFormat: number;
pageFormatScales: Array<number> = [500, 1000, 1500, 2000, 3000];
pageFormatScales: Array<number> = [500, 1000, 2000, 5000];

// Geocoder
formGeocoder = new FormGroup({
Expand Down

0 comments on commit 5e367b0

Please sign in to comment.