|
POST
|
I was able to answer my own question. Instead of using ESRI's 24 LODs i created my own 10. I attempted to use ESRI's LODs but the cache would have been to large. However, here is a list of the ESRI LODs 591657527.591555 295828763.795777 147914381.897889 73957190.948944 36978595.474472 18489297.737236 9244648.868618 4622324.434309 2311162.217155 1155581.108577 577790.554289 288895.277144 144447.638572 72223.819286 36111.909643 18055.954822 9027.977411 4513.988705 2256.994353 1128.497176 564.2485882 282.124294 141.062147 70.5310735 source: World_Topo_Map (MapServer) It is regrettable that when printing with the ESRI basemaps between levels 20 and 23 the basemap won't show in the printout. Hopefully this will be fixed as ESRI moves toward Vector Basemaps.
... View more
01-13-2016
02:02 PM
|
1
|
0
|
1046
|
|
POST
|
just a quick update. I found the the rest endpoint for the AGOL basemaps, grabbed the LOD scales from and endpoint and am trying to generate my tiling scheme from there. I will update and post the xml if I am able to get it to work.
... View more
12-14-2015
11:25 AM
|
0
|
1
|
1046
|
|
POST
|
I am trying to make our imagery match the new LODS in AGOL but, I haven't been able to find any documentation on what scales the new LODS are at. Does anyone have this xml file? I create the tile packing in ArcDesktop using the Runtime tools then share it to AGOL.
... View more
12-14-2015
08:22 AM
|
0
|
3
|
3580
|
|
POST
|
Not sure why this is but after working with esri staff the symbology was affecting the order or the domain values. I ended up adding the same feature class again and leaving one set as single symbology and the other as unique symbology from the domain field. Then in the geoform used the feature class with the single symbology. Not a great answer but it does work.
... View more
07-31-2015
02:33 PM
|
0
|
0
|
935
|
|
POST
|
Working from ArcGIS 10.2 sde environment I published a feature service with a domain to our ArcGIS Server. I then brought said service into ArcGIS Online and created a Geoform. The only problem is, when I when I went to populate the domain field in the geoform the values were out of order. When viewing the feature service in AGOL or Desktop the pick list is in the correct order. However, I have noticed that rest endpoint and geoform values are both in the same order but out of order when compared to Desktop and an AGOL map. There doesn't appear to be any specific logic to how the domain values are ordered when published, but somehow an AGOL map is able to know what the original order was set to be. Is there some way to get the geoform to display the correct order of values? Example domain in geodatabase domain in rest endpoint A1 B2 B2 E5 C3 D4 D4 A1 E5 C3 domain from published service in AGOL domain pick list in geoform A1 B2 B2 E5 C3 D4 D4 A1 E5 C3
... View more
07-30-2015
02:16 PM
|
0
|
1
|
3069
|
|
POST
|
My model also doesn't contain parameters. I was able to get model builder to run through python. From there I placed the python script in windows task scheduler. Here is the link I found helpful Scheduling a Python script or model to run at a prescribed time | ArcGIS Blog below is the python code i used to reference in my model. Most of the errors I encountered were from field calculators containing VB script. I changed them all to python and it worked. import arcpy
import os
arcpy.env.overwriteOutput = True
arcpy.ImportToolbox(r"E:\GIS\Data\GIS\Dept\TechServices\MyNeighborhood\My Neighborhood.tbx")
arcpy.MyNeighbor_MyNeighborhoodtbx .04 I add the path to the toolbox copied from ArcCatalog .05 call out the model name "MyNeighborhood" followed by an _ (must included the underscore) then call out the alias name of the toolbox "MyNeighborhoodtbx" Hope this helps
... View more
05-07-2015
11:34 AM
|
1
|
1
|
1977
|
|
POST
|
I was able to get the script to run in the idle.bat at "C:\Python27\ArcGIS10.2\Lib\idlelib\idle.bat" I do have the 64 bit pyscripter installed and am running the 64bit machine. I believe that i have installed background geoprocessing in ArcMap. Do i need to call background geoprocessing out in python? Not really sure what my next steps should be...
... View more
03-03-2015
11:15 AM
|
0
|
2
|
1959
|
|
POST
|
The script seems to be okay in ArcMap. The code also runs okay in Py.Win. I ran sys.path in both ArcMap and PyScripter. The returns were pointing to different folders in Python27. I think this maybe the problem but not sure, and if it is, I am not sure how to remedy the problem. I'll attach a screenshot. Any suggestions???
... View more
03-02-2015
08:26 AM
|
1
|
4
|
1959
|
|
POST
|
The code I test work just fine in ArcMap in the python command window but with i try and run it outside of ArcMap it fails. More specifically the arcpy.PackageMap_management fails and raises error 9999999. This is a general error of course. In thinking that I may have written the code incorrectly or assigned an invalid input I ran the Package Map tool in ArcMap and copied the python code from the geoprocessing results window, then pasted it into PyScripter, and still no luck. I tried adding importing the arceditor as a module and that had no affect. I believe that PyScripter can can see the arcpy module because it will callout available classes and methods as you type.
... View more
02-27-2015
06:20 AM
|
0
|
7
|
1959
|
|
POST
|
We do have ArcGIS Desktop and ArcGIS Server installed on the web box. However, this particular script is running on my local machine creating a map package where I only have ArcGIS Desktop installed.
... View more
02-26-2015
11:00 AM
|
0
|
2
|
1832
|
|
POST
|
When I print the system path it appears as if all paths point to a 10.2 version or Python27 version. I do have a Python26 installed on my computer from the 10.0 version of Arc. ['C:\\Program Files\\PyScripter\\Lib\\rpyc.zip', 'C:\\Windows\\system32\\python27.zip', 'C:\\Python27\\ArcGISx6410.2\\DLLs', 'C:\\Python27\\ArcGISx6410.2\\lib', 'C:\\Python27\\ArcGISx6410.2\\lib\\plat-win', 'C:\\Python27\\ArcGISx6410.2\\lib\\lib-tk', 'C:\\Python27\\ArcGISx6410.2', 'C:\\Python27\\ArcGISx6410.2\\lib\\site-packages', 'C:\\Program Files (x86)\\ArcGIS\\Desktop10.2\\bin64', 'C:\\Program Files (x86)\\ArcGIS\\Desktop10.2\\arcpy', 'C:\\Program Files (x86)\\ArcGIS\\Desktop10.2\\ArcToolbox\\Scripts', 'C:\\Python27\\ArcGISx6410.2\\lib\\site-packages\\win32', 'C:\\Python27\\ArcGISx6410.2\\lib\\site-packages\\win32\\lib', 'C:\\Python27\\ArcGISx6410.2\\lib\\site-packages\\Pythonwin']
... View more
02-26-2015
06:31 AM
|
0
|
0
|
1832
|
|
POST
|
I was working with Python in IDLE and PyScripter but for some reason can't seem to get the code to work in either. The code only works in ArcMap. I am probably missing something simple but can't seem to place my finger on it. If you can help please let me know. I know this is simple code, but I want to run this in windows task scheduler. I really don't want to create a model, run it, then export it as a python script. I though it would be easier to just create a python script from scratch, perhaps not. import arcpy
import os
arcpy.env.overwriteOutput = True
arcpy.env.workspace = "O:\\Data\\GIS\\Dept\\Fire\\hydrants"
mxd = os.path.join(arcpy.env.workspace,"FireHydrant_Utility.mxd")
mpk = os.path.join(arcpy.env.workspace,"FireHydrant_Package.mpk")
arcpy.PackageMap_management(mxd,mpk,"CONVERT","CONVERT_ARCSDE","#","ALL","DESKTOP","NOT_REFERENCED","ALL","#","#","#")
print "Map Package Complete" Cheers, Heath
... View more
02-25-2015
02:41 PM
|
1
|
19
|
8562
|
|
POST
|
Works great, thank you. Took a while to figure out that you can't have <!DOCTYPE html> on your page. You must either delete it or comment it out. Does you know why this is? The page still functions correctly on IE, Chrome, and Firefox.
... View more
09-09-2014
12:23 PM
|
0
|
1
|
3398
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 04-23-2025 01:41 PM | |
| 1 | 03-21-2025 11:45 PM | |
| 1 | 12-10-2024 09:51 AM | |
| 1 | 01-24-2024 06:56 AM | |
| 1 | 07-19-2023 03:21 PM |
| Online Status |
Offline
|
| Date Last Visited |
09-17-2025
07:16 AM
|