Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cartodb/cloud-next
Demo Google Maps Vector, Deck.gl and CARTO
https://github.com/cartodb/cloud-next
Last synced: 6 days ago
JSON representation
Demo Google Maps Vector, Deck.gl and CARTO
- Host: GitHub
- URL: https://github.com/cartodb/cloud-next
- Owner: CartoDB
- License: mit
- Created: 2021-08-10T18:11:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T07:57:11.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:34:54.640Z (7 months ago)
- Language: JavaScript
- Size: 6.24 MB
- Stars: 12
- Watchers: 9
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π πΊοΈ πΊπΈ Fleet Electrification in Texas Story Map
This repository contains the source code for the [fleet electrification story map](http://carto.com/gmaps-demo).[](http://carto.com/gmaps-demo)
Checkout also the overall technical blog post we published if you want to get more context.
## 𧱠Overall structure of the code
We are following a classical React App structure.
* `assets`: images, icons, etc.
* `components`: JSX components of the app
* `layers`: where the actual juice is. With each slide/visualization on a separate file## ππ½ββοΈ How to run it
Checkout the code and...
Install all dependencies with:
```yarn install```
Specify your Google Maps API Key to use. You can get a Google Maps API Key on the GCP console. Remember to authorize localhost to it.
```export GoogleMapsAPIKey=xxxx```
```yarn start```
will start the server on localhost:8080
## π¬ issues/comments/whatever?
You can contact CARTO always at [email protected], but we also hangout on the CARTO Users community Slack server:
https://cartousercommunity.slack.com/join/shared_invite/zt-t7t7k5s4-3c4pZJLrLlkVow3AEDt~ZQ#/shared-invite/email