Mexi 6 years ago
parent
commit
12fbb3b558
31 changed files with 145261 additions and 86129 deletions
  1. 1
    0
      heyPotholeUI copy/.sourcemaps/0.js.map
  2. 1
    1
      heyPotholeUI copy/.sourcemaps/main.js.map
  3. 35
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/README.md
  4. 162
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.d.ts
  5. 224
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.js
  6. 1
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.js.map
  7. 1
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.metadata.json
  8. 1
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.ngfactory.js.map
  9. 1
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.ngsummary.json
  10. 51
    0
      heyPotholeUI copy/node_modules/@ionic-native/geolocation/package.json
  11. 49
    0
      heyPotholeUI copy/node_modules/@ionic-native/google-maps/README.md
  12. 2447
    0
      heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.d.ts
  13. 4133
    0
      heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.js
  14. 1
    0
      heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.js.map
  15. 1
    0
      heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.metadata.json
  16. 51
    0
      heyPotholeUI copy/node_modules/@ionic-native/google-maps/package.json
  17. 10
    0
      heyPotholeUI copy/package-lock.json
  18. 2
    0
      heyPotholeUI copy/package.json
  19. 9
    2
      heyPotholeUI copy/src/app/app.module.ts
  20. 2
    6
      heyPotholeUI copy/src/pages/home/home.html
  21. 14
    0
      heyPotholeUI copy/src/pages/map/map.html
  22. 13
    0
      heyPotholeUI copy/src/pages/map/map.module.ts
  23. 11
    0
      heyPotholeUI copy/src/pages/map/map.scss
  24. 84
    0
      heyPotholeUI copy/src/pages/map/map.ts
  25. 6
    6
      heyPotholeUI copy/src/pages/report/report.html
  26. 9
    2
      heyPotholeUI copy/src/pages/report/report.ts
  27. 9
    0
      heyPotholeUI copy/www/build/main.css
  28. 935
    50
      heyPotholeUI copy/www/build/main.js
  29. 1
    1
      heyPotholeUI copy/www/build/main.js.map
  30. 136995
    86060
      heyPotholeUI copy/www/build/vendor.js
  31. 1
    1
      heyPotholeUI copy/www/build/vendor.js.map

+ 1
- 0
heyPotholeUI copy/.sourcemaps/0.js.map View File

@@ -0,0 +1 @@
1
+{"version":3,"sources":["../../src/pages/map/map.module.ts","../../src/pages/map/map.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAyC;AACO;AAChB;AAUhC;IAAA;IAA4B,CAAC;IAAhB,aAAa;QARzB,uEAAQ,CAAC;YACR,YAAY,EAAE;gBACZ,qDAAO;aACR;YACD,OAAO,EAAE;gBACP,sEAAe,CAAC,QAAQ,CAAC,qDAAO,CAAC;aAClC;SACF,CAAC;OACW,aAAa,CAAG;IAAD,oBAAC;CAAA;AAAH;;;;;;;;;;;;;;;;;;;;;ACZgB;AACe;AAEzD;;;;;GAKG;AAOH;IAEE,iBAAmB,OAAsB,EAAS,SAAoB;QAAnD,YAAO,GAAP,OAAO,CAAe;QAAS,cAAS,GAAT,SAAS,CAAW;IACtE,CAAC;IAED,gCAAc,GAAd;QACE,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;IACxC,CAAC;IAPU,OAAO;QAJnB,wEAAS,CAAC;YACT,QAAQ,EAAE,UAAU;WACG;SACxB,CAAC;gBAGsE;OAF3D,OAAO,CASnB;IAAD,CAAC;AAAA;SATY,OAAO,e","file":"0.js","sourcesContent":["import { NgModule } from '@angular/core';\nimport { IonicPageModule } from 'ionic-angular';\nimport { MapPage } from './map';\n\n@NgModule({\n  declarations: [\n    MapPage,\n  ],\n  imports: [\n    IonicPageModule.forChild(MapPage),\n  ],\n})\nexport class MapPageModule {}\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/map/map.module.ts","import { Component } from '@angular/core';\nimport { IonicPage, NavController, NavParams } from 'ionic-angular';\n\n/**\n * Generated class for the MapPage page.\n *\n * See https://ionicframework.com/docs/components/#navigation for more info on\n * Ionic pages and navigation.\n */\n\n@IonicPage()\n@Component({\n  selector: 'page-map',\n  templateUrl: 'map.html',\n})\nexport class MapPage {\n\n  constructor(public navCtrl: NavController, public navParams: NavParams) {\n  }\n\n  ionViewDidLoad() {\n    console.log('ionViewDidLoad MapPage');\n  }\n\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/map/map.ts"],"sourceRoot":""}

+ 1
- 1
heyPotholeUI copy/.sourcemaps/main.js.map
File diff suppressed because it is too large
View File


+ 35
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/README.md View File

@@ -0,0 +1,35 @@
1
+<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/geolocation/index.ts#L110">
2
+  Improve this doc
3
+</a>
4
+
5
+# Geolocation
6
+
7
+```
8
+$ ionic cordova plugin add cordova-plugin-geolocation --variable GEOLOCATION_USAGE_DESCRIPTION="To locate you"
9
+$ npm install --save @ionic-native/geolocation
10
+```
11
+
12
+## [Usage Documentation](https://ionicframework.com/docs/native/geolocation/)
13
+
14
+Plugin Repo: [https://github.com/apache/cordova-plugin-geolocation](https://github.com/apache/cordova-plugin-geolocation)
15
+
16
+This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.
17
+
18
+ This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
19
+
20
+For iOS you have to add this configuration to your configuration.xml file
21
+```xml
22
+<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
23
+   <string>We want your location! Best regards NSA</string>
24
+</edit-config>
25
+```
26
+
27
+## Supported platforms
28
+- Amazon Fire OS
29
+- Android
30
+- Browser
31
+- iOS
32
+- Windows
33
+
34
+
35
+

+ 162
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.d.ts View File

@@ -0,0 +1,162 @@
1
+import { IonicNativePlugin } from '@ionic-native/core';
2
+import { Observable } from 'rxjs/Observable';
3
+export interface Coordinates {
4
+    /**
5
+     * a double representing the position's latitude in decimal degrees.
6
+     */
7
+    latitude: number;
8
+    /**
9
+     * A double representing the position's longitude in decimal degrees.
10
+     */
11
+    longitude: number;
12
+    /**
13
+     * A double representing the accuracy of the latitude and longitude properties,
14
+     * expressed in meters.
15
+     */
16
+    accuracy: number;
17
+    /**
18
+     * A double representing the position's altitude in metres, relative to sea
19
+     * level. This value can be null if the implementation cannot provide the data.
20
+     */
21
+    altitude: number;
22
+    /**
23
+     * A double representing the accuracy of the altitude expressed in meters.
24
+     * This value can be null.
25
+     */
26
+    altitudeAccuracy: number;
27
+    /**
28
+     * A double representing the direction in which the device is traveling. This
29
+     * value, specified in degrees, indicates how far off from heading true north
30
+     * the device is. 0 degrees represents true north, and the direction is
31
+     * determined clockwise (which means that east is 90 degrees and west is 270
32
+     * degrees). If speed is 0, heading is NaN. If the device is unable to provide
33
+     * heading information, this value is null.
34
+     */
35
+    heading: number;
36
+    /**
37
+     * A double representing the velocity of the device in meters per second.
38
+     * This value can be null.
39
+     */
40
+    speed: number;
41
+}
42
+export interface Geoposition {
43
+    /**
44
+     * A Coordinates object defining the current location
45
+     */
46
+    coords: Coordinates;
47
+    /**
48
+     * A timestamp representing the time at which the location was retrieved.
49
+     */
50
+    timestamp: number;
51
+}
52
+export interface PositionError {
53
+    /**
54
+     * A code that indicates the error that occurred
55
+     */
56
+    code: number;
57
+    /**
58
+     * A message that can describe the error that occurred
59
+     */
60
+    message: string;
61
+}
62
+export interface GeolocationOptions {
63
+    /**
64
+     * Is a positive long value indicating the maximum age in milliseconds of a
65
+     * possible cached position that is acceptable to return. If set to 0, it
66
+     * means that the device cannot use a cached position and must attempt to
67
+     * retrieve the real current position. If set to Infinity the device must
68
+     * return a cached position regardless of its age. Default: 0.
69
+     */
70
+    maximumAge?: number;
71
+    /**
72
+     * Is a positive long value representing the maximum length of time
73
+     * (in milliseconds) the device is allowed to take in order to return a
74
+     * position. The default value is Infinity, meaning that getCurrentPosition()
75
+     * won't return until the position is available.
76
+     */
77
+    timeout?: number;
78
+    /**
79
+     * Indicates the application would like to receive the best possible results.
80
+     * If true and if the device is able to provide a more accurate position, it
81
+     * will do so. Note that this can result in slower response times or increased
82
+     * power consumption (with a GPS chip on a mobile device for example). On the
83
+     * other hand, if false, the device can take the liberty to save resources by
84
+     * responding more quickly and/or using less power. Default: false.
85
+     * @type {boolean}
86
+     */
87
+    enableHighAccuracy?: boolean;
88
+}
89
+/**
90
+ * @name Geolocation
91
+ * @description
92
+ * This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.
93
+ *
94
+ *  This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
95
+ *
96
+ * For iOS you have to add this configuration to your configuration.xml file
97
+ * ```xml
98
+ * <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
99
+ *    <string>We want your location! Best regards NSA</string>
100
+ * </edit-config>
101
+ * ```
102
+ *
103
+ *
104
+ * @usage
105
+ *
106
+ * ```typescript
107
+ * import { Geolocation } from '@ionic-native/geolocation';
108
+ *
109
+ * ...
110
+ *
111
+ * constructor(private geolocation: Geolocation) {}
112
+ *
113
+ * ...
114
+ *
115
+ * this.geolocation.getCurrentPosition().then((resp) => {
116
+ *  // resp.coords.latitude
117
+ *  // resp.coords.longitude
118
+ * }).catch((error) => {
119
+ *   console.log('Error getting location', error);
120
+ * });
121
+ *
122
+ * let watch = this.geolocation.watchPosition();
123
+ * watch.subscribe((data) => {
124
+ *  // data can be a set of coordinates, or an error (if an error occurred).
125
+ *  // data.coords.latitude
126
+ *  // data.coords.longitude
127
+ * });
128
+ * ```
129
+ * @interfaces
130
+ * Coordinates
131
+ * Geoposition
132
+ * PositionError
133
+ * GeolocationOptions
134
+ */
135
+export declare class Geolocation extends IonicNativePlugin {
136
+    /**
137
+     * Get the device's current position.
138
+     *
139
+     * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
140
+     * @returns {Promise<Geoposition>} Returns a Promise that resolves with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or rejects with an error.
141
+     */
142
+    getCurrentPosition(options?: GeolocationOptions): Promise<Geoposition>;
143
+    /**
144
+     * Watch the current device's position.  Clear the watch by unsubscribing from
145
+     * Observable changes.
146
+     *
147
+     * ```typescript
148
+     * const subscription = this.geolocation.watchPosition()
149
+     *                               .filter((p) => p.coords !== undefined) //Filter Out Errors
150
+     *                               .subscribe(position => {
151
+     *   console.log(position.coords.longitude + ' ' + position.coords.latitude);
152
+     * });
153
+     *
154
+     * // To stop notifications
155
+     * subscription.unsubscribe();
156
+     * ```
157
+     *
158
+     * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
159
+     * @returns {Observable<Geoposition>} Returns an Observable that notifies with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or errors.
160
+     */
161
+    watchPosition(options?: GeolocationOptions): Observable<Geoposition>;
162
+}

+ 224
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.js View File

@@ -0,0 +1,224 @@
1
+var __extends = (this && this.__extends) || (function () {
2
+    var extendStatics = Object.setPrototypeOf ||
3
+        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
+        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
+    return function (d, b) {
6
+        extendStatics(d, b);
7
+        function __() { this.constructor = d; }
8
+        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
+    };
10
+})();
11
+var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
12
+    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
13
+    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
14
+    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+    return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+};
17
+var __metadata = (this && this.__metadata) || function (k, v) {
18
+    if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
+};
20
+import { Injectable } from '@angular/core';
21
+import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
22
+import { Observable } from 'rxjs/Observable';
23
+/**
24
+ * @name Geolocation
25
+ * @description
26
+ * This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.
27
+ *
28
+ *  This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
29
+ *
30
+ * For iOS you have to add this configuration to your configuration.xml file
31
+ * ```xml
32
+ * <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
33
+ *    <string>We want your location! Best regards NSA</string>
34
+ * </edit-config>
35
+ * ```
36
+ *
37
+ *
38
+ * @usage
39
+ *
40
+ * ```typescript
41
+ * import { Geolocation } from '@ionic-native/geolocation';
42
+ *
43
+ * ...
44
+ *
45
+ * constructor(private geolocation: Geolocation) {}
46
+ *
47
+ * ...
48
+ *
49
+ * this.geolocation.getCurrentPosition().then((resp) => {
50
+ *  // resp.coords.latitude
51
+ *  // resp.coords.longitude
52
+ * }).catch((error) => {
53
+ *   console.log('Error getting location', error);
54
+ * });
55
+ *
56
+ * let watch = this.geolocation.watchPosition();
57
+ * watch.subscribe((data) => {
58
+ *  // data can be a set of coordinates, or an error (if an error occurred).
59
+ *  // data.coords.latitude
60
+ *  // data.coords.longitude
61
+ * });
62
+ * ```
63
+ * @interfaces
64
+ * Coordinates
65
+ * Geoposition
66
+ * PositionError
67
+ * GeolocationOptions
68
+ */
69
+var Geolocation = (function (_super) {
70
+    __extends(Geolocation, _super);
71
+    function Geolocation() {
72
+        return _super !== null && _super.apply(this, arguments) || this;
73
+    }
74
+    /**
75
+     * Get the device's current position.
76
+     *
77
+     * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
78
+     * @returns {Promise<Geoposition>} Returns a Promise that resolves with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or rejects with an error.
79
+     */
80
+    /**
81
+       * Get the device's current position.
82
+       *
83
+       * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
84
+       * @returns {Promise<Geoposition>} Returns a Promise that resolves with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or rejects with an error.
85
+       */
86
+    Geolocation.prototype.getCurrentPosition = /**
87
+       * Get the device's current position.
88
+       *
89
+       * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
90
+       * @returns {Promise<Geoposition>} Returns a Promise that resolves with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or rejects with an error.
91
+       */
92
+    function (options) { return; };
93
+    /**
94
+     * Watch the current device's position.  Clear the watch by unsubscribing from
95
+     * Observable changes.
96
+     *
97
+     * ```typescript
98
+     * const subscription = this.geolocation.watchPosition()
99
+     *                               .filter((p) => p.coords !== undefined) //Filter Out Errors
100
+     *                               .subscribe(position => {
101
+     *   console.log(position.coords.longitude + ' ' + position.coords.latitude);
102
+     * });
103
+     *
104
+     * // To stop notifications
105
+     * subscription.unsubscribe();
106
+     * ```
107
+     *
108
+     * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
109
+     * @returns {Observable<Geoposition>} Returns an Observable that notifies with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or errors.
110
+     */
111
+    /**
112
+       * Watch the current device's position.  Clear the watch by unsubscribing from
113
+       * Observable changes.
114
+       *
115
+       * ```typescript
116
+       * const subscription = this.geolocation.watchPosition()
117
+       *                               .filter((p) => p.coords !== undefined) //Filter Out Errors
118
+       *                               .subscribe(position => {
119
+       *   console.log(position.coords.longitude + ' ' + position.coords.latitude);
120
+       * });
121
+       *
122
+       * // To stop notifications
123
+       * subscription.unsubscribe();
124
+       * ```
125
+       *
126
+       * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
127
+       * @returns {Observable<Geoposition>} Returns an Observable that notifies with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or errors.
128
+       */
129
+    Geolocation.prototype.watchPosition = /**
130
+       * Watch the current device's position.  Clear the watch by unsubscribing from
131
+       * Observable changes.
132
+       *
133
+       * ```typescript
134
+       * const subscription = this.geolocation.watchPosition()
135
+       *                               .filter((p) => p.coords !== undefined) //Filter Out Errors
136
+       *                               .subscribe(position => {
137
+       *   console.log(position.coords.longitude + ' ' + position.coords.latitude);
138
+       * });
139
+       *
140
+       * // To stop notifications
141
+       * subscription.unsubscribe();
142
+       * ```
143
+       *
144
+       * @param {GeolocationOptions} options  The [geolocation options](https://developer.mozilla.org/en-US/docs/Web/API/PositionOptions).
145
+       * @returns {Observable<Geoposition>} Returns an Observable that notifies with the [position](https://developer.mozilla.org/en-US/docs/Web/API/Position) of the device, or errors.
146
+       */
147
+    function (options) {
148
+        return new Observable(function (observer) {
149
+            var watchId = navigator.geolocation.watchPosition(observer.next.bind(observer), observer.next.bind(observer), options);
150
+            return function () { return navigator.geolocation.clearWatch(watchId); };
151
+        });
152
+    };
153
+    Geolocation.decorators = [
154
+        { type: Injectable },
155
+    ];
156
+    __decorate([
157
+        Cordova({
158
+            callbackOrder: 'reverse'
159
+        }),
160
+        __metadata("design:type", Function),
161
+        __metadata("design:paramtypes", [Object]),
162
+        __metadata("design:returntype", Promise)
163
+    ], Geolocation.prototype, "getCurrentPosition", null);
164
+    /**
165
+     * @name Geolocation
166
+     * @description
167
+     * This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.
168
+     *
169
+     *  This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
170
+     *
171
+     * For iOS you have to add this configuration to your configuration.xml file
172
+     * ```xml
173
+     * <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
174
+     *    <string>We want your location! Best regards NSA</string>
175
+     * </edit-config>
176
+     * ```
177
+     *
178
+     *
179
+     * @usage
180
+     *
181
+     * ```typescript
182
+     * import { Geolocation } from '@ionic-native/geolocation';
183
+     *
184
+     * ...
185
+     *
186
+     * constructor(private geolocation: Geolocation) {}
187
+     *
188
+     * ...
189
+     *
190
+     * this.geolocation.getCurrentPosition().then((resp) => {
191
+     *  // resp.coords.latitude
192
+     *  // resp.coords.longitude
193
+     * }).catch((error) => {
194
+     *   console.log('Error getting location', error);
195
+     * });
196
+     *
197
+     * let watch = this.geolocation.watchPosition();
198
+     * watch.subscribe((data) => {
199
+     *  // data can be a set of coordinates, or an error (if an error occurred).
200
+     *  // data.coords.latitude
201
+     *  // data.coords.longitude
202
+     * });
203
+     * ```
204
+     * @interfaces
205
+     * Coordinates
206
+     * Geoposition
207
+     * PositionError
208
+     * GeolocationOptions
209
+     */
210
+    Geolocation = __decorate([
211
+        Plugin({
212
+            pluginName: 'Geolocation',
213
+            plugin: 'cordova-plugin-geolocation',
214
+            pluginRef: 'navigator.geolocation',
215
+            repo: 'https://github.com/apache/cordova-plugin-geolocation',
216
+            install: 'ionic cordova plugin add cordova-plugin-geolocation --variable GEOLOCATION_USAGE_DESCRIPTION="To locate you"',
217
+            installVariables: ['GEOLOCATION_USAGE_DESCRIPTION'],
218
+            platforms: ['Amazon Fire OS', 'Android', 'Browser', 'iOS', 'Windows']
219
+        })
220
+    ], Geolocation);
221
+    return Geolocation;
222
+}(IonicNativePlugin));
223
+export { Geolocation };
224
+//# sourceMappingURL=index.js.map

+ 1
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.js.map
File diff suppressed because it is too large
View File


+ 1
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.metadata.json View File

@@ -0,0 +1 @@
1
+[{"__symbolic":"module","version":4,"metadata":{"Coordinates":{"__symbolic":"interface"},"Geoposition":{"__symbolic":"interface"},"PositionError":{"__symbolic":"interface"},"GeolocationOptions":{"__symbolic":"interface"},"Geolocation":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ionic-native/core","name":"IonicNativePlugin","line":168,"character":33},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin","line":158,"character":1},"arguments":[{"pluginName":"Geolocation","plugin":"cordova-plugin-geolocation","pluginRef":"navigator.geolocation","repo":"https://github.com/apache/cordova-plugin-geolocation","install":"ionic cordova plugin add cordova-plugin-geolocation --variable GEOLOCATION_USAGE_DESCRIPTION=\"To locate you\"","installVariables":["GEOLOCATION_USAGE_DESCRIPTION"],"platforms":["Amazon Fire OS","Android","Browser","iOS","Windows"]}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":167,"character":1}}],"members":{"getCurrentPosition":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova","line":176,"character":3},"arguments":[{"callbackOrder":"reverse"}]}]}],"watchPosition":[{"__symbolic":"method"}]}}}}]

+ 1
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.ngfactory.js.map View File

@@ -0,0 +1 @@
1
+{"version":3,"file":"index.ngfactory.js","sourceRoot":"","sources":["../../../src/@ionic-native/plugins/geolocation/index.ngfactory.ts"],"names":[],"mappings":"","sourcesContent":["import * as i0 from '@angular/core';\ni0.ComponentFactory;\n"]}

+ 1
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/index.ngsummary.json View File

@@ -0,0 +1 @@
1
+{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"interface"}},{"symbol":{"__symbol":1,"members":[]},"metadata":{"__symbolic":"interface"}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbolic":"interface"}},{"symbol":{"__symbol":3,"members":[]},"metadata":{"__symbolic":"interface"}},{"symbol":{"__symbol":4,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbolic":"resolved","symbol":{"__symbol":5,"members":[]},"line":168,"character":33,"fileName":"src/@ionic-native/plugins/geolocation/index.ts"},"members":{"getCurrentPosition":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"resolved","symbol":{"__symbol":6,"members":[]},"line":176,"character":3,"fileName":"src/@ionic-native/plugins/geolocation/index.ts"},"arguments":[{"callbackOrder":"reverse"}]}]}],"watchPosition":[{"__symbolic":"method"}]}},"type":{"summaryKind":3,"type":{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]}}}],"symbols":[{"__symbol":0,"name":"Coordinates","filePath":"./index"},{"__symbol":1,"name":"Geoposition","filePath":"./index"},{"__symbol":2,"name":"PositionError","filePath":"./index"},{"__symbol":3,"name":"GeolocationOptions","filePath":"./index"},{"__symbol":4,"name":"Geolocation","filePath":"./index"},{"__symbol":5,"name":"IonicNativePlugin","filePath":"../../../../dist/@ionic-native/core/index"},{"__symbol":6,"name":"Cordova","filePath":"../../../../dist/@ionic-native/core/index"}]}

+ 51
- 0
heyPotholeUI copy/node_modules/@ionic-native/geolocation/package.json View File

@@ -0,0 +1,51 @@
1
+{
2
+  "_from": "@ionic-native/geolocation",
3
+  "_id": "@ionic-native/geolocation@4.11.0",
4
+  "_inBundle": false,
5
+  "_integrity": "sha512-90//D2fzFsAIxzx6yxMZ6WXYVObjnzzhKAgXEYqCQ++fNTt/NyjpwXLSex+FWpf09cdNlsZ/bXAV8R++i/5eFg==",
6
+  "_location": "/@ionic-native/geolocation",
7
+  "_phantomChildren": {},
8
+  "_requested": {
9
+    "type": "tag",
10
+    "registry": true,
11
+    "raw": "@ionic-native/geolocation",
12
+    "name": "@ionic-native/geolocation",
13
+    "escapedName": "@ionic-native%2fgeolocation",
14
+    "scope": "@ionic-native",
15
+    "rawSpec": "",
16
+    "saveSpec": null,
17
+    "fetchSpec": "latest"
18
+  },
19
+  "_requiredBy": [
20
+    "#USER",
21
+    "/"
22
+  ],
23
+  "_resolved": "https://registry.npmjs.org/@ionic-native/geolocation/-/geolocation-4.11.0.tgz",
24
+  "_shasum": "6a834b9feb707fcd4e7bf05be4dd1a1807038f60",
25
+  "_spec": "@ionic-native/geolocation",
26
+  "_where": "/Users/mexil/Desktop/demo/MexisPassionProject/heyPotholeUI copy",
27
+  "author": {
28
+    "name": "ionic"
29
+  },
30
+  "bugs": {
31
+    "url": "https://github.com/ionic-team/ionic-native/issues"
32
+  },
33
+  "bundleDependencies": false,
34
+  "deprecated": false,
35
+  "description": "Ionic Native - Native plugins for ionic apps",
36
+  "homepage": "https://github.com/ionic-team/ionic-native#readme",
37
+  "license": "MIT",
38
+  "module": "index.js",
39
+  "name": "@ionic-native/geolocation",
40
+  "peerDependencies": {
41
+    "@ionic-native/core": "^4.2.0",
42
+    "@angular/core": "*",
43
+    "rxjs": "^5.0.1"
44
+  },
45
+  "repository": {
46
+    "type": "git",
47
+    "url": "git+https://github.com/ionic-team/ionic-native.git"
48
+  },
49
+  "typings": "index.d.ts",
50
+  "version": "4.11.0"
51
+}

+ 49
- 0
heyPotholeUI copy/node_modules/@ionic-native/google-maps/README.md View File

@@ -0,0 +1,49 @@
1
+# @ionic-native/google-maps (v4.9.1)
2
+
3
+@ionic-native/google-maps plugin is a wrapper plugin for [cordova-plugin-googlemaps](https://github.com/mapsplugin/cordova-plugin-googlemaps) for Ionic framework.
4
+
5
+Ionic Native wraps plugin callbacks in a Promise or Observable, providing a common interface for all plugins and making it easy to use plugins with Angular change detection.
6
+
7
+------------------------
8
+
9
+## Installation
10
+
11
+First of all, you need to generate API keys for Google Maps APIs.
12
+- [How to generate API keys?](https://github.com/ionic-team/ionic-native-google-maps/blob/master/documents/api_key/generate_api_key.md)
13
+
14
+Second, run following command to install `@ionic-native/core` and `@ionic-native/google-maps` plugins in your project.
15
+
16
+```
17
+npm install @ionic-native/core @ionic-native/google-maps
18
+
19
+ionic cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="..." --variable API_KEY_FOR_IOS="..."
20
+```
21
+
22
+------------------------
23
+
24
+## Documentation
25
+
26
+For the full Ionic Native documentation, please checkout this page.
27
+
28
+- [\@ionic-native/google-maps official documents](https://github.com/ionic-team/ionic-native-google-maps/blob/master/documents/README.md)
29
+
30
+
31
+Also there are documents/demos for your help:
32
+
33
+- [cordova-plugin-googlemaps official documents](https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.0.0/README.md)
34
+
35
+- [@ionic-native/google-maps get started](https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.0.0/ionic-native/README.md)
36
+
37
+- [@ionic-native/google-maps quick example](https://github.com/mapsplugin/ionic-googlemaps-quickdemo)
38
+
39
+- [\@ionic-native/google-maps slide](https://docs.google.com/presentation/d/e/2PACX-1vScoho1ensbR4qCI9AIuQN55BZVvK73pAjI7sumDvW3CrxxHnrmpXWUjx2-8CpFibqU1EjLKCRhuthJ/pub?start=false&loop=false&delayms=3000)
40
+
41
+
42
+------------------------
43
+
44
+## Troubles?
45
+
46
+Before asking your trouble, please check the trouble shooting guides.
47
+- [Trouble shootings](https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/troubleshootings/README.md)
48
+
49
+If you can't solve your problem, please report to [ionic-native-google-maps](https://github.com/ionic-team/ionic-native-google-maps/issues) repository.

+ 2447
- 0
heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.d.ts
File diff suppressed because it is too large
View File


+ 4133
- 0
heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.js
File diff suppressed because it is too large
View File


+ 1
- 0
heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.js.map
File diff suppressed because it is too large
View File


+ 1
- 0
heyPotholeUI copy/node_modules/@ionic-native/google-maps/index.metadata.json
File diff suppressed because it is too large
View File


+ 51
- 0
heyPotholeUI copy/node_modules/@ionic-native/google-maps/package.json View File

@@ -0,0 +1,51 @@
1
+{
2
+  "_from": "@ionic-native/google-maps",
3
+  "_id": "@ionic-native/google-maps@4.9.1",
4
+  "_inBundle": false,
5
+  "_integrity": "sha512-OxaxA31a7g+7j8FTGdw1Kpptbx1wulJZ12ycCVdG1V4zFezuzJXGshkzf7X9TebyKq32sp1SdddFbx4bERkN9Q==",
6
+  "_location": "/@ionic-native/google-maps",
7
+  "_phantomChildren": {},
8
+  "_requested": {
9
+    "type": "tag",
10
+    "registry": true,
11
+    "raw": "@ionic-native/google-maps",
12
+    "name": "@ionic-native/google-maps",
13
+    "escapedName": "@ionic-native%2fgoogle-maps",
14
+    "scope": "@ionic-native",
15
+    "rawSpec": "",
16
+    "saveSpec": null,
17
+    "fetchSpec": "latest"
18
+  },
19
+  "_requiredBy": [
20
+    "#USER",
21
+    "/"
22
+  ],
23
+  "_resolved": "https://registry.npmjs.org/@ionic-native/google-maps/-/google-maps-4.9.1.tgz",
24
+  "_shasum": "bb8e56ad77964d9345c50b7f350b77ba5ffbfe0a",
25
+  "_spec": "@ionic-native/google-maps",
26
+  "_where": "/Users/mexil/Desktop/demo/MexisPassionProject/heyPotholeUI copy",
27
+  "author": {
28
+    "name": "ionic"
29
+  },
30
+  "bugs": {
31
+    "url": "https://github.com/ionic-team/ionic-native-google-maps/issues"
32
+  },
33
+  "bundleDependencies": false,
34
+  "deprecated": false,
35
+  "description": "Ionic Native plugin for Google Maps",
36
+  "homepage": "https://github.com/ionic-team/ionic-native-google-maps",
37
+  "license": "MIT",
38
+  "module": "index.js",
39
+  "name": "@ionic-native/google-maps",
40
+  "peerDependencies": {
41
+    "@ionic-native/core": "^4.9.2",
42
+    "@angular/core": "*",
43
+    "rxjs": "^5.0.1"
44
+  },
45
+  "repository": {
46
+    "type": "git",
47
+    "url": "git+https://github.com/ionic-team/ionic-native-google-maps.git"
48
+  },
49
+  "typings": "index.d.ts",
50
+  "version": "4.9.1"
51
+}

+ 10
- 0
heyPotholeUI copy/package-lock.json View File

@@ -104,6 +104,16 @@
104 104
       "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-4.10.1.tgz",
105 105
       "integrity": "sha512-odUfPQcdga5e3HhJVhsDkP3bfmK2fvYv5W5D58H3S4nOcJvo607Wdb7EOA2iMT9Wawc3iC5zeeqxG3AIpGtIcw=="
106 106
     },
107
+    "@ionic-native/geolocation": {
108
+      "version": "4.11.0",
109
+      "resolved": "https://registry.npmjs.org/@ionic-native/geolocation/-/geolocation-4.11.0.tgz",
110
+      "integrity": "sha512-90//D2fzFsAIxzx6yxMZ6WXYVObjnzzhKAgXEYqCQ++fNTt/NyjpwXLSex+FWpf09cdNlsZ/bXAV8R++i/5eFg=="
111
+    },
112
+    "@ionic-native/google-maps": {
113
+      "version": "4.9.1",
114
+      "resolved": "https://registry.npmjs.org/@ionic-native/google-maps/-/google-maps-4.9.1.tgz",
115
+      "integrity": "sha512-OxaxA31a7g+7j8FTGdw1Kpptbx1wulJZ12ycCVdG1V4zFezuzJXGshkzf7X9TebyKq32sp1SdddFbx4bERkN9Q=="
116
+    },
107 117
     "@ionic-native/splash-screen": {
108 118
       "version": "4.10.1",
109 119
       "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-4.10.1.tgz",

+ 2
- 0
heyPotholeUI copy/package.json View File

@@ -21,6 +21,8 @@
21 21
     "@angular/platform-browser": "5.2.11",
22 22
     "@angular/platform-browser-dynamic": "5.2.11",
23 23
     "@ionic-native/core": "~4.10.0",
24
+    "@ionic-native/geolocation": "^4.11.0",
25
+    "@ionic-native/google-maps": "^4.9.1",
24 26
     "@ionic-native/splash-screen": "~4.10.0",
25 27
     "@ionic-native/status-bar": "~4.10.0",
26 28
     "@ionic/storage": "2.1.3",

+ 9
- 2
heyPotholeUI copy/src/app/app.module.ts View File

@@ -7,9 +7,12 @@ import { ReportPage } from '../pages/report/report';
7 7
 import { ContactPage } from '../pages/contact/contact';
8 8
 import { HomePage } from '../pages/home/home';
9 9
 import { TabsPage } from '../pages/tabs/tabs';
10
+import { Geolocation } from '@ionic-native/geolocation';
11
+import { MapPage } from '../pages/map/map';
10 12
 
11 13
 import { StatusBar } from '@ionic-native/status-bar';
12 14
 import { SplashScreen } from '@ionic-native/splash-screen';
15
+import { HttpClientModule } from '@angular/common/http';
13 16
 
14 17
 @NgModule({
15 18
   declarations: [
@@ -17,10 +20,12 @@ import { SplashScreen } from '@ionic-native/splash-screen';
17 20
     ReportPage,
18 21
     ContactPage,
19 22
     HomePage,
20
-    TabsPage
23
+    TabsPage,
24
+    MapPage
21 25
   ],
22 26
   imports: [
23 27
     BrowserModule,
28
+    HttpClientModule,
24 29
     IonicModule.forRoot(MyApp)
25 30
   ],
26 31
   bootstrap: [IonicApp],
@@ -29,11 +34,13 @@ import { SplashScreen } from '@ionic-native/splash-screen';
29 34
     ReportPage,
30 35
     ContactPage,
31 36
     HomePage,
32
-    TabsPage
37
+    TabsPage,
38
+    MapPage
33 39
   ],
34 40
   providers: [
35 41
     StatusBar,
36 42
     SplashScreen,
43
+    Geolocation,
37 44
     {provide: ErrorHandler, useClass: IonicErrorHandler}
38 45
   ]
39 46
 })

+ 2
- 6
heyPotholeUI copy/src/pages/home/home.html View File

@@ -6,12 +6,8 @@
6 6
 
7 7
 <ion-content padding>
8 8
   
9
+  
9 10
   <p>
10
-    This starter project comes with simple tabs-based layout for apps
11
-    that are going to primarily use a Tabbed UI.
12
-  </p>
13
-  <p>
14
-    Take a look at the <code>src/pages/</code> directory to add or change tabs,
15
-    update any existing page or create new pages.
11
+    Welcome to make a change!
16 12
   </p>
17 13
 </ion-content>

+ 14
- 0
heyPotholeUI copy/src/pages/map/map.html View File

@@ -0,0 +1,14 @@
1
+
2
+<ion-header>
3
+
4
+  <ion-navbar>
5
+    <ion-title>Map</ion-title>
6
+    
7
+  </ion-navbar>
8
+
9
+</ion-header>
10
+
11
+
12
+<ion-content>
13
+  <div #map id="map" style="height: 100%"></div>
14
+</ion-content>

+ 13
- 0
heyPotholeUI copy/src/pages/map/map.module.ts View File

@@ -0,0 +1,13 @@
1
+import { NgModule } from '@angular/core';
2
+import { IonicPageModule } from 'ionic-angular';
3
+import { MapPage } from './map';
4
+
5
+@NgModule({
6
+  declarations: [
7
+    MapPage,
8
+  ],
9
+  imports: [
10
+    IonicPageModule.forChild(MapPage),
11
+  ],
12
+})
13
+export class MapPageModule {}

+ 11
- 0
heyPotholeUI copy/src/pages/map/map.scss View File

@@ -0,0 +1,11 @@
1
+page-map {
2
+
3
+    .scroll{
4
+        height: 100%;
5
+    }
6
+
7
+    #map {
8
+        width: 100%;
9
+        height: 100%;
10
+    }
11
+}

+ 84
- 0
heyPotholeUI copy/src/pages/map/map.ts View File

@@ -0,0 +1,84 @@
1
+import { Component, ViewChild, ElementRef } from '@angular/core';
2
+import { NavController } from 'ionic-angular/umd';
3
+import { Geolocation } from '@ionic-native/geolocation';
4
+import { GoogleMaps, GoogleMap, LatLng, GoogleMapsEvent, Marker, MarkerOptions } from '@ionic-native/google-maps';
5
+
6
+declare var google;
7
+
8
+
9
+@Component({
10
+  selector: 'page-map',
11
+  templateUrl: 'map.html',
12
+})
13
+export class MapPage {
14
+  @ViewChild('map') mapElement: ElementRef;
15
+  map: any;
16
+  marker: any;
17
+  infoWindow: any;
18
+
19
+  constructor(public navCtrl: NavController, private _geoLoc: Geolocation, private _googleMaps: GoogleMaps) {
20
+  }
21
+
22
+  ionViewDidLoad() {
23
+    this.loadMap();
24
+  }
25
+
26
+  loadMap() {
27
+
28
+    //let locationOptions = {timeout: 30000, enableHighAccuracy: true};
29
+
30
+    this._geoLoc.getCurrentPosition().then((position) => {
31
+
32
+
33
+        let latLng = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);
34
+
35
+
36
+        let mapOptions = {
37
+          center: latLng,
38
+          zoom: 16,
39
+          mapTypeId: google.maps.mapTypeId
40
+        }
41
+        this.map = new google.maps.Map(this.mapElement.nativeElement, mapOptions)
42
+        this.addMarker(latLng);
43
+      }, (err) => {
44
+        console.log(err);
45
+      }
46
+    );
47
+
48
+  }
49
+
50
+
51
+  addMarker(latLng) {
52
+
53
+    this.marker = new google.maps.Marker({
54
+      map: this.map,
55
+      animation: google.maps.Animation.DROP,
56
+      position: latLng,
57
+      draggable: true
58
+    });
59
+
60
+    // marker.addListener('click',this.toggleBounce());
61
+
62
+    this.addInfoWindow();
63
+    this.addMarkerClickListener();
64
+  }
65
+
66
+  addInfoWindow() {
67
+    this.infoWindow = new google.maps.InfoWindow({
68
+      content: this.marker.position.toString()
69
+    });
70
+  }
71
+
72
+  addMarkerClickListener() {
73
+    google.maps.event.addListener(this.marker, 'click', () => {
74
+      this.addInfoWindow();
75
+      this.infoWindow.open(this.map, this.marker);
76
+    });
77
+    google.maps.event.addListener(this.marker, 'dblclick', () => {
78
+      if (this.marker.animation == google.maps.Animation.BOUNCE) {
79
+        this.marker.setAnimation(null)
80
+      }
81
+      this.marker.setAnimation(google.maps.Animation.BOUNCE)
82
+    });
83
+  }
84
+}

+ 6
- 6
heyPotholeUI copy/src/pages/report/report.html View File

@@ -21,21 +21,21 @@
21 21
 
22 22
 <ion-list>
23 23
   <ion-list-header>Location</ion-list-header>
24
-  <ion-item>
24
+  <button ion-item>
25 25
       <ion-icon name="map" item-start color="primary"></ion-icon>
26
-      <ion-label>Input Location</ion-label>
27
-    </ion-item>
28
-    <ion-item>
26
+      <ion-input type="any" placeholder="Input Location"></ion-input>
27
+  </button>
28
+    <button ion-item (click)="goToMapPage()">
29 29
         <ion-icon name="navigate" item-start color="primary"></ion-icon>
30 30
         <ion-label>Current Location</ion-label>
31
-      </ion-item>
31
+    </button>
32 32
 </ion-list>
33 33
 
34 34
 <ion-list>
35 35
   <ion-list-header>Comment</ion-list-header>
36 36
   <ion-item>
37 37
       <ion-icon name="chatboxes" item-start color="primary"></ion-icon>
38
-      <ion-label>Leave a comment</ion-label>
38
+      <ion-input type="any" placeholder="Leave a comment"></ion-input>
39 39
     </ion-item>
40 40
 </ion-list>
41 41
 <button ion-button round>Submit</button>

+ 9
- 2
heyPotholeUI copy/src/pages/report/report.ts View File

@@ -1,5 +1,7 @@
1 1
 import { Component } from '@angular/core';
2 2
 import { NavController } from 'ionic-angular';
3
+import { MapPage } from '../map/map';
4
+import { HttpClient } from '@angular/common/http';
3 5
 
4 6
 @Component({
5 7
   selector: 'page-report',
@@ -7,8 +9,13 @@ import { NavController } from 'ionic-angular';
7 9
 })
8 10
 export class ReportPage {
9 11
 
10
-  constructor(public navCtrl: NavController) {
12
+  mapPage: MapPage;
11 13
 
12
-  }
14
+  // inputs = {inputLocation:'',comment:''};
15
+  constructor(public navCtrl: NavController,public navParams, private http: HttpClient) {
13 16
 
17
+  }
18
+  goToMapPage(){
19
+    this.navCtrl.setRoot(MapPage);
20
+}
14 21
 }

+ 9
- 0
heyPotholeUI copy/www/build/main.css View File

@@ -25677,3 +25677,12 @@ ion-navbar.toolbar {
25677 25677
   min-height: calc(46px + constant(safe-area-inset-bottom));
25678 25678
   min-height: calc(46px + env(safe-area-inset-bottom));
25679 25679
 }
25680
+
25681
+page-map .scroll {
25682
+  height: 100%;
25683
+}
25684
+
25685
+page-map #map {
25686
+  width: 100%;
25687
+  height: 100%;
25688
+}

+ 935
- 50
heyPotholeUI copy/www/build/main.js
File diff suppressed because it is too large
View File


+ 1
- 1
heyPotholeUI copy/www/build/main.js.map
File diff suppressed because it is too large
View File


+ 136995
- 86060
heyPotholeUI copy/www/build/vendor.js
File diff suppressed because it is too large
View File


+ 1
- 1
heyPotholeUI copy/www/build/vendor.js.map
File diff suppressed because it is too large
View File