Git Product home page Git Product logo

accessimap-editeur-der's Introduction

Ce projet a déménagé !

Accessimap - Éditeur de dessins en relief

Build Status Coverage Status

Requirements

  • on linux mint,
    • sudo apt-get install build-essential patch
    • sudo apt-get install ruby-dev zlib1g-dev liblzma-dev
  • npm (version > 1.2.10)
  • bower (npm install -g bower)
  • karma (npm install -g karma)

Install

  • bower install
  • npm install
  • npm start
  • look your favorite browser opening accessimap !

If you encounter a 'bug' like 'watching tasks too numerous', or an error like Error: watch /home/user/workspaces/accessimap-editeur-der/app/scripts/directives ENOSPC you'll have to increase your max user watch :

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers

sysctl fs.inotify.max_user_watches
sudo sysctl fs.inotify.max_user_watches=32768
sysctl fs.inotify.max_user_watches

If after a reboot the problem is the same, and fs.inotify.max_user_watches return his old value, you can also modify /etc/sysctl.conf by adding this line at the end :

fs.inotify.max_user_watches=32768

Normally, if you reboot, it will be ok. If not, please tell us in an issue.

Publish on gh-pages

Publishing on GitHub Pages is automatically done by Travis.

Each commit on master will trigger a build/test in Travis, and if it succeed, it will deploy and commit the build on GitHub Pages.

By the way, if you want to do it manually, you can do this :

npm build

Then copy the dist/v2 into the gh-pages branch, commit & push it.

accessimap-editeur-der's People

Contributors

fredericbonifas avatar lellex avatar mabhub avatar mdartic avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mdartic

accessimap-editeur-der's Issues

Gestion des tailles d'impression des DER

Discussion entamée, à continuer
Principe:

  • travailler sur une carte (insérer des éléments)
  • puis générer un apercu "adapté" du DER dans un format donné (par ex A4-A3-A2)
  • finaliser le travail pour le format choisi

Adaptations possibles (?):

  • maintenir l'apparence globale du DER (cf cartes Laurence) --> augmenter les polices en cohésion avec figurés
  • gérer la densité des figurés --> déplacer dans espaces libres

Be able to add a POI on click

  • settings handling to allow union of several queries
  • select only one result from the response
  • layer's id should be osm_id (unique)
  • POI name as layer's name
  • UI to select a node to be added on the map

add more styles

image outils edition der

  • Points
    • Circle
    • Circle with cross
    • Oval
    • Square
    • Square with cross
    • Square with one diagonal
    • Triangle
    • Cross
    • Vertical filled rectangle
    • Horizontal filled rectangle
    • Horizontal arrow
    • Vertical arrow
  • Lines
    • Plain
    • 2 plain 1 empty
    • 6 plain 1 empty
    • 2 plain 2 empty
    • 4 plain 2 empty
    • 4 plain 2 empty 1 plain 1 empty
  • Polygons

Calcul d'irtnéraire

Possible d'intégrer le CI développé par IRIT?
A voir plus tard car pas prioritaire

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.