NEWS
RgoogleMaps 1.5.1 (2023-11-06)
- removed dependency on maptools: the respective examples in PlotPolysOnStaticMap were removed
- removed dependency on sp: (i) functions DF2SpatialPointsDataFrame and bubblemap were entirely removed, (ii) copied sp::bbox into a new sp_bbox function, (iii) replaced xy = sp::coordinates(xy) in SpatialToPBS.R with xy = xy@coords, (iv) replaced data sets with sp classes with sf: NYleukemia$spatial.polygon = st_as_sf(NYleukemia$spatial.polygon), pennLC$spatial.polygon = st_as_sf(pennLC$spatial.polygon)
RgoogleMaps 1.4.1 (2016-09-18)
- new feature: added full support for OpenStreetMap maps
- removed dependency on RJSONIO
- new feature: added functions to fetch individual map tiles and stitch them together. This has the side effect of making these maps available offline
RgoogleMaps 1.3.0
- bug fix: NEWMAP had no effect in GetMap function, fixed now
- bug fix: spatial polygons with holes were not displaced properly, fixed now
- bug fix: boundary condition problems at lon= +/- 180, fixed now
- bug fix: dataframe markers argument to GetMap did not work properly, fixed now
- new feature: added full support for Microsoft bing map tiles
RgoogleMaps 1.2.0.3 (2013-03-30)
- Added full support for Openstreetmap (OSM) tiles
All functions should work properly with both Google and OSM tiles.
RgoogleMaps 1.2.0.2 (2012-08-26)
- Added function ColorMap, which plots levels of a Variable in a Colour-Coded Map
RgoogleMaps 1.2.0 (2012-03-15)
- As of version: 1.2.0, RgoogleMaps only offers support for png files, no more jpeg.
The maintenance of the jpg ReadImages library has become too tedious, so I removed all dependencies.