Changes between Version 168 and Version 169 of GIS/Data


Ignore:
Timestamp:
04/02/20 21:58:03 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v168 v169  
    24522452* [http://eden.sahanafoundation.org/downloads/PL_Lx.7z PL_Lx.7z]
    24532453
    2454 These have come originally from [http://gadm.org GADM].
     2454These have come originally from [http://gadm.org GADM] with Translations from Wikipedia
    24552455
    24562456Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
     
    24632463languages = s3.l10n_languages
    24642464languages["pl"] = "Polish"
     2465languages["be"] = "Belorussian"
     2466languages["cs"] = "Czech"
     2467languages["csb"] = "Kashubian" # Pomeranian
     2468languages["de"] = "German"
     2469languages["lt"] = "Lithuanian"
     2470languages["sk"] = "Slovak"
     2471languages["uk"] = "Ukrainian"
    24652472resource = s3db.resource("gis_location")
    24662473stylesheet = os.path.join(request.folder, "static", "formats", "s3csv", "gis", "location.xsl")