Skip to content

Commit

Permalink
fix arc.write() for sp object
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavlushko committed Jul 12, 2018
1 parent 47ffaca commit 54dab6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arcgisbinding
Version: 1.0.1.231
Date: 2018-06-11
Version: 1.0.1.232
Date: 2018-07-12
Title: Bindings for ArcGIS
Author: Esri
Maintainer: Esri <R_bridge@esri.com>
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arcgisbinding
Version: 1.0.1.231
Date: 2018-06-11
Version: 1.0.1.232
Date: 2018-07-12
Title: Bindings for ArcGIS
Author: Esri
Maintainer: Esri <R_bridge@esri.com>
Expand Down
1 change: 1 addition & 0 deletions R/arc.shapeinfo.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.get_shapeinfo_any <- function(object)
{
if (is.null(object)) return (NULL)
if (inherits(object, "Spatial"))
return (.get_shape_info_from_sp(object))
if (inherits(object, "sf"))
Expand Down

0 comments on commit 54dab6a

Please # to comment.