-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added River map #10
base: master
Are you sure you want to change the base?
Added River map #10
Conversation
<script type="text/javascript"> | ||
|
||
deck.carto.setDefaultCredentials({ | ||
username: "mamataakella", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move the dataset to the public user here
body { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
#map { | ||
width: 100vw; | ||
height: 100vh; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the rest of examples right now this have been moved to inline styles
<script src="https://unpkg.com/deck.gl@^8.1.0/dist.min.js"></script> | ||
<script src="https://unpkg.com/@deck.gl/carto@latest/dist.min.js"></script> | ||
|
||
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.0/mapbox-gl.js"></script> | ||
<link href="https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.0/mapbox-gl.css" rel="stylesheet" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update now that we have 8.3.0
@@ -126,6 +126,30 @@ <h3>Layer selector</h3> | |||
<span>Fewer</span> | |||
<span class="right-align">More</span> | |||
</p> | |||
|
|||
<div class="input"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file now has been removed
Hi @VictorVelarde , Sorry I forgot to update about this. I left this as WiP before going on holidays and didn't update it. Should I keep working on the demo? As I think it was not clear at the end if it was going to be published or not |
No description provided.