Esri / crowdsource-reporter

An ArcGIS Online group application template authored by organization and made available to constituents to report a problem or observation.
http://solutions.arcgis.com/local-government/help/crowdsource-reporter/
Apache License 2.0
25 stars 32 forks source link

BUG-000095120 The Crowdsource Reporter web application does not show labeled features in the main map frame. #180

Closed allisonmuise closed 8 years ago

allisonmuise commented 8 years ago

Devtopia 1157

Steps to Reproduce:

Open the Crowdsource Label Map and notice that the features in the layer are labeled.
Open the Crowdsource Label App application, built from a group that the Crowdsource Label Map was shared with. Notice that the features in the main map frame are not labeled.
Click on "Submit a report" to bring up a smaller map that can be used to create a new location. Notice that the smaller map shows the labels of the features.
allisonmuise commented 8 years ago

@CTLocalGovTeam:

Labels are only displaying for features in the geoform map They should display on the main map as well. Could you take a look and see if this is something quick'n'easy that can be done for this release? If not, I'll push to the following milesstone.

CTLocalGovTeam commented 8 years ago

@allisonmuise The reporter app uses a graphic layer instead of directly adding the feature layer due to implementation of geo-filtering. Graphic layers do not support labeling. The geoform map does not use graphic layer, hence it is able to display the labels. We don't see a quick and easy way to display labels on the main map. We'd have to handle them separately including label placement, conflict detection etc.

allisonmuise commented 8 years ago

Will the un-editable layers support labeling? Trying to think of a work-around for this use case...

CTLocalGovTeam commented 8 years ago

@allisonmuise,

The un-editable layers will support labeling in the main map as well as geoform map. They are not altered in any way.

We assume that we still want to hide labels of 'editable' layer in the geoform map, correct?

allisonmuise commented 8 years ago

yes, please

allisonmuise commented 8 years ago

@CTLocalGovTeam The following app contains one map with 3 layers:

Labels are only showing for the HealthAndSafetyReports (cow icon) layer int he Reporter app, even though they are showing for both uneditable layers in the web map.

http://localgovtestdev.mapsdevext.arcgis.com/apps/CrowdsourceReporter/index.html?appid=60da44805bb84440a4009c45694d2fec

CTLocalGovTeam commented 8 years ago

@allisonmuise We are not able to access the above link.

image

CTLocalGovTeam commented 8 years ago

@allisonmuise We are still not able to access this map. Can you please update the permissions.

allisonmuise commented 8 years ago

@CTLocalGovTeam Sorry for the delay, I have been out of the office.

Here is a new app: http://localgovtestdev.mapsdevext.arcgis.com/apps/CrowdsourceReporter/index.html?appid=3f58be292b224af78cbc14c22f6a5306

You should be able to access it as a guest. Now I am seeing labels for both non-editable layers in the main map, and no labels in the geoform map.

allisonmuise commented 8 years ago

actually - the non-editable layers aren't displaying at all in the geoform map, which is a duplicate of #189 so closing this issue