8.1.16 • Published 4 days ago

@koopjs/output-geoservices v8.1.16

Weekly downloads
139
License
Apache-2.0
Repository
github
Last release
4 days ago

Koop Geoservices Output Plugin

 https://www.npmjs.com/package/@koopjs/output-geoservices coverage

Wraps FeatureServer into a Koop Output plugin.

Usage

const Koop = require('@koopjs/koop-core')
const config = require('config')
const koop = new Koop(config)
const outputGeoservices = require('@koopjs/output-geoservices')
const provider = require('koop-agol') // any koop provider here

// All output plugins must be registered before any providers are registered
koop.register(outputGeoservices)
koop.register(provider)

koop.server.listen(80)

Options

defaults (Object)

The defaults options allows the setting of some FeatureServer metadata properties. The defaults option should be an object with some of the following properties:

{
  defaults: {
    currentVersion, // number (11.2)
    fullVersion, // string ('11.2.0')
    maxRecordCount, // number (500)
    server: {
      serviceDescription, // string ('Default text for serviceDescription')
      description, // string ('Default text for description')
      copyrightText, // string ('Default text for copyright')
      hasStaticData, // boolean (true)
      spatialReference, // object (Esri spatial reference)
      initialExtent, // object (Esri spatial envelope)
      fullExtent, // object (Esri spatial envelope)
    },
    layer: {
      description, // string ('Default text for layer description')
      copyrightText, // string ('Default text for layer copyright')
      extent, // object (Esri spatial envelope)
    },
  }
}

Note that the defaults option only overrides FeatureServer's defaults. Providers that set metadata may override values set by the above defaults properties.

useHttpForTokenUrl (boolean)

The rest/info route generates a property tokenServicesUrl with value for the URL to use when requesting a token. By default the protocol for this URL is https, but if you require it to be http set the value of this option to true.

{
  useHttpForTokenUrl: true
}

logger (Logger)

You can leverage your own custom logger instance, but it must adhere to the Winston logger specification.

{
  logger // some custom Logger instance
}

includeOwningSystemUrl (boolean)

If true, adds owningSystemUrl to the rest/info response. Defaults to false.

Routes

<provider-namespace>/rest/info
<provider-namespace>/rest/generateToken
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer/:layer/:method
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer/layers
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer/:layer
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer
<provider-namespace>/rest/services/<provider-path-params>/FeatureServer*
<provider-namespace>/rest/services/<provider-path-params>/MapServer*
8.1.15

4 days ago

8.1.16

4 days ago

8.1.14

15 days ago

8.1.13

25 days ago

8.1.12

1 month ago

8.1.11

2 months ago

8.1.10

2 months ago

8.1.9

2 months ago

8.1.8

2 months ago

8.1.7

2 months ago

8.1.6

2 months ago

8.1.4

2 months ago

8.1.3

2 months ago

8.1.5

2 months ago

8.1.2

2 months ago

8.1.1

3 months ago

7.1.3

8 months ago

7.1.2

8 months ago

7.1.1

8 months ago

7.1.0

9 months ago

8.1.0

5 months ago

7.0.0

10 months ago

7.1.7

8 months ago

7.1.6

8 months ago

7.1.5

8 months ago

7.1.4

8 months ago

7.1.9

7 months ago

7.1.8

8 months ago

8.0.0

5 months ago

6.0.5

1 year ago

6.0.7

11 months ago

6.0.6

12 months ago

6.0.8

11 months ago

6.0.3

1 year ago

6.0.2

1 year ago

6.0.4

1 year ago

5.2.4

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

3.1.6

1 year ago

5.2.5

1 year ago

5.2.3

1 year ago

5.2.2

1 year ago

5.2.1

1 year ago

5.2.0

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.1.5

2 years ago

3.1.4

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0-beta.1

3 years ago

3.0.0-beta.0

3 years ago

3.0.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.0.4-beta.1

3 years ago

2.0.3-beta.1

3 years ago

2.1.0

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago