CARTO VL & Airship demo
🍱 A tiny React app showing up how to connect CARTO VL with Airship 🍱
Airship is a set of tools designed to facilitate the development of location intelligence apps by offering layouts, basic patterns, templates, CSS classes, components, widgets and much more.
CARTO VL is a JavaScript library that interacts with different CARTO APIs to build custom apps leveraging vector rendering.
The app is built with the react-mapbox-gl wrapper, and rendering layers using CARTO VL algorithms.
git clone https://github.com/dotgiscorp/CARTO-VL-Airship-demo.git
- Then install the dependencies:
npm install
- Start, check => localhost:8080
npm start