Peter Goodhall

Results 94 comments of Peter Goodhall

> * [ ] Possibly allow to self-spot after each QSO logged I'm guessing this is some kind of spotting service that POTA has? some links to API docs would...

Quite likely, Leaflet gets a little upset if lots of markers are being displayed

That narrows it down for a quick fix!

should be reflected within the next hour just merged the fix into the codebase

I've got similar issue with Distances worked that it errors too with undefined. Some validation might solve it, could run it against the qra library and see if I can...

I'll try see if i can find whats barfing on my end could be something obvious

It seems to only do it on certain QSOs as I can narrow it down to a satellite qso subset! thus maybe something I can spot

This was an array offset error added some checks and now resolved

### Changes to config.php ```php $config['auth_level'][3] = "Operator"; $config['auth_level'][99] = "Administrator"; ```

### Changes to index.php Remind users that they might want to set the _ENVIRONMENT_ to production rather than development to hide errors and debugging data. ```php define('ENVIRONMENT', 'production'); ```