Hello!!!

I'm starting with MapBuilder 1.0.1.
I'm having some problems with GetFeatureInfo: when I click on the map
nothing happend.
The layer that I'm querying is queryable and I can't figure out what am I
doing wrong.
Thanks.

The config.xml file:
<model>....
<Model id="featureInfoResponse" template="true">
          <namespace>xmlns:gml='http://www.opengis.net/gml' xmlns:wfs='
http://www.opengis.net/wfs' xmlns:topp='http://www.openplans.org/topp'
</namespace>
          <widgets>
            <FeatureInfo id="features">
              <htmlTagId>featureInfo</htmlTagId>
            </FeatureInfo>
          </widgets>
        </Model>

<widgets>
<GetFeatureInfo id="getFeatureInfo">
            <buttonBar>mainButtonBar</buttonBar>
            <targetModel>featureInfoResponse</targetModel>
            <mouseHandler>mainAoi</mouseHandler>
            <class>RadioButton</class>
            <enabledSrc>/images/QueryEnable.png</enabledSrc>
            <disabledSrc>/images/QueryDisable.png</disabledSrc>
            <context>mainMap</context>
        </GetFeatureInfo>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to