Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

raster-OpenStreetMap-method

Create a RasterLayer from an OpenStreetMap


Description

Create a RasterLayer from an OpenStreetMap

Usage

## S4 method for signature 'OpenStreetMap'
raster(x, ...)

Arguments

x

an OpenStreetMap

...

unused

Examples

## Not run: 
library(raster)
longBeachHarbor <- openmap(c(33.760525217369974,-118.22052955627441),
		c(33.73290566922855,-118.17521095275879),14,'bing')
ras <- raster(longBeachHarbor)
plotRGB(ras)

## End(Not run)

OpenStreetMap

Access to Open Street Map Raster Images

v0.3.4
GPL-2 | file LICENCE
Authors
Ian Fellows, using the JMapViewer library by Jan Peter Stotz
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.