-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add OSM attribution in the examples that use OSM tiles #128
Comments
Hi I am new to rust can i give it a try |
Sure, go ahead.
|
Here are some details for the implementation:
Don't hesitate to ask if you have any questions. |
Thanks for the suggestions. Please bare with me. I am not getting how can we render/ show this on map.
Could you please point me to right direction I think i am missing a lot here |
Displaying attribution on the map is not the work of the |
As per OSM Tile Usage Policy we must include attribution on the map.
The best way to do it would be to add a method to the
Layer
trait that would return the attribution string, and then makeEguiMap
collect such attributions and display them in the right place over the map.The text was updated successfully, but these errors were encountered: