View source: R/make_tile_server.R
make_tile_server | R Documentation |
Make tile server from dotmap tiles that were created with plot_dotmap. The tiles are split to dm$tile_size
by dm$tile_size
bitmap images, and arranged according to the standard convention implemented in the Google Maps API.
make_tile_server(dm, logfile = NULL)
dm |
dotmap_meta object |
logfile |
logfile |
http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.