aerisjs icon indicating copy to clipboard operation
aerisjs copied to clipboard

Aeris Interactive

Results 7 aerisjs issues
Sort by recently updated
recently updated
newest added

Hi, I checked you doc ,where is UV index to get per hour based. Please let me know. Thanks Shivam

It throws an error: "EHTTP Status code of 404" ![screen shot 2017-04-26 at 6 35 41 pm](https://cloud.githubusercontent.com/assets/11823726/25443034/567c0736-2aaf-11e7-9173-4ef536cccdc4.png)

Just some house keeping, Great Project! 1) Run on sentence, needed some finality 2) This sentence does not use commas to the best of its ability. It conflicts with parenthetical...

Reproduction steps: - Load `aeris-gmaps.js` build from the CDN - do _not_ load the google maps API - Create an `aeris.maps.Map` instance Results in a console error: ``` You have...

I've been using the same code for awhile, but I haven't looked at it since June. Radar animations do not seem to work at all with any of my existing...

bug

Take for example this code: ``` var kml = new aeris.maps.layers.AdvisoriesKML('http://gis.hamweather.net/kml/hwwarnings.kml'); kml.setMap(map); var kmlLayer = new google.maps.KmlLayer({ url: 'http://gis.hamweather.net/kml/hwwarnings.kml', suppressInfoWindows: false, preserveViewport: true, map: googleMap }); google.maps.event.addListener(kmlLayer, 'click', function(kmlEvent) {...

question

Is there any possibility to destroy the `Aeris.map` object. See http://jsfiddle.net/muhaimincs/feogb02k/

enhancement