mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-04 08:53:33 +02:00
docs(stargazer map): credit OpenStreetMap for the geocoding (#2955)
The country lookup is done with Nominatim, i.e. OpenStreetMap data (ODbL), which requires attribution wherever the derived data is shown. The footnote credited only the GitHub profile. Add two lines crediting Nominatim/OSM for the geocoding specifically -- the country shapes are plotly's Natural Earth basemap, not OSM. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
4
.github/generate_map.py
vendored
4
.github/generate_map.py
vendored
@@ -240,7 +240,9 @@ def build_figure(counts, total_stargazers):
|
||||
dict(
|
||||
text="Countries in grey have no located stargazer.<br>"
|
||||
"Location is read from the public GitHub profile,<br>"
|
||||
"so the map covers the located subset only.",
|
||||
"so the map covers the located subset only.<br>"
|
||||
"Country lookup by Nominatim geocoding,<br>"
|
||||
"data © OpenStreetMap contributors.",
|
||||
x=0.988,
|
||||
y=0.05,
|
||||
xref="paper",
|
||||
|
||||
Reference in New Issue
Block a user