We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How often can you reproduce it?
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How often can you reproduce it?
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).
Expected results:
Same as Arcmap and Arcgis Online (see PDF).
Actual results:
See PDF.
Environment:
The text was updated successfully, but these errors were encountered: