Esri / bayview

Help residents explore their local community & government
http://gis.baycountyfl.gov/bayview/
Apache License 2.0
3 stars 3 forks source link

Extract data widget uses layer ID not layer name #27

Open clm42 opened 7 years ago

clm42 commented 7 years ago

The extract widget pulls data using an Extract Data Task GP service but sends the layer ID instead of the layer name as an input. Extract Data Task is looking for the name to be the same as it is in the map used to publish the GP service. Could we use the layer title property from MapConfig instead of the id property?

jgravois commented 7 years ago

hello @clm42!

sounds like a reasonable change to me! are you already familiar enough with the relevant code to take a stab at a patch?