POST
|
Was there any solution for this? As need to enable overlapping labels on features on my GIS platform however I can't seem to find a way to do so.
... View more
11-30-2017
11:12 PM
|
0
|
0
|
24
|
POST
|
The file is being set into a projected coordinate system in arcmap. However this doesn't explain why the issue only persists for a number of features and not all the features for the layer. Shouldn't all the features be affected if it was an issue with the coordinate system?
... View more
08-04-2017
01:51 AM
|
0
|
0
|
3
|
POST
|
Had never heard of Map Topology seems interesting. I checked up on it however there doesn't seem to be a way to apply this to the argic javascript api which kind of sucks. But thanks for the information
... View more
08-04-2017
01:49 AM
|
1
|
0
|
9
|
POST
|
Is there a way of moving two or more polygons simultaneously as I cannot seem to find a method that allows the movement of multiple selected graphics at the same time. The movement has to be a click and drag process where the features are seen to be dragged at the same time. With the following code I manage to activate multiple toolbars for multiple graphics at the same time, however they still move separately rather than being moves as a whole when one of them is clicked and dragged. //Loop to get all the layers on the map for ( var gCount = 0 ; gCount < app . map . graphicsLayerIds . length ; gCount ++) { //This will obtain the layer that the selected graphic is on var tempMoveLayer = app . map . getLayer ( app . map . graphicsLayerIds [ gCount ]); //Looping through all the graphics in the selected layer for ( var graphicNum = 0 ; graphicNum < tempMoveLayer . graphics . length ; graphicNum ++) { //Comparing the selected graphic to the layer graphic currently in the loop if ( tempMoveLayer . graphics [ graphicNum ]. attributes . OBJECTID == results . features [ j ]. attributes . OBJECTID ) { //Activating the toolbar for the graphic. This is activated for every graphic in the loop moveToolbar . activate ( esri . toolbars . Edit . MOVE | esri . toolbars . Edit . SCALE | esri . toolbars . Edit . ROTATE , tempMoveLayer . graphics [ graphicNum ]); } } }
... View more
08-03-2017
06:29 AM
|
0
|
2
|
563
|
POST
|
I have an acad file that I am converting to geodatabase and then publishing the polyline and polgon layers as separate service. For particular features when I go to edit the attribute data I get an error that is was unsuccessful, and this is displayed on arcgis server manager: Error: cannot obtain geographic coordinate systems from the input parameters I have tried everything I can think of however to no avail, and I have the suspicion that this may be an issue from the acad side however I have no idea of how to be sure. Can anyone help? I have also attached the dwg file just in case someone felt like testing this out.
... View more
07-18-2017
01:38 AM
|
0
|
2
|
198
|
POST
|
var genRequest = request({ url: portalUrl + '/sharing/rest/content/features/generate', content: myContent, form: dom.byId('uploadForm2'), handleAs: 'json', load: lang.hitch(this, function (response) { if (response.error) { return; } addShapefileToMap(response.featureCollection); }), }); Is there any way of carrying out the generate process by passing a file url instead of a form?
... View more
06-08-2017
12:38 AM
|
0
|
0
|
220
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|