WatWowMap / ReactMap

Pokemon GO Map frontend built with React
MIT License
130 stars 64 forks source link

Can't filter out nests with mons/h > 100 #908

Closed kamieniarz closed 10 months ago

kamieniarz commented 10 months ago

Currently nests filter allows to filter in range 0-100 only. Even if set eg. 0-500 in default filter it still allows to filter out max 100 so I can't filter out eg. 100-500

TurtIeSocks commented 10 months ago
Screenshot 2024-01-05 at 10 58 13 AM

What am I missing here?

kamieniarz commented 10 months ago

How did you do that? I can't go beyond 100

TurtIeSocks commented 10 months ago
    "nests": {
      "enabled": false,
      "polygons": false,
      "pokemon": false,
      "avgFilter": [
        0,
        500
      ]
    },
kamieniarz commented 10 months ago

No idea why I had these ranges in config in one line and proly that's why it didin't work for me 🤔 Thanks