Skip to content

Commit

Permalink
Add USDA NAIP style
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabs committed Jan 31, 2023
1 parent 754949f commit fae64fc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions styles/usda-naip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": 8,
"name": "usda-naip",
"metadata": {},
"center": [-117.3, 32.6],
"zoom": 7,
"bearing": 0,
"pitch": 0,
"sources": {
"raster": {
"tiles": ["https://gis.apfo.usda.gov/arcgis/rest/services/NAIP/USDA_CONUS_PRIME/ImageServer/tile/{z}/{y}/{x}"],
"type": "raster"
}
},
"layers": [
{
"id": "background",
"type": "background",
"layout": {"visibility": "visible"}
},
{
"id": "raster",
"type": "raster",
"source": "raster",
"layout": {"visibility": "visible"}
}
]
}

0 comments on commit fae64fc

Please sign in to comment.