Skip to content
Snippets Groups Projects
Commit 8f8abcbd authored by Thomas  OBADIA's avatar Thomas OBADIA :speech_balloon:
Browse files

Fix an issue where referring to clusterid by length of a list could fail if...

Fix an issue where referring to clusterid by length of a list could fail if clusterid is padded with zeros.
parent 34bf2eb8
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,7 @@ for (country in names(gps_data_range)) {
"top" = gps_data_range[[country]][[clusterid]]$lat_max + GPS_LAT_OFFSET),
source = MAP_PROVIDER,
maptype = MAP_TYPE)
names(gps_map_backgrounds[[country]])[clusterid] <- gps_data_range[[country]][[clusterid]]$clusterid
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment