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..
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd carto-storeyarn install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
yarn lint:hbsyarn lint:jsyarn lint:js --fix
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.