|
POST
|
Hi SailiTang1 It is the TextSymbol added on GarphicsLayer of the map this.textGraphic = new Graphic({ id: "textGraphic", geometry: geometry, symbol: { type: "text", // autocasts as new TextSymbol() color: "black", font: { // autocast as new Font() size: 12, family: "sans-serif" }, text: "demo text" } });
... View more
09-25-2021
03:31 AM
|
0
|
0
|
2935
|
|
POST
|
I'm using ArcGIS Javascript API 4.15 for a web application, I have a TextSymbol added on the map, when I try to print the map using PrintTask, it is not printing the text in the proper format. the above image is of the map with textsymbol, and the print version is this. it prints all the text in a single line. here's my code: var template = new this.esri.PrintTemplate() template.exportOptions = { width: screen.availWidth, height: screen.availHeight, dpi: 96 //dots per inch }; template.format = "pdf" template.layout ="A4Landscape" var printParameters = new this.esri.PrintParameters(); printParameters.view = this.mapView; printParameters.template = template; var printTask = new this.esri.PrintTask({ url: this.printUrl }); printTask.execute(printParameters)
... View more
09-24-2021
05:27 AM
|
0
|
7
|
2960
|
|
POST
|
Thanks @dotMorten_esri , we had been using ArcGISMapImageLayer to load feature layers for a long time now, since the start of the 100.0 version, its weird how it was working in the first place.
... View more
03-08-2021
05:23 AM
|
0
|
1
|
2782
|
|
POST
|
Was your MapImageLayer working correctly with 100.5? Yes it works, without any issues, for both feature server and map server, have tried with the same sample links mentioned above.
... View more
03-08-2021
05:14 AM
|
0
|
0
|
2958
|
|
POST
|
Hi, I am using the Xamarin Android Runtime Package 100.7, While trying to load a feature service using the following code below, I get the exception saying "Invalid Response : This service does not support map capability" ArcGISMapImageLayer imageLayer = new ArcGISMapImageLayer(serviceUri); imageLayer.LoadAsync(); Have use the same bit of code to load service urls, for quite a while now. But right now only "mapserver" urls are loaded, the feature service wouldn't work (these are public). However if I downgrade to the older Esri version say 100.5, Both mapserver and featureserver urls load just fine. Has anything changed in the way we load a feature server ?? Because I can confirm this is also happening on the iOS Xamarin Runtime package as well.
... View more
03-03-2021
08:15 PM
|
0
|
3
|
3063
|
|
POST
|
Hi, I am using the Xamarin Android Runtime Package 100.7, While trying to load a feature service using the following code below, I get the exception saying "Invalid Response : This service does not support map capability" ArcGISMapImageLayer imageLayer = new ArcGISMapImageLayer(serviceUri); imageLayer.LoadAsync(); Have use the same bit of code to load service urls, for quite a while now. But right now only "mapserver" urls are getting loaded, the feature service(s) dont work (these are public). However if I downgrade to the older Esri version say 100.5, Both mapserver and featureserver urls load just fine. Has anything changed in the way we load a feature server ?? Because I can confirm this is also happening on the iOS Xamarin Runtime package as well.
... View more
03-03-2021
06:31 AM
|
0
|
4
|
2896
|
|
POST
|
Hi, I am using ArcGIS Javascript API version 4.15 for my desktop web application, and want to draw/edit text symbol on map click. Have seen an example in sample Editing Tools. if you see the sample link, the text is editable and a color popup appears on click of text. trying to replicate the same feature in the 4.15 version, but no luck.
... View more
10-19-2020
05:54 AM
|
0
|
1
|
1638
|
|
POST
|
Hi, I am using ArcGIS Javascript API version 3.31 for my desktop web application, we have a Feature Service layer of type esriGeometryPolyline. The issue is that the arrow symbol from the layer, do not render properly when the layer is added to the map, instead thick lines display on the map. The image below displays the rendering of the layer having an arrow symbol on the map. (Fig1: NotWorkingLayer.png) however, we have another feature service layer, having an arrow symbol, which works perfectly fine with the map. (Fig2: WorkingLayer.png) code to add feature layer on map: var serviceUrl='URL to the service' var featureLayer = new this.esri.FeatureLayer(serviceUrl, { url: serviceUrl mode: this.esri.FeatureLayer.MODE_SNAPSHOT, outFields: ["*"] }); map.addLayers([featureLayer ]); Please find attached the layer samples. Thanks.
... View more
03-03-2020
08:58 PM
|
0
|
2
|
1705
|
|
POST
|
Hi, I am using the latest version of xamarin sdk for esri i.e. 100.5.0, I have a Feature Layer that has MinScale and MaxScale set to 0. Visibility set to “true” and is of type esriGeometryPolygon. On completion of first load, this layer is drawn successfully on the map but it is incomplete. On zooming to a certain level however over the incomplete area, the layer start showing up, although there is no zoom level set. This behaviour only persists when executed using the xamarin sdk on both android and iOS Applications, The same Layer However, is drawn completely (on first load ) on our Hosted site that use ArcGIS Javascript api. Layer data and Screen shots attached below from both sources. Thanks
... View more
08-26-2019
12:59 AM
|
0
|
1
|
1325
|
|
POST
|
Hi, I am using the latest version of xamarin sdk for esri i.e. 100.5.0, and wish to implement different load modes while loading Feature layers. For example the ON_DEMAND, SNAPSHOT, AUTO modes are described on android sdk for java as well as the esri web sdk. OnDemand mode | ArcGIS for Developers, Snapshot mode | ArcGIS for Developers However these operational modes are not available on the Feature Layer class in the xamarin sdk, Is there any way to set the way the layers are loaded. Is the Feature Rendering mode same as this, where we can set the properties to dynamic or static loading of layers ?? Thanks
... View more
08-13-2019
03:40 AM
|
0
|
1
|
1046
|
|
POST
|
As requested Please find attached the JSON response, thanks once again Nick. regards
... View more
07-31-2019
12:19 AM
|
0
|
1
|
527
|
|
POST
|
Thanks Nicholas !! The flag "useAdvancedSymbology = false" worked for me, But was just curious, are picture symbols not considered as 'AdvancedSymbology' ? Because the layers draw properly if you add them to a web map, without this flag, this seems to happening on only the ios and android applications (using latest xamarin sdk). Would be great if you could throw some light on this
... View more
07-30-2019
12:02 AM
|
0
|
4
|
1833
|
|
POST
|
Hi, I am using the current 100.5.0 version of Esri SDK for iOS, We have a Service Url from which layers are loaded, Most of the layers are of type 'esriGeometryPoint' and have multiple symbols under the renderers. The issue here is that, the symbols for which an image is uploaded don’t get drawn on the map, the other symbols with default styles like, 'esriSMSCircle' or ’esriSLSSolid’ show up fine as well as the label shows up without any hitch. If I override the Symbols with a simple Renderer (described below), the layers get drawn appropriately. SimpleLineSymbol symbol = new SimpleLineSymbol { Color = Color.Blue, Width = 2, Style = SimpleLineSymbolStyle.Solid }; featureLayer.Renderer = new SimpleRenderer(symbol); Hence all the Symbols which have ‘ImageData’ in it won’t get plotted i.e the ones for which images(png, jpg) have been uploaded to. Please find attached the Layer sample.
... View more
07-29-2019
03:21 AM
|
0
|
12
|
2851
|
|
POST
|
Hi, I am using the Latest version of Ersi Runtime version 100.4.0 on Xamarin iOS sdk, and am trying to query and display feature layers from a feature Server. I have an issue when trying to fetch the Legend Info from a feature server, Although the layers are plotted fine on the map. I still receive an Exception with a 400 Error code on Every execution of the following piece of code. (while iterating through features) baseLayer = new ArcGISMapImageLayer(new Uri(FeatureUrl)); var layerLegends = await baseLayer.GetLegendInfosAsync(); The same code returns the legend image and other information correctly while querying Feature layers on another Map Server. Please find attached the Exception Log as well as the json object for the feature Layer in question. Best Regards
... View more
04-09-2019
12:34 AM
|
0
|
0
|
1023
|
|
POST
|
Yes its the same issue, Posted again since it was a old thread.
... View more
06-13-2018
10:07 PM
|
0
|
0
|
1198
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-17-2022 04:14 AM | |
| 1 | 11-02-2017 08:49 AM | |
| 1 | 11-02-2017 05:47 AM | |
| 1 | 11-28-2016 09:09 PM | |
| 1 | 12-14-2016 11:31 PM |
| Online Status |
Offline
|
| Date Last Visited |
10-11-2023
12:59 PM
|