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
I use customLayers to show some icon using IconLayer. when I click the left mouse button on the layer, I can't get the attributes of info and object
when I click computer touch screen on the layer, I can get them.
new IconLayer({ id: d => xx, data: xx, pickable: true, sizeScale:xx, getPosition: d => d.center, getSize: d => 84, getIcon: d => ({ url: xx, width: 184, height: 200, anchorY: 155 }), getPixelOffset: [0, -20] }),
The text was updated successfully, but these errors were encountered:
twojtasz
No branches or pull requests
I use customLayers to show some icon using IconLayer.
when I click the left mouse button on the layer, I can't get the attributes of info and object
when I click computer touch screen on the layer, I can get them.
The text was updated successfully, but these errors were encountered: