Home
last modified time | relevance | path

Searched refs:osmtile_bbox (Results 1 – 3 of 3) sorted by path

/dports/www/R-cran-RgoogleMaps/RgoogleMaps/
H A DMD578 5bf8f72ef25db7775fdb81ea940e03ca *man/osmtile_bbox.Rd
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/R/
H A DplotOSM.R2 osmtile_bbox = function# compute the bounding box of an OpenStreetmap tile function
42 upperLeft = osmtile_bbox(x=x[1], y=y[1], zoom = mt$zoom)$upperLeft
43 lowerRight = osmtile_bbox(x=x[2], y=y[2], zoom = mt$zoom)$lowerRight
104 bbox=osmtile_bbox(x=osmtile$x, y=osmtile$y, zoom = zoom)
/dports/www/R-cran-RgoogleMaps/RgoogleMaps/man/
H A Dosmtile_bbox.Rd1 \name{osmtile_bbox}
3 \alias{osmtile_bbox}
11 \usage{osmtile_bbox(x = 61, y = 41, zoom = 7, minim = -20037508)}