Releases: ropensci/osmplotr
Releases · ropensci/osmplotr
CRAN version 0.3.3
CRAN version 0.3.2
Minor changes
- 'verbose' parameter of 'extract_osm_objects' renamed to 'quiet'
- Fix failing tests
v0.3.0
Major changes
- Major re-structure to use 'osmdata' package instead of 'osmar', with concomitantly enormous increase in speed of 'extract_osm_objects'
- Package is now also 'sf'-compatible: objects to be plotted can be either 'sp' or 'sf' format, with all 'osmplotr' functions defaulting to 'sf'
v0.2.3
v0.2.2
v0.2.1
- vignette
making-mapsrenamedbasic-mapsand tidied - vignette
making-maps-with-datarenameddata-mapsand tidied plot_osm_basemaprenamedosm_basemap, and now uses
ggplot2::coord_equal()to ensure maps are scaled to bounding boxes.print_osm_mapadded to enable device proportions to be automatically scaled
to bounding boxes.- manual entries cleaned up to remove non-exported functions
v0.2.0
Major update with (almost) all plotting routines shifted from graphics::plot
to ggplot2. All previous parameters specifying graphics devices (such as
heights and widths) no longer apply.
Changes:
- vignette
downloading-dataremoved (incorporate inmaking-maps) - vignette
making-mapsextended - vignette
making-maps-with-dataadded - Extensive examples added to most functions
click_mapremovedconnect_highwaysrenamedget_highway_cyclehighways2polygonrenamedconnect_highwaysextract_highway,extract_highways,order_linesno longer exportedextract_osm_objectsnow just returns objects (instead of$objand
$warn), and dumps warnings direct to screen.add_osm_groupsnow accepts lists of simple spatial points as groups- Coordinate reference system properly attributed to all objects
- many tests added
- Change to
ggplot2has considerably changed structure of many functions. For
details see function examples and vignettes
v0.1-3
Changes:
- added
add_axesto plot lat-lon axes - added
add_osm_surfaceto spatially interpolate continuous surfaces from
user-defined data - added
add_colourbarto plot a colourbar legend foradd_osm_surface - renamed
group_osm_objectstoadd_osm_groups - added
adjust_coloursto allow colours to be lightened or darkened - all usages of
xylims(vectors of four components) andget_xylimschanged
tobbox(2-by-2 matrices) for consistency withspandtmap - reduce size of
londondata (through smaller bbox), with corresponding
changes in vignettes