File tree Expand file tree Collapse file tree 1 file changed +40
-2
lines changed
Expand file tree Collapse file tree 1 file changed +40
-2
lines changed Original file line number Diff line number Diff line change 11[
22 {
33 "name" : " Basic Light" ,
4- "style" : " https://demo.kitware.com/vector-maps/tiles/style/openstreetmap-openmaptiles-openfreemap-positron.json"
4+ "style" : {
5+ "version" : 8 ,
6+ "sources" : {
7+ "light" : {
8+ "type" : " raster" ,
9+ "tiles" : [
10+ " https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png"
11+ ],
12+ "tileSize" : 256 ,
13+ "maxzoom" : 19
14+ }
15+ },
16+ "layers" : [
17+ {
18+ "id" : " light" ,
19+ "type" : " raster" ,
20+ "source" : " light"
21+ }
22+ ]
23+ }
524 },
625 {
726 "name" : " Basic Dark" ,
8- "style" : " https://demo.kitware.com/vector-maps/tiles/style/openstreetmap-openmaptiles-openmaptiles-dark-matter.json"
27+ "style" : {
28+ "version" : 8 ,
29+ "sources" : {
30+ "dark" : {
31+ "type" : " raster" ,
32+ "tiles" : [
33+ " https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png"
34+ ],
35+ "tileSize" : 256 ,
36+ "maxzoom" : 19
37+ }
38+ },
39+ "layers" : [
40+ {
41+ "id" : " dark" ,
42+ "type" : " raster" ,
43+ "source" : " dark"
44+ }
45+ ]
46+ }
947 },
1048 {
1149 "name" : " NAIP Imagery" ,
You can’t perform that action at this time.
0 commit comments