|
POST
|
I was trying to load 3d lines to AGOL from Pro 1.4 with some problems. Using the "Share as Web Scene" in a scene with two linear layers, I shared the web scene and the related feature layers to my AGOL. Opening the scene in AGOL, I discovered that only some layers are present, while others are just listed but empty (no geometries nor rows in the attribute table). So, as I found documentations on sharing 3d points and multipatch, but not 3d lines (and polygons), except a page saying that "it is possible to do it", I'd be happy if someone could provide a useful link, or a brief explanation on how to share 3d lines to AGOL (or Portal). Many thanks in advance!
... View more
02-09-2017
12:52 AM
|
0
|
8
|
4031
|
|
POST
|
Maybe I was missing something. Reading this post, it reads "So lines are currently not a supported geometry in scene layers or scene layer packages but they are supported in feature layers or map image layers. For example you can publish the the trails as a feature layer from a zipped shapefile, zipped gdb or published from ArcMap or Pro, then you can add the trails directly into the scene viewer.". So apparently it is not possible to directly publish lines with "Share as Web Scene" although in my tests I was able to do it... Is there anyone that can please clarify?
... View more
02-08-2017
06:42 AM
|
0
|
0
|
1039
|
|
POST
|
The same is happening if I add the zipped FileGDB containing the "weak" feature class (which I CAN visualize within ArcGIS Pro and ArcMap). The table of attributes is empty in AGOL and the no geometry is visible (only the name of the layer and the legend in the TOC...). Help....
... View more
02-08-2017
06:01 AM
|
0
|
1
|
1039
|
|
POST
|
In a first attempt to solve the issue, I was able to publish the scene to AGOL and visualize the layer by re-creating the "weak" feature class from scratch. In that same succesfull attempt, I only added one 3d geometry in ArcMap, and then publishing via Pro without changing anything led me to the success sharing. However, I am now having the same issue, and the only thing I did was to edit the feature in Pro using the "Duplicate Vertical" tool to add some other geometries in the vertical (Z) space.
... View more
02-08-2017
02:24 AM
|
0
|
0
|
1039
|
|
POST
|
I am trying to share a Web Scene from ArcGIS Pro 1.4 to AGOL. The scene has three layers, two Z polylines and one polygonal. All the layers and the scene have the same projection (WKID 32632), and the scene is a local scene. When I share the scene in Pro with Share as Web Scene, I find the Scene under "My contents" in AGOL, but when I open it , nothing appears. If I then open the layers' scene details, and click "Open in a new scene", I am able to see the layers, except one. The layer which does not appear is a Z polyline feature class with subtypes (as the other linear layer). Below is a screenshot from Pro and AGOL. As you can see, in the AGOL scene there is no trace of the "FloorLines" layer, although it is listed. Also, if I open it in a new map, the Table of Attributes shows no rows, which indicates that it's not a problem of rendering, rather it seems to me that during the publish processing the geometries somehow went missing... Finally, I took care of choosing a 2D simbol because I saw here that 3D ones are not supported. Hope someone can help me solving this problem...
... View more
02-07-2017
07:17 AM
|
0
|
3
|
1986
|
|
POST
|
Thanks George for the response and sorry for delayed feedback. This printscreen show that during copy there are 7565 record... No performance issue with the ND... is for me strange that unnecessary records was copied... and I expected that the compress did cleaning. It could be that after a few years this table reaches considerable size, extending more and more copying time. I'm considering to use append command in place of copy. Maybe it's better... A.
... View more
11-23-2016
06:21 AM
|
0
|
0
|
1059
|
|
POST
|
Same problem also in 10.3.1. Ok for Symbology but "has Labels" property in Map Service Layer i set to False (but visible in MXD). Thanks for any suggest...
... View more
10-14-2016
02:16 AM
|
1
|
0
|
1272
|
|
POST
|
In my case, registering the datasource in the arcGIS Server data store (step 7) was the key step to solve the isse.
... View more
09-12-2016
03:43 AM
|
0
|
0
|
1605
|
|
POST
|
Hello, I'm working on a server with ArcGIS Desktop 10.3.1 and 10.3.1 Server with Network Analyst Extension (one for testing and one for production): my problem is in the copy from test server to production server of the Network Dataset , and connected Feature Class (sde on SQL Server): the copy requires several minutes (too many for the content, about 1,000 arches) and often the operation remains in the state 'Not Responding'. it seems that are also copied many Dirty Areas (see table ND_ <ITEMID> _DIRTYAREAS in http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/network-dataset-storage-sqlserver.htm). About 4000 records, that really does not seem to be useful, because on dataset is already done the build. Also as a result of a Compress the DB, the records in the table ND_ <ITEMID> _DIRTYAREAS remain. Is there a way to ease these tables? I can manually delete dirty Areas that have the field 'isretired' = 1? Thanks in advance..
... View more
07-27-2016
01:41 AM
|
0
|
2
|
2062
|
|
POST
|
I am trying to use the ArcGIS API for JavaScript ver. 4 to visualize a web scene saved on my portal. Anyway, I can see the basemap correctly displaying on my Elevation Layer, but I can't see the multipatch geometriy of the scene (which is actually the only feature layer of the scene, and is made of only a dozen of features). The id of the webscene I need to access is taken from the URL of the scene when it is opened in the Portal (8499ccc34ba5477daecc5972a073f2f6). The scene is saved to my Portal for ArcGIS 10.4 (it was published from ArcGIS Pro 1.2) and I can correctly see it in the scene viewer of the Portal. These are the screenshots of the Portal and sandbox, while below is the code I am trying in the "sandbox" is the following: Portal image Sandbox image CODE <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<title>Load a basic WebScene - 4.0beta3</title>
<style>
html,
body {
margin: 0;
padding: 0;
}
</style>
<link rel="stylesheet" href="https://js.arcgis.com/4.0beta3/esri/css/main.css">
<script src="https://js.arcgis.com/4.0beta3/"></script>
<script>
require([
"esri/views/SceneView",
"esri/portal/PortalItem",
"esri/WebScene",
"esri/config",
"dojo/domReady!"
], function(
SceneView, PortalItem, WebScene, esriConfig
) {
esriConfig.portalUrl = "https://otvserver07.one-team.local/arcgis";
// The clipping extent for the scene
var bormioExtent = { // autocasts as new Extent()
xmax: 1160305.123320753,
xmin: 1146868.2648745452,
ymax: 5861740.971355474,
ymin: 5850313.643078676,
spatialReference: { // autocasts as new SpatialReference()
wkid: 3857
}
};
var scene = new WebScene({
portalItem: new PortalItem({
id: "8499ccc34ba5477daecc5972a073f2f6"
}),
clippingArea: bormioExtent,
clippingEnabled: true
});
var view = new SceneView({
map: scene,
container: "viewDiv"
});
});
</script>
</head>
<body>
<div id="viewDiv"></div>
</body>
</html>
... View more
05-06-2016
03:36 AM
|
0
|
1
|
2549
|
|
POST
|
I am trying to export as PDF a JSON WebMap containing a standard ESRI basemap and two public Secrvice layers. I tried to test it with "Export Web Map Task" at this link. The PDF looks fine for scales greater than 1:2000 (more or less), but when I try to print at (e.g.) 1:100 the basemap is not showing (grey tiles, see here). I don't understand why is this happening. My JSON looks like this: {'mapOptions': {'rotation': 0, 'scale': 100.0, 'extent': {'xmin': 1005818.0761928607, 'ymin': 5705477.825487794, 'ymax': 5706163.610325366, 'xmax': 1006396.7567358984, 'spatialReference': {'wkid': 102100}}}, 'operationalLayers': [{'url': 'http://www.geomaster.it:6080/arcgis/rest/services/DEMO/DEMO_Punti_luce/MapServer', 'opacity': '1', 'token': '', 'id': '0', 'visibleLayers': [0, 1, 2]}, {'url': 'http://www.geomaster.it:6080/arcgis/rest/services/DEMO/Punti_interesse/MapServer', 'opacity': '1', 'token': '', 'id': '1', 'visibleLayers': [0]}, {}], 'baseMap': {'baseMapLayers': [{'url': 'http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer', 'opacity': 1}], 'title': 'SERVIZIO DI BASE'}, 'layoutOptions': {'legendOptions': {'operationalLayers': [{'id': '0'}, {'id': '1'}]}, 'titleText': 'TUTTIWIDGET'}}
... View more
12-11-2015
07:25 AM
|
0
|
0
|
3436
|
|
POST
|
Good morning, I have a question. When Collector App will be available for Windows Phone? If it is planned. Thanks!
... View more
12-18-2014
01:55 AM
|
0
|
1
|
3254
|
|
POST
|
Hi all, I'm trying to convert labels to annotation in arcgis engine's project with ConvertLabelsToAnnotation class as shown to link http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Converting_labels_to_geodatabase_annotation_for_a_single_layer/00010000024r000000/ I read that Feature-linked annotation can only be created with an ArcEditor or higher license level. I've ArcMap installed on my pc and an ArcInfo's license. Why it doesn't work in arcgis engine although I have a "valid" license? Can someone help me? TIA Alder
... View more
06-14-2013
01:39 AM
|
0
|
0
|
688
|
|
POST
|
Why in new API 3.4 property esri.dijit.InfoWindow.coords is not enable? http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/infowindow.html#coords Thanks
... View more
04-11-2013
08:01 AM
|
0
|
0
|
651
|
|
POST
|
Hello, I try to use this sample widget http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_infowindowchart.html but in Firefox is Ok in every version of Internet Explorer has problems. The first problem is in this point var tc = new dijit.layout.TabContainer({ style:"width:100%;height:100%;", }, dojo.create("div")); there is a comma error. But also solving this problem I have a problem with chart "Riga: 14 Errore: 'this.rawNode.path' è nullo o non è un oggetto" any solutions? thanks...
... View more
07-08-2011
05:41 AM
|
0
|
0
|
684
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2018 06:39 AM | |
| 1 | 01-31-2018 06:01 AM | |
| 1 | 10-16-2018 03:42 AM | |
| 1 | 10-24-2019 06:05 AM | |
| 1 | 06-26-2017 03:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|