GET RestService/GetLayerHtmlInfo?LayerName={LayerName}&shpindex={shpindex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LayerName

string

Required

shpindex

integer

Required

Body Parameters

None.

Response Information

Resource Description

HtmlInfo
NameDescriptionTypeAdditional information
Info

string

None.

Width

integer

None.

Height

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Info": "sample string 1",
  "Width": 2,
  "Height": 3
}

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Info":"sample string 1","Width":2,"Height":3});