-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How to put new custom icons in Kepler? #892
Comments
Hello all, |
Hi, I have the same question. I've made some attempts to get this working, but so far no luck. Any guidance/tips would be much appreciated. \node_modules\kepler.gl\dist\constants\default-settings.js
\node_modules\kepler.gl\dist\layers\icon-layer\icon-layer.js
Could be something basic that I just don't understand about javascript much more that I don't understand than what I do understand. Any help would be much appreciated. |
- Move adjustValueToFilterDomain out, only call when add datasets are validated Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> Co-authored-by: Shan He <heshan0131@gmail.com>
…eplergl#2706) - Move adjustValueToFilterDomain out, only call when add datasets are validated Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> Co-authored-by: Shan He <heshan0131@gmail.com>
Hi,
We see that there is an icon layer.
Unfortunately we need to use icons which do not come with Kepler set of icons.
Is there a way to use our own icons? maybe to provide a factory or something?
And a second level question - can we manipulate the angle of the icon?
Say we want to put an beacon icon, and want to have it point to a certain direction (say it can be any angle); can we also do such manipulation?
Thanks
Moshe
The text was updated successfully, but these errors were encountered: