POST
|
Hi Thad, thanks for the answer. I'm trying your recommendation using Number expresion like this just to test how it works and if I can use it. This is how I'm using it:: labelBuilder.AppendLine("\"minScale\": Number('700000','######'),"); and I'm getting following exception: "expecting NaN": Num : 303 What's the problem now?
... View more
02-10-2019
11:50 PM
|
0
|
5
|
1865
|
POST
|
I have following StringBuilder: { "allowOverlapOfLabel": "allow" , "allowOverlapOfFeatureBoundary": "allow" , "allowOverlapOfFeatureInterior": "allow" , "labelExpressionInfo": { "expression": "return $feature.Name;"}, "labelPlacement": "esriServerPointLabelPlacementCenterRight", "multiPart": "labelPerFeature", "minScale": "return $feature.MinScale;", "maxScale": 0, "symbol": { "color": [255,255,255,255], "haloColor": [51,51,51,255], "haloSize": 1.5, "font": {"size": 10, "weight": "bold"}, "type": "esriTS"} } My problem is that when doing LabelDefinition.FromJson method with this string, I get an invalid character exception on minScale value. MinScale attribute is a string defined in the attributes of each graphic and minScale key on the Json needs an integer. How can this conversion be done or how can I pass minScale value as a $feature value? Thanks
... View more
02-08-2019
03:07 AM
|
0
|
7
|
2067
|
POST
|
In previous versions of ArcGis Runtime(10.something), MapView had a property called MaximumExtent to limit the extent on the map view. How can it be done now with ArcGIS Runtime 100.something versions?
... View more
02-07-2019
11:21 PM
|
2
|
6
|
1692
|
POST
|
Hi, my symbols are compositesymbols so I've set the property for all the symbols before adding them to the compositesymbol, but it does not work. Regards Gonzalo
... View more
12-16-2018
11:23 PM
|
0
|
0
|
867
|
POST
|
Hi, Is there any way to rotate only the map and not the graphics (formed by CompositeSymbols) in it? Rendering Mode is set to Dynamic. Regards Gonzalo
... View more
12-14-2018
03:42 AM
|
0
|
2
|
978
|
POST
|
Did you manage to solve this issue? I'm stucked with this same problem.
... View more
12-13-2018
06:37 AM
|
0
|
0
|
1166
|
POST
|
Hi Matvei, thanks for the answer. Ok, I'll be expecting news from you regarding this issue. Apart from this, will there be some improvements in wmts poor performance with arcgis sdk .net? Regards
... View more
11-08-2018
06:29 AM
|
0
|
3
|
8814
|
POST
|
I got an "Invalid XML.: Parser couldn't move inside Keywords." exception.
... View more
10-23-2018
03:33 AM
|
0
|
0
|
8814
|
POST
|
Hi, I have updated geoserver to version 2.14 and after the upgrade using the WPF Viewer Example when I do the LoadAsync to get the capabilities of the Workspace: Uri wmtsUri = new Uri("http://localhost:8070/geoserver/World/gwc/service/wmts?REQUEST=getcapabilities"); myWmtsService = new WmtsService(wmtsUri); await myWmtsService.LoadAsync();
... View more
10-23-2018
03:32 AM
|
0
|
9
|
9669
|
POST
|
Hi, We are using ArcGIS WPF SDK to connect via WMTS service with an Image Pyramid (638 MB) stored in geoserver ,then we are showing it as a layer in a MapView. We are connecting directly with geowebcache endpoint in order to use its cache services. The problem we have observed is a really bad performance of the map, it renders the maps really slowly (some tiles can take 15 seconds to finally show it) and we haven't got any improvement in performance terms when updating from 100.2 to 100.3 SDK. We think that the problem may be in the ArcGIS SDK because we have used the sample code from the SDK with our geoserver and it also goes slowly. We have also used another program like OpenLayers to show the map and it has a good performance. Is this a known problem on ArcGIS SDK for WPF? Will there be any modification in the SDK to improve this performance? This has stucked our project as the map is the main part of our project and its performance is really poor. Thanks in advance. Regards Gonzalo
... View more
09-21-2018
02:01 AM
|
0
|
1
|
2484
|
POST
|
Hi, we have been using previously WMTS services with geowebcache in our app with a image pyramid stored in geoserver, but it loads the image on our app really slow, that's why we tried to change to WMS services with geowebcache direct integration... Is it normal that the image load with WMTS and geowebcache goes really slow? Thanks Regards
... View more
09-05-2018
12:49 AM
|
0
|
0
|
2086
|
POST
|
Hi again Michael, Do you have any clue about this? Thanks Regards
... View more
09-04-2018
03:15 AM
|
0
|
0
|
2086
|
POST
|
I have a program that connects with geoserver through a getcapabilities request with arcgis sdk: WmsLayer myWmtsService = new WmsLayer(new Uri("http://localhost:8070/geoserver/World/wms?SERVICE=WMS&tiled=true&REQUEST=getcapabilities&VERSION=1.1.1 ")); the problem is that when I add it to de mapview, it behaves itself as singletile and I would like arcgis to ask layers tiling. An example: if height and width of the mapview is 1000x1000, now arcgis makes a getmap request with height and width 1000x1000, but I'd like it to make several getmap requests with hegith and width 250x250. How can I make the arcgis code to configure it to work this way? Thanks Regards
... View more
08-30-2018
01:49 AM
|
0
|
6
|
3045
|
POST
|
I'm having the same problem as you. Did you achieve to solve it? Thanks
... View more
08-22-2018
07:37 AM
|
0
|
0
|
6623
|
Title | Kudos | Posted |
---|---|---|
2 | 02-07-2019 11:21 PM |
Online Status |
Offline
|
Date Last Visited |
04-12-2021
12:58 AM
|