Recent Releases of osmplotr
osmplotr - CRAN version 0.3.3
Minor changes
- Changes in response to
spatstatv2 updates
- R
Published by mpadge almost 5 years ago
osmplotr - CRAN version 0.3.2
Minor changes
- 'verbose' parameter of 'extractosmobjects' renamed to 'quiet'
- Fix failing tests
- R
Published by mpadge about 7 years ago
osmplotr - v0.3.0
Major changes
- Major re-structure to use 'osmdata' package instead of 'osmar', with concomitantly enormous increase in speed of 'extractosmobjects'
- Package is now also 'sf'-compatible: objects to be plotted can be either 'sp' or 'sf' format, with all 'osmplotr' functions defaulting to 'sf'
- R
Published by mpadge over 8 years ago
osmplotr -
- add
return_typeargument toextract_osm_objectsto enable explicit specificiation of return type (points, lines, polygons) - fix tests so they pass even if download fails
- R
Published by mpadge over 9 years ago
osmplotr -
add_osm_surfacedid not previously work properly for different bboxes (and so zooming was not possible). Now fixed.- both
add_osm_surfaceandadd_osm_groupsnow enable maps to be zoomed - fix
make_osm_map to produce maps even when not all requested data exists
- R
Published by mpadge over 9 years ago
osmplotr -
- vignette
making-mapsrenamedbasic-mapsand tidied - vignette
making-maps-with-datarenameddata-mapsand tidied plot_osm_basemaprenamedosm_basemap, and now usesggplot2::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
- R
Published by mpadge over 9 years ago
osmplotr -
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-data removed (incorporate in making-maps)
- vignette making-maps extended
- vignette making-maps-with-data added
- Extensive examples added to most functions
- click_map removed
- connect_highways renamed get_highway_cycle
- highways2polygon renamed connect_highways
- extract_highway, extract_highways, order_lines no longer exported
- extract_osm_objects now just returns objects (instead of $obj and
$warn), and dumps warnings direct to screen.
- add_osm_groups now accepts lists of simple spatial points as groups
- Coordinate reference system properly attributed to all objects
- many tests added
- Change to ggplot2 has considerably changed structure of many functions. For
details see function examples and vignettes
- R
Published by mpadge over 9 years ago
osmplotr -
Changes:
- added add_axes to plot lat-lon axes
- added add_osm_surface to spatially interpolate continuous surfaces from
user-defined data
- added add_colourbar to plot a colourbar legend for add_osm_surface
- renamed group_osm_objects to add_osm_groups
- added adjust_colours to allow colours to be lightened or darkened
- all usages of xylims (vectors of four components) and get_xylims changed
to bbox (2-by-2 matrices) for consistency with sp and tmap
- reduce size of london data (through smaller bbox), with corresponding
changes in vignettes
- R
Published by mpadge over 9 years ago