Skip to content

Commit 22bcd2e

Browse files
committed
update version to 0.1-2
1 parent 47cedd3 commit 22bcd2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: osmplotr
22
Title: Customisable Images of OpenStreetMap Data
3-
Version: 0.1-1
3+
Version: 0.1-2
44
Date: 2016-03-01
55
Authors@R: person("Mark", "Padgham", email = "mark.padgham@email.com", role = c("aut", "cre"))
66
Description: Produces customisable images of OpenStreetMap data. Extracts OpenStreetMap data for specified key-value pairs (e.g. key="building") using the overpass API. Different OSM objects can be plotted in different colours using the function add_osm_objects(). The function group_osm_objects() enables customised highlighting of selected regions using different graphical schemes designed to contrast with surrounding backgrounds.

vignettes/making-maps.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ pts <- sp::SpatialPoints (cbind (c (-0.128, -0.138, -0.138, -0.128),
412412
c (51.502, 51.502, 51.515, 51.515)))
413413
```
414414
```{r map14, eval=TRUE}
415-
plot_osm_basemap (xylims=xylims, bg="gray21", file="map14.png")
415+
plot_osm_basemap (xylims=xylims, bg="gray20", file="map14.png")
416416
group_osm_objects (dat_B, groups=pts, col="orange", col_extra="gray40",
417417
colmat=FALSE, boundary=1)
418418
col_park_in <- rgb (50, 255, 50, maxColorValue=255)

0 commit comments

Comments
 (0)