|
POST
|
Thomas, Oh, I see - that would make perfect as to why it was happening inconsistently because there are not a lot of customer owned features, so when one would come into view, we'd get the error. If there wasn't one in view, it would draw fine. That certainly explains it. Just for your info, I actually set this up with ArcGIS Online Portal - we didn't want the customer owned features to be displayed so I chose No Color for the fill and the outline since this was an option that was provided. I'll go back in and set up some colors and see if that resolve the problem.
... View more
06-14-2017
12:11 PM
|
0
|
1
|
2512
|
|
POST
|
Thomas, Should be good - the ID is: b13951db59b4420d8d05a02a8ed58d28 Again, we're using the JavaScript API to embed this map in one of our web applications, and at certain times the features on the map are not getting displayed; we're getting this error instead. We've been able to reproduce this in all the major browsers. Thanks again, mike...
... View more
06-14-2017
11:30 AM
|
0
|
1
|
2512
|
|
POST
|
Thomas. Most certainly - what information do you need to get access to it? I can provide the Id of the web map, if that helps. Thanks, mike...
... View more
06-14-2017
11:22 AM
|
0
|
3
|
2512
|
|
POST
|
We're using the ArcGIS JavaScript API version 4.3 to integrate a web map into one of our web applications and we regularly get the following JavaScript error when the map is rendering, and none of the features from the feature layer get displayed. It will work one time, then it fails the next and it seems to be happening more consistently now. Uncaught TypeError: Cannot read property 'toRgba' of null at js.arcgis.com/4.3/esri/views/MapView.js:414 Any ideas on what may be causing this error? Thanks, Mike...
... View more
06-14-2017
08:13 AM
|
0
|
7
|
3706
|
|
POST
|
Hello, At last week's EGUG, we were informed at the partner session that there was an "Alpha Program" for the new Utility Network Model and ArcGIS Pro. We are interested in getting involved in this program and I would like some additional information on how we could do that. Thanks in advance, Mike...
... View more
10-12-2015
12:56 PM
|
0
|
0
|
2349
|
|
POST
|
We've had good luck with the Holux receives as well - seem to do the job. Also, I know Trimble just came out with a new received - the Trimble R1 I think - that looks pretty nice. Connects with Bluetooth and can be used with many different devices, like phones and tablets and computers. mike...
... View more
02-24-2015
02:04 PM
|
0
|
0
|
2293
|
|
POST
|
Here's what I'm seeing when I use the Edit Vertices tool on one of the lines in ArcMap. Notice the really short segments at the end of the line. For reference, that dogleg there toward the end is only about 7 feet long - that covers the last 3 vertices. On the device - runtime content - this line would look very bad.
... View more
02-24-2015
01:56 PM
|
0
|
0
|
1190
|
|
POST
|
Morten, No it does not. But in some cases the lines do look like they have several very short segments in them. mike...
... View more
02-24-2015
01:50 PM
|
0
|
1
|
1190
|
|
POST
|
Hello, I've noticed several cases that polylines with many segments get "corrupted" when creating runtime content. It seems to happen most when there are short segments in the polyline. Any ideas? Thanks in advance, Mike...
... View more
02-24-2015
12:21 PM
|
0
|
3
|
3655
|
|
POST
|
Hello, I've got an ArcMap Map Document that has several layers which are used for the placement of map annotations or labels. The feature class for these layer in the geodatabase has an "anno_string" field and a "rotation" field and I'm using the "anno_string" field and the "Label Field" and the "rotation" field as the label's placement property to "Place label at an angle specified by a field. When I create the runtime content, the Label Field is indeed used for the text of the label but the label is NOT rotated using the rotation field. I've tried several variations to get the labels to rotate on the runtime maps but no luck. Any ideas? Thanks in advance, Mike...
... View more
02-24-2015
10:10 AM
|
0
|
0
|
3090
|
|
POST
|
I've a bit more testing and this does correct the problem - Thanks Morten. I ended up restructuring the geodatabase so it didn't have different types of features in the same table, and that way I didn't need to use the Definition Query. This is definitely a bug: not utilizing the Definition Query on a layer when creating a FeatureTable (for a layer) in runtime content. Most of the other Esri toolbox tools (data export, feature class export, etc) all honor the Definition Query when you export a layer to another geodatabase. Creating runtime content should be no different. Not to mention the runtime geodatabase is MUCH larger then it should be in this situation. Thanks again, mike...
... View more
02-24-2015
09:58 AM
|
1
|
0
|
2469
|
|
POST
|
Morten, I really appreciate the response. I see. That would also explain why my runtime geodatabase is so large. If I've got 4 layers with definition queries in my Map Document that all use the same feature class from my File GeoDatabase, the runtime geodatabase gets 4 FeatureTables with all the rows from the 1 feature class - basically 4 times as much data. Follow-up Question: If the process that creates the runtime geodatabase creates a FeatureTable for each layer (which it does), don't you think it should use the Definition Query defined on the layer to filter the rows that go into the runtime table instead of just blindly copying all the rows? That should be pretty straight forward to do since it already uses the Layer's Name to create the FeatureTable? In any case, thanks for the quick and accurate response. Mike Hamsa
... View more
02-20-2015
03:38 PM
|
0
|
0
|
2469
|
|
POST
|
Hello, I jumped back into the problem and I think it has to do with the use of a "Definition Query" when creating a layer. When I have more than one layer in my Map Document whose source is the same feature class in a geodatabase, it looks like the runtime draws the symbols for ALL the layers that use the feature class even though we have a "Definition Query" that differentiates the layers from one another. For example, let's say we have a feature class of type vehicle with all different types of vehicles in it - and I want them all to display differently on the map. If I create 4 layers that use the "vehicle" feature class and setup each of those layers with a different "Definition Query" (type='car', type='bus', type='truck', type='motorcycle') and define different symbols for each layer, the runtime seems to draw the symbols for all four layers at each point even if they a specific type of vehicle; car, bus, truck, motorcycle. Is this a known issue, and if so is there a way to work around it other than creating 4 feature classes in my geodatabase. I still have the problem of the "broken lines" in the runtime content, but I'll address in a separate post. Thanks in advance, Mike Hamsa
... View more
02-19-2015
11:03 AM
|
0
|
3
|
2469
|
|
POST
|
Morton, Thanks a lot for the response. I've have tried that and it does not look like it makes a difference in how those features are rendered. Unless I'm not using it correctly... Here's a simple snippet of code that shows how the layers are added to the map. Geodatabase gdb = await Geodatabase.OpenAsync(@"<gdb_file_location>"); foreach(var tbl in gdb.FeatureTables) { tbl.UseAdvancedSymbology = true; var ftrLayer = new FeatureLayer(tbl); ftrLayer.DisplayName = tbl.Name; //ftrLayer.ResetRenderer(); MyMapView.Map.Layers.Add(ftrLayer); } Let me know what you think. Thanks again, Mike...
... View more
02-06-2015
07:08 AM
|
0
|
0
|
2469
|
|
POST
|
Hello, I've recently created some runtime content from ArcGIS 10.2.2 and noticed that the symbology rendered on the ArcGIS Runtime Map is not the same as the symbology rendered on ArcGIS 10.2.2 map. Several symbols have been changed in the runtime content and I can't figure out what happened. Here's an example - the left picture is from the Runtime map (SDK for .Net v10.2.4) and the right picture is from the ArcGIS map (v10.2.2). Closer view on one location - also noticed that pink dashed line (lower right quad of the map) is not the same in the runtime content, the 90 degree turn to the south was extended north. I've seem several instances where line routing was been altered in the runtime content. Any Ideas? Thanks in advance, Mike...
... View more
02-05-2015
11:02 AM
|
0
|
6
|
6414
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-25-2019 11:06 AM | |
| 1 | 03-30-2020 10:44 AM | |
| 3 | 06-26-2020 09:43 AM | |
| 1 | 04-03-2018 07:39 AM | |
| 1 | 02-24-2015 09:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-19-2022
08:00 AM
|