[Geomoose-users] Identify not working for non-MapServer WMS

TC Haddad tchaddad at gmail.com
Thu Sep 25 09:48:49 PDT 2014


Hi Paul,

Here are some things to check

Tanya

In your MAP file:

- do you have requests enabled at the WEB METADATA level? e.g.:

    WEB
        METADATA
            'ows_title' 'Taxlot Maps'
            'ows_srs' ' EPSG:4326  EPSG:3857'
            'ows_enable_request' '*'
            'ows_onlineresource' 'http://www.yourwebsitecouldgohere.info'
        END
    END

- do you have a template defined for the info tool results at the LAYER
level? e.g.:

LAYER
...
        METADATA
            'identify_record' 'templates/identify_parcels.html'
        END
END

In your Template:

- do you have relevant fields from your layer specified in [..] so that you
get meaningful results returned? e.g.:

<!--------- Mapserver template ---------->
<table>
<tr>
<td align="right"><b>Owner Name:</b></td>
<td>[OWNER]</td>
</tr>
<tr>
<td align="right"><b>Situs Address:</b></td>
<td>[SITUS]</td>
</tr>
</table>


On Thu, Sep 25, 2014 at 9:31 AM, Paul Wickman <paul at flatrockgeo.com> wrote:

> Hello,
>
> I have some GeoServer WMS layers setup in GM v2.6.  Displays fine but am
> not getting any results back from the Identify tool.  Looking at the
> Javascript log I see it dispatch a call to the identify.php service but
> nothing comes back (I have not yet poked around identify.php).
>
> Here is the <map-source> definition from the mapbook.xml
>
>         <map-source name="land_ownership" type="wms" opacity="0.4"
> tiled="true" queryable="true">
>                 <url>http://192.235.78.145/geoserver/arizona/ows</url>
>                 <layer name="land_ownership" />
>                 <param name="STYLES" value="land_ownership" />
>                 <param name="FORMAT" value="image/png"/>
>                 <param name="TRANSPARENT" value="TRUE"/>
>         </map-source>
>
>
> And here is the URL were you can see it in action (or rather, inaction).
>
> http://192.235.78.145/geomoose/geomoose.html
>
>
> Thanks for any advice.
>
>
> --
> Paul Wickman
> CTO | Flat Rock Geographics
> 612.280.5850 | paul at flatrockgeo.com
> www.flatrockgeo.com | twitter.com/flatrockgeo
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20140925/a661b48b/attachment.html>


More information about the Geomoose-users mailing list