Skip to content

Commit

Permalink
désambiguation type
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgombin committed Jun 8, 2017
1 parent 218326f commit 44abf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geocode.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ get_properties <- function(x) {
get_geometry <- function(x) {
geom <- magrittr::extract2(x, "geometry")
tibble::tibble(
type = magrittr::extract2(geom, "type"),
type_geo = magrittr::extract2(geom, "type"),
longitude = magrittr::extract2(
magrittr::extract2(geom, "coordinates"),
1),
Expand Down

0 comments on commit 44abf6e

Please sign in to comment.