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.
For the building-a-geospatial-app tutorial, I found that on the website the cursor displayed as a crosshair over the map but with the code from the tutorial, it displayed as a hand on both of my browsers. In order to fix that I added:
style={{cursor: 'crosshair'}}
to the end of the DeckGL tag in the return statement of the deckgl-overlay.js file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the building-a-geospatial-app tutorial, I found that on the website the cursor displayed as a crosshair over the map but with the code from the tutorial, it displayed as a hand on both of my browsers. In order to fix that I added:
style={{cursor: 'crosshair'}}
to the end of the DeckGL tag in the return statement of the deckgl-overlay.js file.
The text was updated successfully, but these errors were encountered: