funfine

Results 2 issues of funfine

I am trying to record the lat/long data from user click. JS can do it with something like: google.maps.event.addListener(map, 'click', function(event) {placeMarker(map, event.latLng, marker);}); How can i pass the this...

hacktoberfest

Hi, I was trying to analyze the NYC Taxi data as well. But realized that the shapefile I downloaded is in New York state plane coordinate system (zone 3104). Try...