Skip to content

Commit

Permalink
update version to 0.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 3, 2016
1 parent 47cedd3 commit 22bcd2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: osmplotr
Title: Customisable Images of OpenStreetMap Data
Version: 0.1-1
Version: 0.1-2
Date: 2016-03-01
Authors@R: person("Mark", "Padgham", email = "[email protected]", role = c("aut", "cre"))
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.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/making-maps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ pts <- sp::SpatialPoints (cbind (c (-0.128, -0.138, -0.138, -0.128),
c (51.502, 51.502, 51.515, 51.515)))
```
```{r map14, eval=TRUE}
plot_osm_basemap (xylims=xylims, bg="gray21", file="map14.png")
plot_osm_basemap (xylims=xylims, bg="gray20", file="map14.png")
group_osm_objects (dat_B, groups=pts, col="orange", col_extra="gray40",
colmat=FALSE, boundary=1)
col_park_in <- rgb (50, 255, 50, maxColorValue=255)
Expand Down

0 comments on commit 22bcd2e

Please sign in to comment.