You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
I'm following the tutorial but ran into the following issue. The code before "2. Add data" in https://vis.academy/#/building-a-geospatial-app/2-map-data-overlays-scatterplot
does not work for me. After examinating the full complete code, which works fine, I noticed a difference in <StaticMap style={this.state.style} />
In the full complete working code, it is like this: <StaticMap mapStyle={this.state.style} />
I replaced style with mapStyle as in the working code and it works fine now. Please correct this as I was struggling with this issue for some time till I found out this typo. Thanks!
The text was updated successfully, but these errors were encountered:
I did a diff on the src/demos/building-a-geospatial-app/ subdirectories starting-code and 2-scatterplot-overlay - apparently, the src/controls.js files have diverged at some point. If you just copy over the code from the scatterplot step to the starting step, it runs fine.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm following the tutorial but ran into the following issue. The code before "2. Add data" in https://vis.academy/#/building-a-geospatial-app/2-map-data-overlays-scatterplot
does not work for me. After examinating the full complete code, which works fine, I noticed a difference in
<StaticMap style={this.state.style} />
In the full complete working code, it is like this:
<StaticMap mapStyle={this.state.style} />
I replaced style with mapStyle as in the working code and it works fine now. Please correct this as I was struggling with this issue for some time till I found out this typo. Thanks!
The text was updated successfully, but these errors were encountered: