[Geomoose-users] v2.9 identify tab will not close

Kevin Grootendorst kgrootendorst at gmail.com
Fri Jan 6 09:02:31 PST 2017


Tim and others,
I solved my problem.
It had to do with my mapbook.xml file.
Using the demo as reference, I added in the following map sources to my
mapbook.xml:

    <map-source name="vector_highlight" type="geojson" status="off">
        <style type="stylemap"><![CDATA[
        {
            "strokeColor" : "#ffff00",
            "strokeOpacity" : 1.0,
            "fillColor" : "#ffff00",
            "fillOpacity" : 0.25
        }
        ]]></style>
        <url></url>
    </map-source>

    <map-source name="highlight" type="mapserver">
        <file/>
        <layer name="highlight" status="off"/>
        <param name="TRANSPARENT" value="TRUE"/>
    </map-source>

This has fixed the problem. My identify tool will now close properly.
In hindsight, I now understand that the firebug error was telling me that I
had a problem with one of my map sources so that it where I should have
looked in the first place. I hope this thread will help others.
Cheers,
Kevin


On Fri, Jan 6, 2017 at 11:10 AM, Tim Hennig <timhbellevue at gmail.com> wrote:

> Hi Kevin,
>
> I am not sure if this relates to your issue, but I am working on testing
> the 2.9 version and hopefully implement it later this month, etc.
>
> I transferred the code configuration changes and add-ons from 2.8.1 to
> 2.9.0 and started getting the same issue pertaining to identifying (and
> other tools) not closing.  Ran the Firebug to figure what was going on and
> had no luck.  So, I started to transfering the code one-by-one and
> discovered (don't know how I discovered it) that the <meta
> http-equiv="X-UA-Compatible" content="IE=EmulateIE9">  was causing the
> issue in the geomoose.html.  I added this awhile back because of IE
> compatibility issue from previous versions of GeoMoose.  Once I removed it
> everything started working...
>
> Hope this helps,
>
>
> Tim Hennig, GIS/IT Manager
> Village of Bellevue  |  2828 Allouez Avenue  |  Bellevue, Wisconsin 54311
>
>
> -----Original Message-----
> From: Geomoose-users [mailto:geomoose-users-bounces at lists.osgeo.org] On
> Behalf Of geomoose-users-request at lists.osgeo.org
> Sent: Thursday, January 05, 2017 2:00 PM
> To: geomoose-users at lists.osgeo.org
> Subject: Geomoose-users Digest, Vol 65, Issue 3
>
> Send Geomoose-users mailing list submissions to
>         geomoose-users at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.osgeo.org/mailman/listinfo/geomoose-users
> or, via email, send a message with subject or body 'help' to
>         geomoose-users-request at lists.osgeo.org
>
> You can reach the person managing the list at
>         geomoose-users-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Geomoose-users digest..."
>
>
> Today's Topics:
>
>    1. v2.9 identify tab will not close (Kevin Grootendorst)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 5 Jan 2017 12:07:34 -0500
> From: Kevin Grootendorst <kgrootendorst at gmail.com>
> To: GeoMOOSE Users List <geomoose-users at lists.osgeo.org>
> Subject: [Geomoose-users] v2.9 identify tab will not close
> Message-ID:
>         <CAOS-Y4nMQWhk_AbE7tOijtYXjGPSTk1Vc1h=fYX-_
> 3QXewvEog at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Dear list,
> I recently upgraded to v2.9.0 from 2.8.1.  I have noticed that the
> identify tool works to display attributes, but will not close when I click
> the 'close' button or the 'x' at the top of the identify tab.
>
> Firebug gives me this error:  TypeError: Application.getMapSource(...) is
> undefined, and references geomoose.js (line 286, col 3).  This section of
> the .js code appears unchanged from v2.8.1, so I don't know why it's
> throwing this error.
> Has anyone else experienced this?
> Thanks,
> Kevin
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.osgeo.org/pipermail/geomoose-users/
> attachments/20170105/e8e563fa/attachment-0001.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users
>
> ------------------------------
>
> End of Geomoose-users Digest, Vol 65, Issue 3
> *********************************************
>
> _______________________________________________
> 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/20170106/b26e4db3/attachment.html>


More information about the Geomoose-users mailing list