|
POST
|
if you see on the rest end point http://services.arcgis.com/oaUiUItSLQlLIzjm/ArcGIS/rest/services/ffreds_Reviews/FeatureServer/0 the editing capability is not enabled
... View more
09-06-2016
12:38 AM
|
0
|
0
|
1909
|
|
POST
|
I made this test in the past but some of the other widgets (measure e.t.c) facing problem after map destroy/creation. May you can try to change the webmap creating the application, see this sample Fade effect using ArcGIS.com web maps | ArcGIS API for JavaScript 3.17
... View more
08-31-2016
05:56 AM
|
0
|
0
|
702
|
|
POST
|
May you have to create a database view between Polygon Table and Attribute Table on database level .This spatial view can be used for publishing.
... View more
08-30-2016
12:57 AM
|
0
|
0
|
203
|
|
POST
|
I try your Services and open correctly on ArcGIS Online. Try to use Firefox.
... View more
08-29-2016
07:01 AM
|
0
|
0
|
983
|
|
POST
|
you are trying to query a set of polygons --> add the result as graphics on map and then --> print ????? if this is the steps and the number of polygons causing problem try to set the where clause from the query to the Definition Expression and then try to print.
... View more
08-29-2016
06:52 AM
|
0
|
2
|
1481
|
|
POST
|
in order to create something similar with the example provided you have to create and run a query task every time you change extent or move map. This query Task will have as spatial geometry condition the map extent and as attributes the user parameters (money, area e.t.c). spatially you can minimize the query using the parameter query.geometry and setting equal to the current map extent. Query | API Reference | ArcGIS API for JavaScript 4.0
... View more
08-26-2016
05:21 AM
|
0
|
0
|
1008
|
|
POST
|
an another option is to create a geoprocessing service on your Server to do it. The script will have as input parameter zip file with the Shapefile contents. the input zip will extracted and then you can load the data on a feature class. The feature class will be output parameter in order to take the shapefile data as graphics using javascript. here is a code example for #extract the zip zf = zipfile.ZipFile(inShpZip) FeaturesPath = arcpy.env.scratchFolder + "/zipSHPExtract" zf.extractall(FeaturesPath) #find the shp shpFilesFromZip = glob.glob(FeaturesPath + "/*.shp") #copy Features outFeatures = arcpy.env.scratchGDB + "/outFeatures1" arcpy.CopyFeatures_management(shpFilesFromZip[0], outFeatures)
... View more
08-24-2016
12:44 AM
|
0
|
0
|
675
|
|
POST
|
you can try the following sample http://jqueryui.com/sortable/#connect-lists in order to create a list of layers with drag and drop option enabled. you can have two lists , the available layers and the active layers on map. User will drag and drop layers between two lists in order to enable and disable visibility. Also because the lists allow to reorder the items you can enable the layer order on map.
... View more
08-22-2016
11:45 PM
|
1
|
0
|
552
|
|
POST
|
ArcSDE schema must participate on backup process. User Schema keeps all you data, but SDE schema keeps the system information for your schema (registation ids, fields, formats, versioning tables e.t.c). After a database restore maybe some more steps needed in order to make the geodatabase work. 1. import sde schema 2. import data schema owner 3. compile all schemas (EXEC DBMS_UTILITY.COMPILE_SCHEMA(‘SDE’);) 4. GRANT privileges to Public see below GRANT EXECUTE ON dbms_pipe TO public; GRANT EXECUTE ON dbms_lock TO public; 5. Finally try to rebuilt or better to re create spatial indexes.
... View more
07-15-2016
03:04 AM
|
2
|
1
|
1100
|
|
POST
|
Download this from here http://www.arcgis.com/home/item.html?id=f1a22bdb78984d73a86f2ef2eec486fe
... View more
07-14-2016
04:57 AM
|
1
|
0
|
1906
|
|
POST
|
Also an another sample may help you is this Geoprocessing service example: Clip And Ship—Documentation | ArcGIS for Server doing exactly what you want.
... View more
07-14-2016
04:49 AM
|
1
|
0
|
1906
|
|
POST
|
Also in the destination Table is it any Trigger enabled?
... View more
07-11-2016
06:10 AM
|
0
|
0
|
2775
|
|
POST
|
See this sample Specify LODs (levels of detail) | ArcGIS API for JavaScript 3.17
... View more
07-11-2016
06:00 AM
|
1
|
0
|
2103
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-05-2017 12:35 AM | |
| 1 | 02-15-2021 07:16 AM | |
| 1 | 02-15-2021 12:05 AM | |
| 1 | 02-15-2021 12:02 AM | |
| 2 | 12-21-2020 12:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-20-2025
06:08 AM
|