Creating a map Request
|
19
&SELECT="Sample_World.mwf"/"X Layer",0032,
"Sample_World.mwf"/"Z Layer",0004
Highlighting a Selected Map Feature
Use the following procedure to highlight a selected map feature.
To highlight a selected map feature
1
Get the feature ID of the object at the user-selected point.
The source code in the ColdFusion sample application file
featureInfo.cfm
shows you how to get the feature ID.
2
Retrieve the feature ID from the XML stream.
To see an example of how to retrieve the feature ID from the XML stream
see the
featureInfo.cfm
page of the ColdFusion sample application. This
application parses the
featureInfo.cfm
page in the feature_info frame, sends
a feature_info request to Autodesk MapGuide LiteView, and captures the
XML.
3
Create a map request by using the ID with the SELECT parameter to high-
light the feature, and then send the request. To see an example of how to
create a map request, see the ColdFusion sample application’s
map.cfm
page.
For more information about using the SELECT parameter, see “Under-
standing the Select And Identify Implementation,” on page 75.
SRS Parameter
If the SRS parameter appears in the map request, Autodesk MapGuide Lite-
View interprets coordinates as latitude/longitude. If SRS is absent, Autodesk
MapGuide LiteView interprets the BBOX and SYMBOLS parameters as coor-
dinates of the Map Coordinate System (MCS). If SRS is specified, set it to
ADSK:LL84 (the only SRS value supported in this release).
PPIY Parameter
Either the map request or the
config.ini
file specifies the PPIY value, which
dynamically changes the display resolution of the client browser when
Autodesk MapGuide LiteView responds to a map request. To determine the
Содержание 15606-011408-9330 - MAPGUIDE R6.3 SITE LIC-UPG R6
Страница 1: ...April 2004 Autodesk MapGuide LiteView Developer s Guide ...
Страница 12: ...8 Chapter 1 Introduction ...
Страница 38: ...34 Chapter 2 Understanding Requests ...
Страница 90: ...86 Chapter 4 Configuring and Using the Sample Applications ...