We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@zoek1
The video that you posted in #204 gave me a clue to look for ways to project map coordinates to xy coordinates.
Searching through the deck.gl repository, I found references to viewport.project.
I was able to convert map coordinates to xy coordinates using viewport.project as contained in the deckGL ref. https://github.com/AmericanPublicPowerAssociation/asset-tracker-client/blob/develop/src/hooks/map.js#L74
Would it be possible for you to rewrite your recent connectivity edge cases directly into handleAssetEdit, using viewport.project?
The text was updated successfully, but these errors were encountered:
zoek1
No branches or pull requests
@zoek1
The video that you posted in #204 gave me a clue to look for ways to project map coordinates to xy coordinates.
Searching through the deck.gl repository, I found references to viewport.project.
I was able to convert map coordinates to xy coordinates using viewport.project as contained in the deckGL ref.
https://github.com/AmericanPublicPowerAssociation/asset-tracker-client/blob/develop/src/hooks/map.js#L74
Would it be possible for you to rewrite your recent connectivity edge cases directly into handleAssetEdit, using viewport.project?
The text was updated successfully, but these errors were encountered: