Skip to content

Commit

Permalink
Add example geotiff.map.json and a geotiff to support it
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Aug 6, 2024
1 parent 44a682e commit f611452
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/geotiff.map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"map" : {
"name" : "Local GeoTIFF Map",
"layers": [
{
"name": "Local GeoTIFF",
"type": "GDALImage",
"uri": "imagery/world.tif"
}
]
}
}
Binary file added data/imagery/world.tif
Binary file not shown.

0 comments on commit f611452

Please sign in to comment.