Contents - Index


ESRI Arcweb Services Map Images

The URLs to display ESRI Arcweb Map images are part of the menu.cfg common  menus.  Example:

GlobeXplorer.PremiumImageryMedium.US=URL='http://arcweb.esri.com/sc/viewer/ViewerController?&MINX=#rx#&MINY=#by#&MAXX=#lx#&MAXY=#ty#&WIDTH=490&HEIGHT=340&DS=GlobeXplorer.PremiumImageryMedium.US&startup=true',IfPointIn='states(state_abbr<>'')',

The URL calls Arcweb Services to build an image, which is then Geo-referenced with a World File (.jgw).

The Images are included on a Yourmap theme by using a map1.imagelayer command.  Example which will display a GlobeXplorer Aerial photo when scale is less than or equal to  1:12000:

map1.imagelayer=##dir##/cache/thumbs/GXPIC.jpg,3,maxscale=12000,minscale=0,

By adding a POST=  parm to the map1.imagelayer, a different map image can be displayed.  The example will display a CBI.Relief.US image instead of the default GDT.Streets.US image.  The POST= data must be the same as a valid ESRI Arcweb common menu title.  (see the items in menu.cfg listed under + Maps - ESRI Arcweb Services)

map1.imagelayer=##dir##/cache/thumbs/GDPIC.jpg,3,maxscale=2500000,minscale=0,POST='NGELEV'




Yourmap includes 6 sets of PIC jpg/jgw files in the cache/thumbs directory.  They are:

GXPIC - Defaults to use GlobeXplorer.PremiumImageryMedium.US
GDPIC - AND.Streets.World  - World street maps
NGPICNGTOPOSmall - National Geographic Topo
DEMPIC - NGELEV  - National Geographic Black and White Elevation

These 2 cannot be combined with the POST= parm.  

TSPICTerraServer Topo Map.  Less accurate than NGPIC because it is georeferenced from UTM coordinates
LSPICLandsat



<