Photos have stopped showing on the Map - can anyone help me debug Maps?

My Maps app was happily showing photos, and then suddenly stopped. I tried re-installing, and still the same.

I’ve managed to do a bit of debugging by adding console message to the js, and re-compiling, but I’m now stuck.

Here’s what I know so far:

  • the initial scan has been run and populated oc_maps_photos with 59K rows
  • NC kicks off an AJAX call to apps/maps/photos which returns a json with 29K entries, after a couple of minutes
  • the entries in the json are sorted and added to this.photoMarkers
  • nothing is shown in the browser, nothing interesting in the console