Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Required

Description

id

string

yes

Unique identifier

service

string

yes

The name of the map service to use

host

string

no

The hostname of the ArcIMS server, defaults to localhost

port

integer

no

The port that ArcIMS is listening on, defaults to 80

alias

string

no

The start portion of the connection url, defaults to /servlet/com.esri.esrimap.Esrimap?client=weave

custom

string

no

Any custom parameter that should be added to the url

format

string

no

Informs the Weave server what format the map service has been created

username

string

no

The username, if required

password

string

no

The password, if required

crs

string

no

Override, or set, the CRS used for this mapengine. Use this if the service doesn't have FILTERCOORDSYS and FEATURECOORDSYS set, it's not required if they're set correctly

altservice

string

no

The name of the alternative map service to use of any of altlayers are visible

altlayers

string

no

A comma separated list of layer ids that if visible will result in altservice being used to generate the map rather than service

altformat

string

no

The format of the alternate map service

dpi

integer

no

Tell the server if the ArcIMS DPI value has been changed from the default

...