arcgis-parser
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -5,2 +5,3 @@ # Changelog | ||
- Support multiple projections for world thumbnail | ||
- Add World thumbnail based on BBox | ||
@@ -7,0 +8,0 @@ - Support ESRI Image Service |
@@ -162,2 +162,3 @@ 'use strict'; | ||
maxzoom = maxzoom || 18; | ||
bbox = bbox || [-180, -85, 180, 85]; | ||
return { | ||
@@ -164,0 +165,0 @@ title: title, |
{ | ||
"name": "arcgis-parser", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Parser for ArcGIS REST Services to human friendly JSON.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -68,2 +68,3 @@ import { metersToLngLat } from 'global-mercator' | ||
maxzoom = maxzoom || 18 | ||
bbox = bbox || [-180, -85, 180, 85] | ||
return { | ||
@@ -70,0 +71,0 @@ title: title, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18917
554