Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esri-to-geojson

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esri-to-geojson - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

CHANGELOG.md

@@ -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

2

index.js
'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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc