Skip to content

Commit 0b94823

Browse files
committed
fixes #5
#5
1 parent fdd8e20 commit 0b94823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: plotKML
2-
Version: 0.8-0
2+
Version: 0.8-1
33
Date: 2021-04-12
44
Title: Visualization of Spatial and Spatio-Temporal Objects in Google Earth
55
Author: Tomislav Hengl [cre, aut], Andrea Gilardi [ctb], Pierre Roudier [ctb], Dylan Beaudette [ctb], Edzer Pebesma [ctb], Michael Blaschek [ctb]

R/AAAA.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ plotKML.env <- function(
239239
brewer3 = c("#FEEDDE","#FDBE85","#FD8D3C","#E6550D","#A63603")
240240
#if(missing(colour_scale_svar)) { colour_scale_svar <- brewer.pal(n = 5, name = "Oranges") }
241241
if(missing(colour_scale_svar)) { colour_scale_svar <- brewer3 }
242-
if(missing(ref_CRS)) { ref_CRS <- CRSargs(CRS("EPSG:4326")) }
242+
if(missing(ref_CRS)) { ref_CRS <- "+proj=longlat +datum=WGS84 +no_defs" }
243243
if(missing(NAflag)) { NAflag <- -99999 }
244244
if(missing(icon)) { icon <- "icon3.png" } # "http://maps.google.com/mapfiles/kml/shapes/donut.png"
245245
if(missing(LabelScale)) { LabelScale <- .5 }

0 commit comments

Comments
 (0)