[Geomoose-users] GeoMoose 3 - Select

Dan Little theduckylittle at gmail.com
Sun Jan 26 13:24:19 PST 2020


This should be settable in app.js:

    app.registerService('my-other-select', SelectService, {
        // remove the layer select
        inputs: [{
            type: 'hidden',
            name: 'layer',
            default: 'source/layer'
         }]
    });

This change removes the Select input and makes it a fixed field. You can
also specify that as a select with a fixed list of layers.

On Fri, Jan 10, 2020 at 3:35 PM Christopher Hughes <chughes at co.lincoln.or.us>
wrote:

> For geomoose 3, is there a way to specify which layers you can select
> rather than just setting
> the default layer and being able to select all layers you've set to be
> selectable? I'd like to create
> a select tool for each of the layers I want to select (like you can for
> searches), but if I do that now
> you'd still be able to switch to a different layer in the tool. Relatedly,
> is there a way to remove the
> 'Select from' dropdown box so it just uses the default layer you set in
> the service?
>
> Thanks,
>
> Chris
>
> --
> Chris Hughes
>
> GIS Analyst
> Lincoln County Surveyor Department
> 880 NE 7th St. l Newport, OR 97365
> Tel: (541) 574 1283
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geomoose-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20200126/a8161e06/attachment.html>


More information about the Geomoose-users mailing list