Tomek Modrzyński
Tomek Modrzyński
And I thought 800 workers someone reported a few weeks ago was overkill. All of you may be interested in what I've been doing in `coroutines` branch. I'm testing it...
Can you try using virtualenv? I highly advise to use it (and virtualenvwrapper, and pyenv) when interacting with any Python project.
How many workers do you have? Are you using system Python, or are you inside virtualenv with clean Python installation?
Strange, I've been running 200 workers without similiar issues. How much free RAM do you have? What's the CPU usage?
There's no such config yet. You'd need to create a "class" similar to PokemonIcon with different properties (like size), and then place similar if in `PokemonMarker`.
Yeah, raw.pokemon_id contains Pokemon number. Then just use it in a marker: ``` js var marker = L.marker([raw.lat, raw.lon], {icon: bigicon, opacity: 1}); ```
There are already some ifs for SQLite in place ([like this](https://github.com/modrzew/pokeminer/blob/master/db.py#L302)), you can extend it in the same way I think.
Is there a library for Leaflet that does this out of the box?
Did you run `pip install -r requirements.txt --upgrade`?
Combining this with #183 gives me an idea for allowing to overwrite config values from command line. I think I'll take care of it in my spare time.