Last active
December 19, 2024 15:05
-
-
Save ccev/dbd46fa415153e19a5c4ed58f99c299d to your computer and use it in GitHub Desktop.
Revisions
-
ccev revised this gist
Dec 19, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ "sources": { "osm": { "type": "raster", "tiles": ["http://mt0.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}&scale=2"], "tileSize": 256, "attribution": "", "maxzoom": 18 -
ccev revised this gist
Dec 19, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ "osm": { "type": "raster", "tiles": ["http://mt0.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}&scale=3"], "tileSize": 256, "attribution": "", "maxzoom": 18 } -
ccev created this gist
Dec 19, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "version": 8, "sources": { "osm": { "type": "raster", "tiles": ["http://mt0.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}&scale=3"], "tileSize": 256 * 1, "attribution": "", "maxzoom": 18 } }, "layers": [ { "id": "osm", "type": "raster", "source": "osm" } ] }