Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.23 KB

File metadata and controls

59 lines (44 loc) · 1.23 KB

SIGA - ESI project 2018/2019

Projet SIGA (Système d'Information Géographique Avancé):

Implémentation de quelques modules « Outils SIG » : Création d’une application sans géo référencement, uniquement avec des positions cartésiennes X et Y.

Features


  • Import your map
  • Enter the scale (1 pixel === ? meters)
  • Draw shapes: polygons, points, lines
  • Delete any shape
  • Delete all shapes
  • Symbology (color the shapes)
  • Zoom
  • Operation (intersection)
  • Attribute table : automatic fill (for areas and distances)
  • Export the map with the drawings

Demo


Usage


 $ git clone https://github.com/medbenchohra/ESI_2CS_SIGA_Project
 $ cd ESI_2CS_SIGA_Project
 $ npm i
 $ npm start

Authors


Licence


MIT licence: https://www.gnu.org/licenses/gpl-3.0