We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8291a commit b5b5005Copy full SHA for b5b5005
tzshapefilegen/main.go
@@ -30,7 +30,7 @@ func main() {
30
log.Fatalln("Error: mapshaper executable not found in $PATH")
31
}
32
33
- release := flag.String("release", "2018g", "timezone boundary builder release version")
+ release := flag.String("release", "", "timezone boundary builder release version")
34
flag.Parse()
35
36
resp, err := http.Get(fmt.Sprintf(dlURL, *release))
@@ -129,7 +129,7 @@ func main() {
129
130
fmt.Println("*** MAPSHAPER FINISHED ***")
131
132
- fmt.Println("*** GENERATING GO CODE ***")
+ fmt.Println("*** CREATING COMPRESSED SHAPEFILE ***")
133
reducedFile, err := os.Open("reduced.json")
134
if err != nil {
135
log.Printf("Error: could not open file: %v\n", err)
0 commit comments