We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a5f2d commit 7a8583eCopy full SHA for 7a8583e
demo/app/main-page.ts
@@ -84,7 +84,7 @@ export function onMapReady(args) {
84
// map.setOnScrollListener((point?: LatLng) => console.log(`Map scrolled: ${JSON.stringify(point)}`));
85
86
// this allows json style loading for XYZ or TMS tiles source
87
- map.setMapStyle("~/assets/OSM-map-style.json");
+ // map.setMapStyle("~/assets/OSM-map-style.json");
88
89
// .. or use the convenience methods exposed on args.map, for instance:
90
0 commit comments