jasongy / geoservices-js

Geoservices for Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geoservices-js

Build Status

Node.js bindings for Geoservices.

This module exposes both authenticated and non-authenticated aspects of Geoservices such as ArcGIS Online.

Non-authenticated Services

  • Geocoding
  • Reverse Geocoding
  • Addresses
  • Feature Services

Authenticated Services

  • Bulk Geocoding

Usage

Installing

$ npm install geoservices

Basic Usage

var Geoservices = require('geoservices');

var client = new Geoservices();

Building

Geoservices uses grunt for its build system. To install:

$ sudo npm install -g grunt-cli

To build and run tests, simply run:

$ grunt

Testing

Testing can also occur stand-alone:

$ npm test

Further documentation

  • Feature Services are the primary way of accessing vector features from Esri services, and are very deep in terms on functionality.
  • Geocoding documents how to do simple geocoding, reverse geocoding and batch geocoding.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

This is an open library for communicating with any service that implements the Geoservices specification. The default endpoint for Geocoding is ArcGIS Online. Please see Terms of Use for licensing and usage details.

See Also

  • gecoder-arcgis provides a client for just the Geocoding APIs with a promise-based design.

[](Esri Tags: GeoServices Node.js Node) [](Esri Language: JavaScript)

About

Geoservices for Javascript

License:Other


Languages

Language:JavaScript 100.0%