You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,33 @@ All configuration options are optional. There are no mandatory parameters.
34
34
|:------:| ------- | ----------- |
35
35
| updateInterval | 3600000 (one hour) | How often the BirdNET data is pulled from the website.|
36
36
| popInterval | 30000 (30 seconds)| How often the popup switches to a new entry |
37
-
| dataUrl |https://birdnet.cornell.edu/map/requeststats| Where to pull the data |
38
37
| mapMode | 'dark' | Which map to use. Supported values are: `dark`, `light`, `atlas`, `stark`, `terrain`, `satellite`, `custom` and `metal`.
39
38
| lat | 42.453583743 | Latitude for the center of the map display. |
40
-
| lon | -76.47363144 | Longitude for the center of the map display. |
39
+
| lon | -76.47363144 | Longitude for the center of the map display. |
41
40
| width | 400px | Width of the map box. |
42
41
| height | 400px | Height of the map box |
42
+
| markerColor | 'LightGreen' | Sets the color of the markers on the map representing submissions. Accepts [HTML standard color names](https://www.w3schools.com/cssref/css_colors.php) or hex format.|
43
+
| markerDistance | 300 | Distance in kilometers from the center of the map to display BirdNET submissions. If you encounter performance issues, try reducing this number. BirdNET regularly receives 30-50K submissions daily and we can _maybe_ display 10K. |
43
44
| zoomLevel | 7 | How far in the map is zoomed. See [Leaflet](https://leafletjs.com/examples/zoom-levels/) documentation for more details. |
44
45
| mapUrl | null | If you set the mapMode parameter to `custom`, this parameter will activate. You can supply your own [Leaflet](https://leafletjs.com/reference.html#map-example)-supported map URL here. |
46
+
| dataUrl |https://birdnet.cornell.edu/map/requeststats| Where to pull the data |
45
47
46
48
## Upcoming Features
47
49
* Better CSS for the popups.
48
50
* Enable notification broadcasts
49
51
52
+
## Version History
53
+
### v0.1.1
54
+
* Fixed issue with popups double-tapping after an hour
55
+
* Fixed issue with displaying submissions in exceptionally high-density areas
56
+
* Submission markers are now dots instead of map markers
57
+
* Can set marker color with `markerColor` parameter
58
+
* Can set distance limit on which markers are displayed with `markerDistance` parameter
59
+
60
+
### v0.1.0
61
+
* Initial release
62
+
63
+
50
64
## Thanks To
51
65
*[thgmirror](https://forum.magicmirror.builders/user/thgmirror) over at the MagicMirror Forum for the inspiration.
52
66
*[cyberdie](https://forum.magicmirror.builders/user/cyberdie) for the idea about the bird images.
0 commit comments