GET RestService/GetLayerHtmlInfo?LayerName={LayerName}&shpindex={shpindex}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LayerName | string |
Required |
|
shpindex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HtmlInfoName | Description | Type | Additional 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});