digidem / react-mapfilter

Visualizing, exploring, filtering and printing geographic data and geotagged photos and video
https://lab.digital-democracy.org/mapfilter
29 stars 11 forks source link

Remove online dependencies #55

Open mojodna opened 7 years ago

mojodna commented 7 years ago

Spotted so far:

gmaclennan commented 7 years ago

Intl polyfill is only needed in Safari, and since https://github.com/digidem/mapfilter/pull/54 is only an implementation detail and not part of the export.

resizer.digital-democracy.org is used to keep bandwidth down when online by dynamically resizing images. It also helps with browser memory though when rendering the image grid view. Could bundle https://github.com/digidem/vips-resizer in the electron app, but let's not prioritize for now and just render full-sized images direct from the hyperdrive media store that @substack is working on.