Skip to content

AppGeo/carto-store

Repository files navigation

carto-store

A prototype of dynamically styling and setting sql for Carto using Carto v4. The idea is to also include legends, infowindows, and hover cards. Saving changes would be versioned via a version in the url that becomes the public API, e.g. somedomain.com/api/v1/project/layername/versionnumber/layerdata

This idea could extend to other mapping libraries like mapbox or for tile layers, wms, wmts, etc..

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd carto-store
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links