ua-snap / mapvue

MIT License
2 stars 1 forks source link

Fetch fire data statically & reformat VIIRS to not use animation #171

Closed brucecrevensten closed 5 years ago

brucecrevensten commented 5 years ago

See issues #155, #154.

App now processes data from remote geojson/json files instead of hitting an endpoint. For this branch to work, you must be testing against an updated version of the mv-aicc-shim (check with me if unclear where/what that is).

VIIRS data now renders as simple GeoJSON layer, no CSS animations. Performance is improved.


This change is Reviewable

brucecrevensten commented 5 years ago

Example config for config/dev.env.js temporarily:

module.exports = merge(prodEnv, {
  NODE_ENV: '"development"',
  MV_GOOGLE_ANALYTICS_TOKEN: '"a0b0c0d0"',
  GEOSERVER_WMS_URL: '"http://54.70.10.93:8080/geoserver/wms"',
  FIRE_FEATURES_URL: '"http://test.xye5qhqyxm.us-west-2.elasticbeanstalk.com/fires.geojson"',
  FIRE_TIME_SERIES_URL: '"http://test.xye5qhqyxm.us-west-2.elasticbeanstalk.com/tally.json"',
  VIIRS_URL: '"http://test.xye5qhqyxm.us-west-2.elasticbeanstalk.com/viirs.geojson"'
})