Overview

A javascript component to create terrific cartography ! GoGoCartoJs is the autonomous frontend part of the GoGoCarto Project

alt text . . alt text

Demo

Try it Now!

Download

Download Latest Release

Overview

GoGoCartoJs is fast, ergonomic, responsive and fully configurable.

It can be instanciated in few lines from a DOM element, a taxonomy (i.e. filters/categories) and a dataset (distant or local). Both taxonomy and data need to be JSON objects.

carto = goGoCarto('#gogocarto', {
  data: {
      taxonomy: "http://test.com/api/taxonomy",
      elementsApiUrl: 'https://test.com/api/dataset'
  });

Know more about Usage, Features and Configuration

Stack

Typescript, Nunjucks templates, Leaflet, SASS, MaterializeCSS, Gulp

Want to Contribute ?

  1. Installation intructions
  2. Coding conventions
  3. Code Explanations
  4. UI Layout
  5. Application state machine
  6. Application main behaviour