Last active
August 10, 2020 11:06
-
-
Save liskin/24a6352dd750bc8d8b7b5160575d8d7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.entries($('.mapboxgl-map')).find(([k, _]) => k.startsWith('__reactInternalInstance$'))[1].return.memoizedProps.mapboxRef((x) => (window._map = x, x)) | |
_map.addLayer({id: "mapycz", type: "raster", source: {type: "raster", tiles: ["https://mapserver.mapy.cz/turist-m/{z}-{x}-{y}"], minzoom: 2, maxzoom: 18, tileSize: 256}}, 'global-heatmap') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment