mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-22 00:04:57 -05:00
10m places: misspelling of Akureyri (Iceland) #366
This commit is contained in:
parent
512045cab8
commit
6be5904cd1
@ -54,7 +54,11 @@ ne_10m_populated_places_modified_metadata <- ne_10m_populated_places %>%
|
||||
rows_update(by = "NE_ID", tibble(NE_ID = 1159148085,
|
||||
POP_MAX = 38126,
|
||||
POP_MIN = 35654,
|
||||
POP_OTHER = 0))
|
||||
POP_OTHER = 0)) %>%
|
||||
# 10m places: misspelling of Akureyri (Iceland) #366
|
||||
rows_update(by = "NE_ID", tibble(NE_ID = 1159147673,
|
||||
NAME = "Akureyri",
|
||||
NAMEASCII = "Akureyri"))
|
||||
# WRITE OUTPUT
|
||||
setwd(write_to)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user