@types/terraformer__arcgis
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -11,2 +11,2 @@ // Type definitions for @terraformer/arcgis 2.0 | ||
export function arcgisToGeoJSON(arcgis: ArcGIS.Geometry, idAttribute?: string): GeoJSON.GeometryObject; | ||
export function geojsonToArcGIS(geojson: GeoJSON.GeometryObject, idAttribute?: string): ArcGIS.Geometry; | ||
export function geojsonToArcGIS(geojson: GeoJSON.GeoJSON, idAttribute?: string): ArcGIS.Geometry; |
{ | ||
"name": "@types/terraformer__arcgis", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for @terraformer/arcgis", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "3b69345e9ee9938c938068378f77c0b23f530f1fb94048c2109b7488a22f5eaa", | ||
"typesPublisherContentHash": "e9921f66a1e20dd830b8aa80e95c45b1ddb356cc8fe541eb819d185ea9e9be99", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 25 Sep 2020 23:56:37 GMT | ||
* Last updated: Thu, 05 Nov 2020 08:35:12 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/arcgis-rest-api](https://npmjs.com/package/@types/arcgis-rest-api) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3413