|
POST
|
Check this example ArcGIS Local Tiled Layer | ArcGIS for Developers You can create tpk from cache (using Export Tail Cache GP tool or read the cache (Layers directory) directly.
... View more
04-24-2018
03:06 AM
|
1
|
0
|
2913
|
|
POST
|
I do not use server to build cache and I do not use it in server. I use Manage Tile Cache GP tool under Data Management-> Tile Cache I use the cache as local raster for RunTime application. Thanks
... View more
04-23-2018
10:00 PM
|
0
|
2
|
2913
|
|
POST
|
Hi RJ Do you think creating a different stream layer for each type and show it in different symbol is a good idea? In the original question create stream for red, anther one for yellow and other for green. Then filter each stream by the value to get only the correct features. Is it reasonable if you have 5-10 types (like car types)? Thanks Mody
... View more
04-15-2018
10:07 PM
|
0
|
1
|
4662
|
|
POST
|
Hi Vijit The name Local server is confusing. It not really an ArcGIS server it just part of it for some functionality. You cannot publish a service to it. If you need something like basemap you better build cache and call it directly from the code without local server. Have fun Mody
... View more
04-11-2018
11:31 PM
|
1
|
1
|
3097
|
|
POST
|
Thanks for the quick response. I saw the post, it is talking about server cache not desktop cache. The Manage Map Server Cache Scales GP tools doing exactly what I need but get a service as parameter and not cache on disk. The manage tile cache will not let you add scales for existing cache.
... View more
04-08-2018
10:05 PM
|
0
|
4
|
2913
|
|
POST
|
Hello all I have a cache I build with desktop (Using Manage Tile Cache) with scales 2000,4000,8000 I took very long time to build. I would like to add levels 16000 and 32000 What will be the best way to add these levels without rebuilding it all. Thanks
... View more
04-08-2018
09:33 PM
|
0
|
7
|
3511
|
|
POST
|
You must remember that this GPtool works for different RDBMS. In case of Oracle you must use sys with its password. If you work with Sql Server and use windows authentication and your login is the manager then you do not have to give password. It will fail for Oracle if you do not give password.
... View more
03-26-2018
10:16 PM
|
0
|
0
|
1009
|
|
POST
|
In principle a GPservice can be a python script and there is a widget to run GPservices. As Dan said there are many questions here about what you try to do... Have fun
... View more
03-25-2018
10:19 PM
|
1
|
0
|
2124
|
|
POST
|
Hi Use UpadteCursor and do not use StartEditing (you are not doing undo or redo). Check this: http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#521a263d-dcee-47b9-b41b-33ef3fb4c558.htm Have Fun Mody
... View more
02-17-2018
10:57 PM
|
0
|
1
|
1776
|
|
POST
|
Hello all I have a gp tool I wrote in Pro that uses some python libraries that exists only for Python 3 and I would like to publish a GP service for that tool. As far as I know (see here: FAQ: What version of Python is used in ArcGIS? ) Python 3 is not installed with Server. Is there a way to do it? Thanks
... View more
02-06-2018
06:17 AM
|
0
|
5
|
1550
|
|
POST
|
The license depend on some hardware, it looks like in your case it depend on the memory too. Return the original memory might help solve the problem. If it does and the license return you should de authorize, then add the memory and authorize again. If return the original memory does not help you should contact ESRI support and ask to release the license so you can authorize it again. Have Fun
... View more
01-29-2018
10:39 PM
|
1
|
0
|
896
|
|
POST
|
Hello I am trying to export some feature services for a user. My code looks like this user = gis.users.get("mody") for item in user.items(): if item.type == "Feature Service": res = item.export(Title, export_format="Shapefile") I get the error that item have no method "export" What am I doing wrong? Thanks
... View more
01-25-2018
05:10 AM
|
0
|
0
|
467
|
|
POST
|
Try if ( fLayers.FeatureClass.ShapeType = esriGeometryType.esriGeometryPolyline) I am not sure about VB syntex but this is the way. You can also give parameter to the My.ArcMap.Document.FocusMap.Layers to get only featurelayers. Have fun Mody
... View more
01-23-2018
09:39 PM
|
0
|
0
|
1228
|
|
POST
|
Index is not the same as primary key See the key icon next to the OBJECTID field that exists in TESTFC and does not exists in TESTTABLE
... View more
01-22-2018
02:51 AM
|
1
|
2
|
5055
|
|
POST
|
Yes I just did right click on the database connection and select New->Table
... View more
01-21-2018
10:42 PM
|
0
|
1
|
5055
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM | |
| 1 | 09-17-2025 06:35 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|