Matthew Wigginton Bhagat-Conway

Results 149 comments of Matthew Wigginton Bhagat-Conway

Still need to generate Retina tiles every place we generate tiles.

I think we can just set `detectRetina: true` where we call L.TileLayer. That requests the next zoom levels' tiles. This will work on isochrone tiles and multipoint results. We'll need...

Unfortunately, this is too slow for production use. I'm going to leave all the code in place so when we make operations with shapefiles faster (see #111) we can just...

Oops, shouldn't have been closed. GitHub clearly needs better NLP. However, that commit does resolve the immediate issue of the wrong checkboxes being selected.

On second thought, I'll be this happens when someone clicks on the label rather than the checkbox - the label is just being associated with the wrong element.

Once we upgrade to the new GTFS loader, we can use its pattern detection algorithms to find all of the unique stop sequences, and then only calculate per-pattern distances.

This is actually an issue in the latest version of the AWS Java SDK. If we revert to the previous version, we don't have support for m4.xlarge instances that we...

To really use third-normal form, like GTFS, additional tables for TimeRange and a message table should be created.

Also, we don't have to do coordinate transforms; we can just multiply all of the longitudes by (radius of earth at equator)/(length of chord at agency latitude), and units will...