GithubHelp home page GithubHelp logo

epfl-enac / alicelandings Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 3.85 MB

https://www.epfl.ch/schools/enac/planning-for-healthier-and-biodiverse-cities-linking-neighbourhoods-through-active-mobility-and-landscape-infrastructure/ Project 0048

Home Page: https://alicelandings.epfl.ch

License: GNU General Public License v3.0

JavaScript 0.69% Dockerfile 0.21% Makefile 0.28% HTML 0.49% Vue 71.89% TypeScript 23.95% SCSS 1.72% Shell 0.78%
alice lasig plhebicite

alicelandings's Introduction

Alice Landings

Project setup

make install

Data Processing

See /data/README.md

make process

Documentation

Add a RasterTileLayer

Given a openlayers.html file generated by gdal during the tiling process which contains:

new ol.tilegrid.TileGrid({
  extent: [
    2491284.60725472914, 1113593.66512244777, 2501274.60726491734,
    1123583.6651326362,
  ],
  origin: [2491284.60725472914, 1123583.6651326362],
  resolutions: [
    54.1325883203840021, 27.0662941601920011, 13.5331470800960005,
    6.76657354004800027, 3.38328677002400013, 1.69164338501200007,
    0.845821692506000034,
  ],
  tileSize: [256, 256],
});

The corresponding CRS is:

new Proj.CRS("EPSG:2056", EPSG_2056, {
  origin: [2491284.60725472914, 1123583.6651326362],
  resolutions: [
    54.1325883203840021, 27.0662941601920011, 13.5331470800960005,
    6.76657354004800027, 3.38328677002400013, 1.69164338501200007,
    0.845821692506000034,
  ],
  bounds: new Bounds(
    [2491284.60725472914, 1123583.6651326362],
    [2501274.60726491734, 1113593.66512244777]
  ),
});

alicelandings's People

Contributors

blueur avatar guilbep avatar github-actions[bot] avatar ymarcon avatar

Stargazers

Sergio Daniel Hernández Charpak avatar

Watchers

 avatar  avatar Alejo avatar Charlotte Weil avatar

Forkers

penrose-5

alicelandings's Issues

Missing legends + Legends improvements

  • Add missing legends

  • Clean up legends:
    - Round up the number of decimals
    - Add the title of the legend: what's the variable? Should put "Légende: Index de mobilité" no?

Screenshot 2022-06-23 at 10 10 29

  • Red/green : not colorblind friendly ;)

mobile notification appears on desktop

The popup "Attention / Ce site ne supporte pas les écrans mobiles" appears broadly while opening the website on a desktop browser, which is confusing and unnecessary there.

Screenshot 2023-01-27 at 19 24 56

blurry layer

Hello,

Expériences de mobilité -> Analyses -> Accessibilité layer is blurry when zoom is out.

Gets better once one zooms closer.

Mobile responsiveness

Hello,

I noticed the website was not really responsive neither to reducing the browser window size nor on mobile. In case of mobile it might deter users from using the website:

Reducing window size:

Mobile:

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.