when I try to acess KML's served locally on the GIS server through IIS, the viewer returns "Layer failed to load..."
...are the bugs being worked out for some of the public kml/kmz files that will not load
What's the URL of your KML/KMZ? It needs to be a publicly accessible URL...
publicly accessible
Will it be possible to get a copy of the utility service to run it on our side for people serving data on corporate intranets and for military usage on the military network?
We have been working with ESRI (ie paying them lots of money LOL) for a local solution for the 2.x Viewer and what they came up with could be set up by any reasonably good programmer. Basically they came up with a Geoprocessing Service which uses the import kml tool from ArcToolbox to import the kml feeds on a scheduled basis. A good portion of this could be built in modelbuilder and converted to Python so you can add the code to handle the downloads and whatnot. There is a Map Service using this Geoprocessing service as a "capability". The map document is just an msd which points at the downloaded data, which means you can change the symbology and scale dependencies to whatever you want. I would just keep it simple and create my own symbology but they wrote scripts to import some of the kml symbology and generate an mxd. Either way it is great because most have probably noticed that the symbology on many kml's is not so good. Also the load time is instant vs up to 5 minutes on some worldwide kml datasets with the out of the box kml support. They got quite a bit fancier than I would have if I was writing it, but to be perfectly honest, it just never occurred to me to create a geoprocessing service using the import kml tool or I would have done it a long time ago. It is still being tested at the moment. Just thought I would put this idea out there for people who don't want to write their own parser.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.