Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
arrow assignment operator
  • Loading branch information
Michael Chirico committed Oct 9, 2018
commit 7efd884bcc47908f090933575dc5e1ea2114507f
2 changes: 1 addition & 1 deletion OpenStreetMap/R/osm.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ openmap <- function(upperLeft,lowerRight,zoom=NULL,
"hillshade","opencyclemap","osm-transport",
"osm-public-transport","osm-bbike","osm-bbike-german"),
minNumTiles=9L, mergeTiles=TRUE){
type = if (substring(type, 1L, 4L) == 'http') type else match.arg(type)
type <- if (substring(type, 1L, 4L) == 'http') type else match.arg(type)

>>>>>>> a1f8596... Some tidying of code in openmap()
.tryJava()
Expand Down