/
GetAllMyHouseContent
GetAllMyHouseContent
This method is available to developers from the Locate.asmx Web Service and returns MyHouse data . This is returned in xml format and contains spatial data for the named layer group and also any non-spatial data.
Example Call
e.g
http://localhost/isharemaps_internal/locate.asmx/GetAllMyHouseContent?mapsource=mapsources/myhouse&groups=MyLayerGroup&x=520485&y=160728 |
Parameters
Name | Requirement | Description |
---|---|---|
mapsource | mandatory | A list can be obtained from the GetMyHouseMapSources method. This needs to be the name of the .xml file (without the .xml extension) not the name of the MapSource in Studio. |
groups | mandatory | The layergroup(s) for which we wish to obtain spatial data |
x | mandatory | Easting in British National Grid meters |
y | mandatory | Northing in British National Grid meters |
Returns
MapSpur Envelope for the specified groups, plus the other non spatial layers for mapsource.
Errors
Raises error – Mapsource file not found
, multiple selections available,
Related content
My Maps
My Maps
Read with this
GetDSPropertyContent
GetDSPropertyContent
More like this
Developer Reference
Developer Reference
Read with this
GetMapImage
GetMapImage
More like this
Complete Data Source LocalInfo Request
Complete Data Source LocalInfo Request
Read with this
GetFeaturesAtPoint
GetFeaturesAtPoint
More like this