[Geomoose-users] select drop downs in a search
Brent Fraser
bfraser at GeoAnalytic.com
Thu Jun 4 10:06:48 PDT 2020
The good news is that the code already exits in GM (the bad news is that
I've got another documentation task!):
app.registerService('search', SearchService, { fields: [
{type: 'select', label: 'Parcel ZIP', name: 'ZIP', default: 0,
options: [ {label:'No ZIP',value:''},
{label:'55010',value:'55010'},
{label:'55024',value:'55024'},
{label:'55031',value:'55031'},
{label:'55044',value:'55044'},
{label:'55057',value:'55057'},
{label:'55065',value:'55065'},
{label:'55088',value:'55088'},
{label:'55999',value:'55999'} ] },
{type: 'text', label: 'Owner Name', name: 'OWNER_NAME'},
{type: 'text', label: 'Owner Street/Address', name: 'OWN_ADD_L1'},
{type: 'text', label: 'Owner City/State/ZIP', name:
'OWN_ADD_L3'} ],
-------- Original Message --------
> From: "Brent Fraser" <bfraser at GeoAnalytic.com>
> Sent: June 4, 2020 8:31 AM
> To: "GeoMoose Users" <geomoose-users at lists.osgeo.org>, "Basques, Bob
(CI-StPaul)" <bob.basques at ci.stpaul.mn.us>
> Subject: Re: [Geomoose-users] select drop downs in a search
>
> Nope. I'm trying to extend the the demo's Search -> Parcels to add an
HTML select (AKA choice, combobox) on the ZIP field.
More information about the Geomoose-users
mailing list