Steven Vance

Results 50 comments of Steven Vance

@Jmuccigr I had already tried that. It reported the correct line count but the wrong row count, because there were line breaks in some of the fields.

I like the column that has row numbers.

I use Leaflet and MarkerCluster for my app, [Chicago Bike Map](http://offlinebikemap.com). However, the current version doesn't use MarkerCluster (still working on it for the next version).

@ghoffa Consider this: When you tap a marker to open its popup info window, the map pans if necessary to show the info window. Are the "movestart" and "moveend" events...

I would like to first use bindPopup (which is in the normal Leaflet API) and then call openPopup() on an known marker after all markers have been added to the...

"Nearby" could be defined by pixels. I think Leaflet or some plugin (like MarkerCluster) already has support for distance by pixels.

After Ian's redesign it looks like this (without any line breaks): ```` No Agency in the GTFS Feed had a matching Transitland Operator Agencies in GTFS Feed: : Jet Existing...

The feed fetcher should also count the number of operators that it finds in the feed (each time it fetches) and compare this number to the `operatorsInFeed` length. If they're...

Does the permit data come with the geometry for a line or a polygon? It seems like the permitting software would have to permit the data entry staff to draw...

@AndrewTBurks Upon page load a box appears which has grids that are symbolized. If I move the map under the grid, the symbolization disappears. If I change the grid dimensions,...