esri-to-geojson
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.0.4] - 2017-12-27 | ||
### Fixed | ||
* use nifty new @esri npm [namespace](https://www.npmjs.com/orgs/esri/) for `arcgis-to-geojson-utils` dependency. | ||
## [1.0.3] - 2017-03-28 | ||
@@ -24,2 +28,3 @@ ### Fixed | ||
[1.0.4]: https://github.com/GeoXForm/esri-to-geojson/compare/v1.0.4...v1.0.3 | ||
[1.0.2]: https://github.com/koopjs/esri-to-geojson/releases/tag/v1.0.2 |
'use strict'; | ||
var arcgisToGeoJSON = require('arcgis-to-geojson-utils').arcgisToGeoJSON; | ||
var arcgisToGeoJSON = require('@esri/arcgis-to-geojson-utils').arcgisToGeoJSON; | ||
var _ = require('lodash'); | ||
@@ -5,0 +5,0 @@ var toGeoJSON = {}; |
{ | ||
"name": "esri-to-geojson", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Convert Esri JSON/CSV to GeoJSON", | ||
@@ -31,3 +31,3 @@ "bugs": { | ||
"dependencies": { | ||
"arcgis-to-geojson-utils": "^1.0.1", | ||
"@esri/arcgis-to-geojson-utils": "^1.0.4", | ||
"csv": "^0.4.6", | ||
@@ -34,0 +34,0 @@ "lodash": "^4.3.0" |
[![Build Status](https://travis-ci.org/GeoXForm/esri-to-geojson.svg?branch=master)](https://travis-ci.org/GeoXForm/esri-to-geojson) | ||
# esri-to-geojson | ||
*Converts Esri JSON and CSV to GeoJSON format* | ||
Outside of solely translating geometry this project does make changes to | ||
fields. | ||
Besides translating geometries this project **make changes** to | ||
actual field values. | ||
* decoding domains | ||
@@ -8,0 +11,0 @@ * creating x & y fields from CSVs |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22219
97
7
+ Added@esri/arcgis-to-geojson-utils@1.3.0(transitive)
- Removedarcgis-to-geojson-utils@^1.0.1
- Removedarcgis-to-geojson-utils@1.0.3(transitive)