Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This method is available to developers from the Locate.asmx Web Service and returns a list of Features at the supplied co-ordinates. All searchable layers are searched.

Syntax
http://localhost/isharemaps_internal/locate.asmx/GetFeaturesAtPoint?mapsource=Workshop/AllMaps&x=123&y=456

Parameters

 

Name

Requirement

Description

mapsource

mandatory

A list can be obtained from the GetMapSources method

x

mandatory

Easting coordinate in British National Grid

y

mandatory

Northing coordinate in British National Grid

Returns

MapSpur Envelope including a Results dataset of features in individual tables.  This dataset must be transversed and ‘assessed’ be the calling application as it is build from the data that it finds.

Errors

Raises error – Invalid Map Source

  • No labels