Skip to content

Commit 7a8583e

Browse files
committed
tesT: disable this as it makes the demo “not beautiful”
1 parent a4a5f2d commit 7a8583e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function onMapReady(args) {
8484
// map.setOnScrollListener((point?: LatLng) => console.log(`Map scrolled: ${JSON.stringify(point)}`));
8585

8686
// this allows json style loading for XYZ or TMS tiles source
87-
map.setMapStyle("~/assets/OSM-map-style.json");
87+
// map.setMapStyle("~/assets/OSM-map-style.json");
8888

8989
// .. or use the convenience methods exposed on args.map, for instance:
9090

0 commit comments

Comments
 (0)