Skip to content

Commit

Permalink
1.1.0 Release - eon-map#1.1.4 Support for Google Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Jun 2, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0983ea8 commit 1dfc375
Showing 26 changed files with 20,511 additions and 7,726 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EON",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/pubnub/eon",
"authors": [
"Ian Jennings <[email protected]>"
@@ -39,6 +39,6 @@
],
"dependencies": {
"eon-chart": "1.1.0",
"eon-map": "1.0.2"
"eon-map": "1.1.4"
}
}
10 changes: 7 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -15,8 +15,11 @@ var pubnub = [
];

var map = [
'bower_components/mapbox.js/mapbox.js',
'bower_components/eon-map/pubnub-mapbox.js',
'bower_components/leaflet/dist/leaflet.js',
'bower_components/google-maps/lib/Google.js',
'bower_components/Leaflet.GridLayer.GoogleMutant/Leaflet.GoogleMutant.js',
'bower_components/mapbox.js/mapbox.standalone.js',
'bower_components/eon-map/eon-map.js',
];

var chart = [
@@ -29,7 +32,8 @@ var chart = [

var styles = [
'bower_components/c3/c3.min.css',
'bower_components/mapbox.js/mapbox.css'
'bower_components/mapbox.js/mapbox.css',
'bower_components/leaflet/dist/leaflet.css'
];

var images = [
15,394 changes: 7,728 additions & 7,666 deletions v/eon-chart/1.1.0/eon-chart.js

Large diffs are not rendered by default.

800 changes: 745 additions & 55 deletions v/eon-map/1.0.2/eon-map.js

Large diffs are not rendered by default.

1,053 changes: 1,053 additions & 0 deletions v/eon-map/1.1.4/eon-map.js

Large diffs are not rendered by default.

Binary file added v/eon-map/1.1.4/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions v/eon-map/1.1.4/images/icons-ffffff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon-map/1.1.4/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions v/eon-map/1.1.4/images/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon-map/1.1.4/images/layers-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon-map/1.1.4/images/layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon-map/1.1.4/images/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon-map/1.1.4/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon-map/1.1.4/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
626 changes: 626 additions & 0 deletions v/eon/1.1.0/eon.css

Large diffs are not rendered by default.

10,171 changes: 10,171 additions & 0 deletions v/eon/1.1.0/eon.js

Large diffs are not rendered by default.

Binary file added v/eon/1.1.0/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions v/eon/1.1.0/images/icons-ffffff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v/eon/1.1.0/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1dfc375

Please sign in to comment.