Versions Compared

Key

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

...

Code Block
titleSyntax
http://localhost/isharemaps_internal/locate.asmx/GetMapImage?mapsource=Workshop/AllMaps&x=123&y=456&zoom=100width=400&height=300

Parameters


 

Name

Requirement

Description

mapsource

mandatory

A list can be obtained from the GetMapSources method. This needs to be the name of the .xml file (without the .xml extension) not the name of the MapSource in Studio.

x

mandatory

Easting in British National Grid meters

y

mandatory

Northing in British National Grid meters

zoom

mandatory

Zoom in METERS for the map

width

mandatory

Width in pixels of the resultant image

height

mandatory

Height in pixels of the resultant image


Returns

MapSpur Envelope including a map view definition (of the resultant view), the map image byte array, time elapsed on the server to process and also and error message and error code.

...