Skip to content

Commit ff31818

Browse files
committed
Updated README, version number.
1 parent 3b028ef commit ff31818

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ All configuration options are optional. There are no mandatory parameters.
3434
|:------:| ------- | ----------- |
3535
| updateInterval | 3600000 (one hour) | How often the BirdNET data is pulled from the website.|
3636
| 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 |
3837
| mapMode | 'dark' | Which map to use. Supported values are: `dark`, `light`, `atlas`, `stark`, `terrain`, `satellite`, `custom` and `metal`.
3938
| 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. |
4140
| width | 400px | Width of the map box. |
4241
| 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. |
4344
| zoomLevel | 7 | How far in the map is zoomed. See [Leaflet](https://leafletjs.com/examples/zoom-levels/) documentation for more details. |
4445
| 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 |
4547

4648
## Upcoming Features
4749
* Better CSS for the popups.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmm-birdnet",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A display of local hits for the BirdNET mobile app. https://birdnet.cornell.edu",
55
"main": "MMM-BirdNET.js",
66
"repository": {

0 commit comments

Comments
 (0)