Esri / information-lookup

Web app template that is used to determine if the location specified intersects a polygon
Apache License 2.0
6 stars 25 forks source link

Update config panel to use the new multilayer picker #14

Closed MikeMillerGIS closed 9 years ago

MikeMillerGIS commented 10 years ago

Example Structure
{
"type":"multilayerandfieldselector", "fieldOptions":{ "supportedTypes": [ "esriFieldTypeString" ] }, "layerOptions":{
"supportedTypes":[
“FeatureLayer” ], "geometryTypes": ["esriGeometryPoint", "esriGeometryLine"], }, "fieldName":"searchLayer", "label":"Select search layer" },

MikeMillerGIS commented 9 years ago

implemented