mapping-component-package-jp 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2385,11 +2385,11 @@ export class MapOverlayManager {
|
|
|
2385
2385
|
|
|
2386
2386
|
_this.NDVI_AddOverlay_DEA = function (locationJson, ndviTileURL, validGMTiles, eosLocationCropperRefId, eosViewId, spinnerURL, spinnerLat, spinnerLon, paletteId, colorMapTypeIdValue, isFullView, onComplete) {
|
|
2387
2387
|
|
|
2388
|
-
console.log('_this.NDVI_AddOverlay_DEA');
|
|
2389
|
-
console.log(locationJson);
|
|
2390
|
-
console.log('zoom at entry: '+map.getZoom());
|
|
2388
|
+
//console.log('_this.NDVI_AddOverlay_DEA');
|
|
2389
|
+
//console.log(locationJson);
|
|
2390
|
+
//console.log('zoom at entry: '+map.getZoom());
|
|
2391
2391
|
|
|
2392
|
-
var locationParsed =
|
|
2392
|
+
var locationParsed = locationJson;
|
|
2393
2393
|
var location = locationParsed[0];
|
|
2394
2394
|
var centerLat, centerLng;
|
|
2395
2395
|
var polyBounds = new google.maps.LatLngBounds();
|