Overview
A javascript component to create terrific cartography ! GoGoCartoJs is the autonomous frontend part of the GoGoCarto Project
. .
Demo
Download
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