Changes between Version 172 and Version 173 of GIS/Data
- Timestamp:
- 09/28/21 19:51:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v172 v173 324 324 * [http://eden.sahanafoundation.org/downloads/ZA_Lx.7z ZA_Lx.7z] 325 325 326 These have come originally from [https://data.humdata.org/dataset/south-africa-admin-level-1-boundaries HDX] .326 These have come originally from [https://data.humdata.org/dataset/south-africa-admin-level-1-boundaries HDX] with local names from Wikipedia. 327 327 328 328 Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this: … … 333 333 334 334 auth.override = True 335 languages = s3.l10n_languages 336 languages["nso"] = "Sepedi" # Northern Sotho 337 languages["st"] = "Sesotho" # Southern Sotho 338 languages["tn"] = "Setswana" 339 languages["ss"] = "siSwati" 340 languages["ve"] = "Tshivenda" 341 languages["ts"] = "Xitsonga" 342 languages["af"] = "Afrikaans" 343 languages["nr"] = "isiNdebele" # Southern Ndebele 344 languages["xh"] = "isiXhosa" 345 languages["zu"] = "isiZulu" 335 346 stylesheet = os.path.join(request.folder, "static", "formats", "s3csv", "gis", "location.xsl") 336 347 resource = s3db.resource("gis_location")