county case bug, added refresh basemap parameter
This commit is contained in:
parent
38c3ba3fec
commit
3f5e6aa645
4 changed files with 18 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,9 @@
|
|||
all: osrm TOPS_data_process crashmaps
|
||||
|
||||
osrm: osrm-data osrm-containers
|
||||
|
||||
crashmaps: schoolmaps_PDFs crashmaps_dynamic crashmaps_dynamic_milwaukee crash_data_summaries
|
||||
|
||||
TOPS_data_process: R/TOPS_data_process.Rmd
|
||||
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "../", output_dir = "./html", input = "./R/TOPS_data_process.Rmd", output_file = "./html/TOPS_data_process.html")'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue