Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets remain gray after they are closed #2

Closed
MichelleJean28 opened this issue Mar 10, 2017 · 3 comments
Closed

Widgets remain gray after they are closed #2

MichelleJean28 opened this issue Mar 10, 2017 · 3 comments
Labels

Comments

@MichelleJean28
Copy link

MichelleJean28 commented Mar 10, 2017

Hi @tmcgee ,

A few questions here, hope not too many.

  1. The buttons in the menu remain active after closing the menu bar. Is this the default setting?

menu_widgets

  1. I am trying to load a feature layer (a polygon) but it is not showing up in the layers list. Am I doing something wrong here with my code?
        operationalLayers: [{
            type: 'tiled',
            url: 'https://tiles.arcgis.com/tiles/oO7KYsE1NxneFsw3/arcgis/rest/services/ndvi/MapServer',
            title: 'ndvi1',
        },  {
            type: 'tiled',
            url: 'https://tiles.arcgis.com/tiles/oO7KYsE1NxneFsw3/arcgis/rest/services/ndvi/MapServer',
            title: 'ndvi2',
        },{
            type: 'feature',
            url: 'https://services3.arcgis.com/oO7KYsE1NxneFsw3/arcgis/rest/services/polygon/FeatureServer',
            title: 'polygon',
            options: {
                id: 'polygon',
                opacity: 1.0,
                visible: true,
                outFields: ['*'],
                mode: 2
            }
        }]

Thank you,
Michelle.

@green3g
Copy link
Member

green3g commented Mar 19, 2017

@MichelleJean28
1: That happens to me too. Looks like a bug.
2: Features layers need the id at the end (in this case, 0): https://services3.arcgis.com/oO7KYsE1NxneFsw3/ArcGIS/rest/services/polygon/FeatureServer/0

@MichelleJean28
Copy link
Author

Hi @roemhildtg ,

  1. It does seem to be a bug
  2. Got it, thanks :)

@green3g green3g changed the title Issues Widgets remain gray after they are closed Mar 24, 2017
@green3g green3g added the bug label Mar 24, 2017
@tmcgee
Copy link
Member

tmcgee commented Feb 28, 2018

I believe this was fixed long ago - in either calcite maps or cmv-calcite-maps or both. Closing this issue. Can be re-opened if it is not resolved.

@tmcgee tmcgee closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants