|
POST
|
My portal is enabled with single sign on , I am using a web app builder(developer edition) to create an application . Do I need configure something in my WAB application to access portal content ? . If so what changes I need to include and where ?
... View more
06-29-2020
11:52 PM
|
0
|
1
|
1862
|
|
POST
|
The issue resolved . I converted into GraphicLayer , now the print widget is working as expected . Thanks for your response on this
... View more
05-23-2019
09:54 PM
|
0
|
0
|
1154
|
|
POST
|
Hi, I have print widget (out-of-box) in my application. When I click print button its working for BaseMap and operational layer (published as a mapservice) and its exported as PDF format. The Issue is its not printing the custom featurelayer (dynamic feature layer). The layer created dynamically using the user uploaded CSV file. Will the default print widget supports custom feature layer ? Any alternate solution for this issue. #
... View more
04-08-2019
04:33 AM
|
0
|
2
|
1694
|
|
POST
|
I cross verified the mxd file 1.All layers are turned on. 2. Datasources are valid 3.We have only one type of data(Vector) We will wait for your response.
... View more
04-11-2018
11:33 PM
|
0
|
0
|
1468
|
|
POST
|
Robert, My basemap is cached service, and its working from the print widget but not from custom print code. Whereas if I keep my basemap other than cached service (i.e. non-cached service), I can see the base map from custom print code.
... View more
04-06-2018
07:44 AM
|
0
|
3
|
1468
|
|
POST
|
Robert, There is a requirement to show multiple labels below each other as shown in first image. How can I achieve it without using custom symbols? I am creating dynamic feature layer with labels using below code snippet - var featureLayerOptions = { mode: FeatureLayer.MODE_SNAPSHOT, outFields: ["*"], infoTemplate: infoTemplate, id: dynamicLayerID }; this.dynamicFL = new FeatureLayer(hsFeatureCollection, featureLayerOptions); var statesColor = new Color("#060606"); // create a text symbol to define the style of labels var statesLabel = new TextSymbol().setColor(statesColor); statesLabel.font.setSize("9pt"); statesLabel.font.setFamily("arial"); json = { "labelExpressionInfo": { "value": "{" + this.firstValueName +"}\n({" +this.secValueName+"})" }; var labelClass = new LabelClass(json); labelClass.symbol = statesLabel; // symbol also can be set in LabelClass' json this.dynamicFL.setLabelingInfo([labelClass]); this.map.addLayer(this.dynamicFL); Kindly suggest.
... View more
04-06-2018
07:31 AM
|
0
|
1
|
1838
|
|
POST
|
Robert, I am using ArcGIS Server 10.5.1 . The first image is not the print image, its the WAB app page. Where I am creating a dynamic feature layer on the fly with labels. For labels, I am using "MultiLineTextSymbol.js" from https://github.com/suytt/esri.symbol.MultiLineTextSymbol to show the multiple labels below each other. When I click print button, it seems, labels are not respecting the map scale, also with labels </br> is coming.
... View more
04-06-2018
06:54 AM
|
0
|
3
|
1838
|
|
POST
|
I have created dynamic feature layer and displaying in web application , the labels looks fine . When I click on custom print the labels are coming improper. The below image green area is dynamic feature layer added in BaseMap. Labels are showing very neatly and looks good . When I click on custom Print tool the labels are not coming properly
... View more
04-06-2018
12:17 AM
|
0
|
5
|
1955
|
|
POST
|
Basemap and dynamically created layer (output of some process) . I want to print both but only dynamically created layer is appearing in print , base map coming as blank.
... View more
04-06-2018
12:11 AM
|
0
|
5
|
1468
|
|
POST
|
I changed to alwaysUseProxy as false , even though I am getting empty base map in print. No proxy errors in console.Due to some restriction I can not publish the app in public.
... View more
04-05-2018
02:02 AM
|
0
|
7
|
2591
|
|
POST
|
Robert, So far I am using map service as BaseMap and I am able see the print output for smaller area . If I use the actual basemap (which I created ) , the print output is coming as blank.
... View more
04-04-2018
02:37 AM
|
0
|
10
|
2591
|
|
POST
|
Same error I am getting, if i use server name also.
... View more
04-03-2018
11:57 PM
|
0
|
0
|
2591
|
|
POST
|
Now I have hosted the application in IIS, getting different error now. For smaller area( number of polygon geometry may be 5 or 10) the print works fine . For larger area (more number of polygon geometry) print is not working . Proxy used in config.json file is Getting an error like this For smaller area the code works fine , for larger area the issue is there .
... View more
04-03-2018
03:59 AM
|
0
|
13
|
2591
|
|
POST
|
I am running the application from web app builder that is the reason it is using 3344 , I will host the application in IIS and will let you know the output.
... View more
04-01-2018
10:19 PM
|
0
|
0
|
2591
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-30-2016 12:41 AM |
| Online Status |
Offline
|
| Date Last Visited |
08-29-2025
06:43 AM
|