Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.32 KB

TheAlbanianHoue project

TheAlbanianHoue is a platform website that intends to document some of the main traditional albanian houses and their architecture in some of the main, most important cities and villages of Albania.

Update data

At the moment the project fetches data from https://github.com/OpenLabsHackerspace/libocon-events project which I am using the codebase from. Orginal codebase from: https://saveyourinternet.today/ . Run ./fetchdata.sh to download the GeoJSON file from here.

Contributions

Feel free to make a PR in case you have any contributions. By making a PR you accept licensing your changes under AGPL-3.0.

License

This project website codebase is licensed under AGPL-3.0 by Bernhard Hayden.

Website texts and logo publsihed under a Creative Commons Attribution 4.0 International license. For more info visit creativecommons.org/licenses/by/4.0

To add a new country/city, use the following

      {
         "type":"Feature",
         "geometry":{
            "type":"MultiPolygon",
            "coordinates":
         },
         "properties":{
            "name":"Albania",
            "link":"Albania"
         }
      },