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

BUG? - LayerControl doesn´t show all simbology #979

Open
1 of 5 tasks
adrianrb opened this issue Mar 18, 2021 · 0 comments
Open
1 of 5 tasks

BUG? - LayerControl doesn´t show all simbology #979

adrianrb opened this issue Mar 18, 2021 · 0 comments

Comments

@adrianrb
Copy link

adrianrb commented Mar 18, 2021

How often can you reproduce it?

  • Always
  • Sometimes
  • Rarely
  • Unable
  • I didn’t try

Description:

Simbology created as "All other values" in arcmap doesn´t shows (see PDF attached).
CMV - BUGs 'Outro - Não Informado'.pdf

Steps to reproduce:

Not possible, just added feature widget in viewer.js - nothing special (bellow).
No error in browser debug (F12).

        operationalLayers: [
            // ######## Camadas para edição (FeatureServer) ########
        	{
            type: 'feature',
            url: util.Config.url_arcgis + '/GSV_DSV/FeatureServer/0',
            title: 'Caixa de emenda',
            options: {
                id: 'caixa_emenda',
                opacity: 1.0,
                visible: true,
                outFields: ['*'],
                mode: 1 // FeatureLayer.MODE_ONDEMAND (deve ser ser este valor)
            },
            editorLayerInfos: {
                disableGeometryUpdate: false
            },
            legendLayerInfos: {
                
            },
            identifyLayerInfos: {
                
            },
            layerControlLayerInfos: {
                
            }
        },
        {
            type: 'feature',
            url: util.Config.url_arcgis + '/GSV_DSV/FeatureServer/1',
            title: 'Lance de cabo',
            options: {
                id: 'lance_cabo',
                opacity: 1.0,
                visible: true,
                outFields: ['*'],
                mode: 1 // FeatureLayer.MODE_ONDEMAND (deve ser ser este valor)
            },
            editorLayerInfos: {
                disableGeometryUpdate: false
            },
            legendLayerInfos: {
                
            },
            identifyLayerInfos: {
                
            },
            layerControlLayerInfos: {
                
            }
        },
        ...

Expected results:

Same as Arcmap and Arcgis Online (see PDF).

Actual results:

See PDF.

Environment:

Software Version
CMV Version not found (downloaded from github ~ 12/15/2020)
Browser Chrome
Operating system Windows 10 Pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant