also disconnect tag adding by client to directly go into db, and instead put it in the /../data/hoodmaps.db.queue.txt which gets inserted hourly by a worker instead to fix db issues #hoodmaps
make averageCoordinatesRunner.php script that runs averageCoordinates.php for every city because it ran out of memory as a foreach script with all cities #hoodmaps
fix #hoodmaps GeoJSON for Lisbon went too much out into the sea which meant GeoJSON clusters were not summarized correctly because the invalid sea data was included (via @PascalPixel)
fix coworking on Nomad List coworking tab that uses #hoodmaps to show coworkings on a map didn’t work because JS expected ?places=coworking but we had to hardcode it into PHP html class so that the static page could see it in JS
make client GPS button also work but instead of changing map.setCenter() send an AJAX to server to find the nearest city based on the client GPS coords and window.location.href to the new city static page e.g. /amsterdam-neighborhood-map #hoodmaps