Skip to content

Commit

Permalink
Fix issue with -all.zip Hash
Browse files Browse the repository at this point in the history
DanRunfola committed Oct 4, 2023
1 parent 145c5fa commit 2a54d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoBoundaryBuilder/buildAPI.py
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ def apiBuilder(GB_DIR, API_DIR,ISO, ADM, PRODUCT, ID, apiDict):
apiDict["tjDownloadURL"] = "https://github.com/wmgeolab/geoBoundaries/raw/"+gitHash+"/releaseData/"+PRODUCT+"/"+ISO+"/"+ADM+"/geoBoundaries-"+ISO+"-"+ADM+".topojson"
apiDict["imagePreview"] = "https://github.com/wmgeolab/geoBoundaries/raw/"+gitHash+"/releaseData/"+PRODUCT+"/"+ISO+"/"+ADM+"/geoBoundaries-"+ISO+"-"+ADM+"-PREVIEW.png"
apiDict["simplifiedGeometryGeoJSON"] = "https://github.com/wmgeolab/geoBoundaries/raw/"+gitHash+"/releaseData/"+PRODUCT+"/"+ISO+"/"+ADM+"/geoBoundaries-"+ISO+"-"+ADM+"_simplified.geojson"

apiDict["staticDownloadLink"] = "https://github.com/wmgeolab/geoBoundaries/raw/"+gitHash+"/releaseData/"+PRODUCT+"/"+ISO+"/"+ADM+"/geoBoundaries-"+ISO+"-"+ADM+"-all.zip"
print(currentPath)
print(apiDict)

0 comments on commit 2a54d64

Please sign in to comment.