###export bounding box for reuse export LON1=-74.259094 export LAT1=40.477398 export LON2=-73.700165 export LAT2=40.91758
###mapbbox.js
outputs a .png image using the Web Mercator (EPSG: 3857) projection
./mapbbox.js -h 480 -w 640 \ #dimensions of output image (px)
-b $LON1,$LAT1,$LON2,$LAT2 \ #bounds: lon1,lat1,lon2,lat2