|
IDEA
|
How to view the cache status for a cached service using Arcgis pro, We couldn’t figure out where is the cache status on the Arcgis pro, otherwise, we can find it on Arcmap by clicking right click on the service. Is this available in Arcgis pro?
... View more
03-16-2020
04:19 AM
|
13
|
2
|
4224
|
|
POST
|
Hi All, This is to confirm that I got the same behavior as you when I close the ArcgisPro after setting the units to meters, the setting from the option dialogue box reverts back to foot when I open it again and start a new project. but I noticed that it is mentioned clearly that the units setting is for this project only, and not for the application, so when you create a new map in the same project you will get the same units, and if you open it again, the pro will keep the same setting for this project. I do agree with you jamal, esri should add the units settings under the application and not for each project (the same as the map). Best Majdoleen
... View more
03-16-2020
04:14 AM
|
7
|
5
|
1885
|
|
POST
|
Also, It tried to increase it to 3000, but this doesn't solve my issue, do I need to configure anything at the level of iis? Please advice Best Majdoleen
... View more
01-20-2020
02:43 AM
|
6
|
4
|
3467
|
|
POST
|
I am encounter the same issue, thank you for your answer, I've increased the shorttimeout value to 1200 minutes, but It logs out without respecting the time. I tried the setting below for the admin: What might be the issue? do you think that I need to increase it to 6000? Best
... View more
01-19-2020
11:55 PM
|
6
|
5
|
3467
|
|
POST
|
I've increased the shorttimeout value to 1200 minutes, but It logs out without respecting the time. I tried the setting below for the admin: What might be the issue? Best
... View more
01-19-2020
11:54 PM
|
1
|
0
|
2100
|
|
POST
|
Esri provides a learning plan for each certification exam, you can find an example here (https://www.esri.com/training/catalog/5cc7636c055f9042ac8c353b/esri-arcgis-desktop-associate-certification-19-001/). I think this is the new structure for the each exam. Best Majdoleen
... View more
01-18-2020
12:53 AM
|
5
|
0
|
1817
|
|
POST
|
Thank you Michael, as I mentioned "If the same mosaic is stored in the folder path below, then it is published correctly D:\OrthophotosImageries\Orthophoto_GazaStrip_2004_Satellite_100cm\Orthophoto_GazaStrip_2004_Satellite_100cm_jpg_Palestine1923GridCassiniClarke.gdb" "We got the answer below from our support, but we don't know if this is true, we need someone from esri to confirm this: "This is a windows limitation relate, your server connection path exceeds the operating system path limit as you mentioned in your email that when you reduced the number of characters all works with you well. long paths are not recommended at all in the international standards. try not using long paths. as mentioned earlier this is not esri related but it is operating system limitations, sorry there is nothing else can be done here except reducing the number of digits by using shorter paths." What do you think?
... View more
01-04-2020
11:21 PM
|
2
|
0
|
1325
|
|
POST
|
Thank you for your reply, I tried to use a unc path and got the same results, too. Do you have 1 folder named Orthophotos and another folder named OrthophotosImageries on your D-drive? If not, it's weird how that path seems to get auto-concatenated. When I got the error, there was only one folder (orthophotos). If you publish the same RMD from ArcMap, does the path with just Orthophotos work as expected? When it comes to Arcmap, the checkerboard appears while using the build over views (before publishing), and the issue disappeared when changing the path length. Do you have any idea?
... View more
12-31-2019
01:27 AM
|
2
|
2
|
1325
|
|
POST
|
The Path for the overviews is the same as the gdb: D:\Orthophotos\Imageries\Orthophoto_GazaStrip_2004_Satellite_100cm\Orthophoto_GazaStrip_2004_Satellite_100cm_jpg_Palestine1923GridCassiniClarke.Overviews How do you have the paths registered with the AGS Data Store? We registered the 😧 folder
... View more
12-28-2019
10:52 PM
|
4
|
4
|
1325
|
|
POST
|
ArcGIS Pro 2.4.2: Publishing mosaic that is stored in long folder path generates services with checkerboard, We observed that publishing mosaic that is stored in long folder path generates services with checkerboard. Is this a bug or by design? In our case: if a mosaic is stored in the folder path below, then when publishing it, a checkerboard is generated D:\Orthophotos\Imageries\Orthophoto_GazaStrip_2004_Satellite_100cm\Orthophoto_GazaStrip_2004_Satellite_100cm_jpg_Palestine1923GridCassiniClarke.gdb If the same mosaic is stored in the folder path below, then it is published correctly D:\OrthophotosImageries\Orthophoto_GazaStrip_2004_Satellite_100cm\Orthophoto_GazaStrip_2004_Satellite_100cm_jpg_Palestine1923GridCassiniClarke.gdb What could be the issue here?
... View more
12-26-2019
03:55 AM
|
6
|
6
|
1818
|
|
POST
|
Dear Asrujit SenGupta , Sorry for the late reply, I think you suggestion will not work as we expected! I tried this example: Suppose that the last edited version is Majd, but he edited two points at different time, Point number 3, then version Ali edited points number 3 and number 5, after that, Majd edited point number 5. So the last version who edit point number 3 is Ali, and point number 5 is Majd, so if I applied your suggestion (applying the reconcile tool to the last edited version-Majd), in this case the change on point 3 will be affected by Majd version and not by Ali. Do you agree with me? What do you think? Best Majdoleen
... View more
12-05-2019
01:42 AM
|
4
|
0
|
653
|
|
POST
|
Thank you Mark for your reply, I found this code but I need to edit it according to the above steps, I will post into the ESRI javascript community: ///////////////////////////////////////////////////////////////////////////
// Copyright © 2015 Esri Japan. All Rights Reserved.
//
// Licensed under the Apache License Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
///////////////////////////////////////////////////////////////////////////
define([
'dojo/_base/declare',
'jimu/BaseWidget',
'jimu/utils',
'dijit/form/Button',
'esri/symbols/SimpleMarkerSymbol',
'esri/geometry/Point',
'esri/graphic',
'esri/layers/GraphicsLayer',
'esri/Color',
'dojo/on',
'dojo/_base/lang'
],
function(
declare,
BaseWidget,
utils,
Button,
SimpleMarkerSymbol,
Point,
Graphic,
GraphicsLayer,
Color,
on,
lang
) {
return declare([BaseWidget], {
name: 'קפוץ לנ.צ', //" jump to X Y"
baseClass: 'jimu-widget-GoToXY',
postCreate: function() {
console.log("postCreate!");
var mapFrame = this;
this.inherited(arguments);
this.addPointsButton = new Button({
label: "קפוץ לנקודה" //"jump to point"
}).placeAt(this.createPointIdNode);
this.clearPointsButton = new Button({
label: "נקה נקודות" //"clear markers"
}).placeAt(this.removePointIdNode);
this.addPointsButton.startup();
},
startup: function() {
console.log("startup!");
this.layer = new GraphicsLayer({
dataAttributes:["id"]
});
if (this.layer.surfaceType === "svg") {
on(this.layer, "graphic-draw", function (evt) {
console.log("graphic-draw");
var renderercategory;
renderercategory = "GoToXY";
evt.node.setAttribute("data-uniquevalue", renderercategory);
});
}
this.map.addLayer(this.layer);
on(this.addPointsButton, "click", lang.hitch(this, "createPoint"));
on(this.clearPointsButton, "click", lang.hitch(this, "clearPoint"));
console.log("this.map: ", this.map);
},
createPoint: function() {
var xx=Number(document.getElementById("ProjXBox").value);
var yy=Number(document.getElementById("ProjYBox").value);
if ((xx<165000)|| (xx>230000)){ //limit the area of x can be
document.getElementById("ProjXBox").style.backgroundColor = "red";
document.getElementById("ProjXBox").value = "נקודה מחוץ לתחום"; //"point x out of erea"
}else{
if ((yy<539000)|| (yy>594000)){
document.getElementById("ProjYBox").style.backgroundColor = "red";
document.getElementById("ProjYBox").value = "נקודה מחוץ לתחום"; //"point y out of erea"
}else{
document.getElementById("ProjYBox").style.backgroundColor = "white";
document.getElementById("ProjXBox").style.backgroundColor = "white";
console.log("createPoint!");
var ZoomIt = Number(10);
var sympath = "M16 0c-5.523 0-10 4.477-10 10 0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zM16 16.125c-3.383 0-6.125-2.742-6.125-6.125s2.742-6.125 6.125-6.125 6.125 2.742 6.125 6.125-2.742 6.125-6.125 6.125zM12.125 10c0-2.14 1.735-3.875 3.875-3.875s3.875 1.735 3.875 3.875c0 2.14-1.735 3.875-3.875 3.875s-3.875-1.735-3.875-3.875z";
var symcolor = "#ce641d";
var sym = new SimpleMarkerSymbol();
sym.setPath(sympath);
sym.setColor(new Color(symcolor));
sym.setOutline(null);
sym.setSize("30");
var randx = document.getElementById("ProjXBox").value;
var randy = document.getElementById("ProjYBox").value;
var attr = {"id":"rand"};
var zoomPoint = new esri.geometry.Point(Number(randx),Number(randy), this.map.spatialReference);
this.map.centerAndZoom(zoomPoint,10);
var pt = new Point(randx, randy, this.map.spatialReference);
pntd=new Graphic(pt, sym, attr);
this.layer.add(pntd);
}
}
},
clearPoint: function() {
this.layer.clear();
//this.map.removeLayer(this.layer)
}
});
});
... View more
11-26-2019
11:22 PM
|
6
|
0
|
1670
|
|
POST
|
Thank you so much for sharing your sample, uniformly I am new to API and trying to write the js file, but I think it will cost me a lot of time. I highly appreciate if you can guide meto write your code equivalent to the one I attached in my question. Thank you in advance Best Majdoleen
... View more
11-13-2019
04:13 AM
|
6
|
0
|
1783
|
|
POST
|
How would I customize a map tool so as to be able to enter x,y coordinates manually to create an object such as a point and zoom to it? I have the simple code below: on(dom.byId("btnFindCoordinates"), "click", function() { map.graphics.clear(); var x = dom.byId("xCoord").value; var y = dom.byId("yCoord").value; var coordPoint = new Point(x,y); prjParams.geometries = [coordPoint]; map.centerAndZoom(coordPoint, 11); map.graphics.add(new Graphic(coordPoint, markerSymbol)); }); But not sure how I would add this into the map, I am aware that I want to write a .js file like the attached in order to work with our cityworks map! I highly appreciate if someone can help me to write the code above similar to the attached in order to add it the our map. Thank you in advance Best Majdoleen
... View more
11-13-2019
02:15 AM
|
7
|
2
|
1904
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 06-14-2023 05:01 AM | |
| 1 | 09-05-2017 02:58 AM | |
| 1 | 01-19-2020 11:54 PM | |
| 1 | 08-25-2018 11:29 PM | |
| 2 | 08-27-2020 01:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-01-2024
08:15 PM
|