Skip to content

Latest commit

 

History

History
 
 

tile_tiff

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This shows an example of how to use the GDAL API from within a web browser to
generate a thumbnail from a GeoTIFF using GDALTranslate and then display it on
a Leaflet map.
 
To use, first make sure that `gdal.js`, `gdal.js.mem`, and `gdal.data` are
available in this directory. There are some symlinks provided that will do this
automatically if you build the project from source. Alternatively, you can
[download a release](https://github.com/ddohler/gdal-js/releases) and place the
files in this directory manually.

Next, start up an HTTP server to serve this folder. For example, `python -m
SimpleHTTPServer`. Navigate to whatever port your server is listening at, and
follow the instructions on the page.