Git Product home page Git Product logo

ikhaat's Introduction

Ik Haat Gent (ikhaat.gent)

Avoid things you don't like in Ghent

Een site dingen te vermijden die je haat in Gent.

Info

Gemaakt tijdens (M)Apps for Ghent 2016 door Haroen Viaene, Elias Meire, Simon Wydooghe, Leenke De Donder en Aaike Geussens.

Updating data

  • everything

This is also done by Travis

npm install
npm run update

This will fetch some of the data manually, and GIPOD is parsed into GeoJSON.

If you want to update even more data locally, try:

curl -s -o src/data/speelterreinen.geojson https://datatank.stad.gent/4/cultuursportvrijetijd/speelterreinen.geojson
curl -s -o src/data/clubhuizenvoorsenioren.geojson https://datatank.stad.gent/4/doelgroepen/clubhuizenvoorsenioren.geojson
curl -s -o src/data/hondenvoorzieningen.geojson https://datatank.stad.gent/4/infrastructuur/hondenvoorzieningen.geojson

It doesn't matter if data in dev is out of date, it should be up to date in gh-pages via Travis (updated daily)

Running locally

This is a Jekyll site, so installing Ruby and then doing (sudo)gem install jekyll. Then you can run the site with jekyll serve.

Note: requesting location (for the haat button) requires the site to be run via https locally as well. You do this by running jekyll s --ssl-cert assets/ca.crt --ssl-key assets/ca.key. or npm run serve as a shortcut.

Uses

  • Jekyll
  • Open Street Maps
    • Overpass Turbo
    • Leaflet
    • Mapbox
  • Open Data by Ghent
  • GIPOD (and Haroen's wrapper)
  • Firebase

ikhaat's People

Contributors

elsmr avatar haroenv avatar leenkededonder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ikhaat's Issues

Find a sponsor

Domain will expire in March, but we want it to continue existing. Could we add sponsoring by @combell?

new icons

necessary for

  • toeristen
  • ivago
  • tramsporen
  • wegenwerlken
  • default

allow clicking on labels

something like

var labels = document.querySelectorAll('label[for]');
for (var i = labels.length; i > 0; i--) {
  console.log(labels[i]);
  labels[i].addEventListener('click',function(e){
    //e.parent().click(); // something with bubbling...
  });
}

could work

Or some checkbox hack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.