Skip to content

Commit b5b5005

Browse files
author
ugjka
committed
style
1 parent ac8291a commit b5b5005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tzshapefilegen/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030
log.Fatalln("Error: mapshaper executable not found in $PATH")
3131
}
3232

33-
release := flag.String("release", "2018g", "timezone boundary builder release version")
33+
release := flag.String("release", "", "timezone boundary builder release version")
3434
flag.Parse()
3535

3636
resp, err := http.Get(fmt.Sprintf(dlURL, *release))
@@ -129,7 +129,7 @@ func main() {
129129
}
130130
fmt.Println("*** MAPSHAPER FINISHED ***")
131131

132-
fmt.Println("*** GENERATING GO CODE ***")
132+
fmt.Println("*** CREATING COMPRESSED SHAPEFILE ***")
133133
reducedFile, err := os.Open("reduced.json")
134134
if err != nil {
135135
log.Printf("Error: could not open file: %v\n", err)

0 commit comments

Comments
 (0)