|
POST
|
A help reference from our developers... http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00360000010t000000 Hope this helps. Mike
... View more
10-12-2011
04:25 PM
|
0
|
0
|
3561
|
|
POST
|
Here's some info from the team that manages this service... The street where this address is located has been marked as a Restricted Service Road. That�??s the reason why users are not able to route to 4245 Gollihar Road. They can use this attribute doNotLocateOnRestrictedElements and set it to true if they want to bypass the restrictions. Thanks, Mike
... View more
10-12-2011
11:51 AM
|
0
|
0
|
3561
|
|
POST
|
Here a little more information. http://www.esri.com/software/arcgis/arcgisonline/whats-coming.html In short, you'll purchase a subscription to ArcGIS Online which will provide storage and hosting of your data as services. You'll be able to access your subscription from ArcGIS client applications, like ArcGIS Desktop. Thanks,
... View more
10-12-2011
11:49 AM
|
0
|
0
|
1820
|
|
POST
|
Yes, you'll have more abilities because the data will be hosted as a service. Thanks, Mike
... View more
10-12-2011
11:46 AM
|
0
|
0
|
875
|
|
POST
|
We don't currently support queries against WMS services. It's a good idea though. Adding it to a KML via a network link won't get the attributes either. Mike
... View more
10-12-2011
11:44 AM
|
0
|
0
|
1419
|
|
POST
|
No there is no labeling capability at this time. It's a good idea though. Thanks, Mike
... View more
10-12-2011
09:26 AM
|
0
|
0
|
2612
|
|
POST
|
At this point, it is not possible to get a list. This is something we're considering for a future release. Thanks, Mike
... View more
10-12-2011
08:24 AM
|
0
|
0
|
543
|
|
POST
|
I understand your frustration, but hopefully we have a workable solution. First, I'll ask the obvious question. Why are you embedding a WMS service inside a KML network link when you can add the WMS directly to ArcGIS Online? I was able to use the URL to the WMS and display it over the map. Adding a service avoids the need for the client (browser) to draw the features. In this particular case, the number of features is small, but this will probably be a better solution if you have a lot of data. The reason your KML is not displaying is because we're not setting a default value for ViewFormat. According to the spec: http://code.google.com/apis/kml/documentation/kmlreference.html#link If you specify a <viewRefreshMode> of onStop and do not include the <viewFormat> tag in the file, the following information is automatically appended to the query string: BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth] ArcGIS Online is not automatically doing this. The workaround is straightforward. Add this parameter to your KML. <?xml version="1.0" encoding="UTF-8"?>
<kml>
<Folder>
<NetworkLink>
<name>PSDP_CONSTRAINTS:Protected_Areas</name>
<open>1</open>
<visibility>1</visibility>
<Url>
<href><![CDATA[http://geoserver.ecsecc.org:80/geoserver/wms?height=1024&width=1024&layers=PSDP_CONSTRAINTS:Protected_Areas&request=GetMap&service=wms&styles=Protected_Areas&format_options=SUPEROVERLAY:false;KMPLACEMARK:false;KMSCORE:40;KMATTR:true;&srs=EPSG:4326&format=application/vnd.google-earth.kmz&transparent=false&version=1.1.1]]></href>
<viewRefreshMode>onStop</viewRefreshMode>
<viewRefreshTime>1</viewRefreshTime>
<viewFormat>BBOX=[bboxWest],[bboxSouth],[bboxEast],[bboxNorth]</viewFormat>
</Url>
</NetworkLink>
<LookAt>
<longitude>26.57877455914865</longitude>
<latitude>-32.27249827641428</latitude>
<altitude>0</altitude>
<range>799671.4729535136</range>
<tilt>0</tilt>
<heading>0</heading>
<altitudeMode>clampToGround</altitudeMode>
</LookAt>
</Folder>
</kml> We'll try to address this in a subsequent release. Hope this helps, Mike
... View more
10-11-2011
09:47 AM
|
0
|
0
|
1419
|
|
POST
|
No, there isn't really a way. The polygons have too many vertices is the problem... Mike
... View more
10-10-2011
03:18 PM
|
0
|
0
|
2873
|
|
POST
|
Shapefiles, CSVs and GPX files added to the map are all drawn by the browser. You are running into limitations of the IE browser's ability to draw features. IE 7 and 8 are not able to handle the number of features in this map. The only solution is to generalize the data even more than ArcGIS Online can do. If you have ArcGIS Desktop, you can generalize your data more so that it can be viewed. Another solution is to host the data on ArcGIS Server. Thanks, Mike
... View more
10-10-2011
01:21 PM
|
0
|
0
|
2873
|
|
POST
|
Yes, you are correct. Currently the div spans the full width of the page and the click doesn't get passed to the map. I'll write up an enhancement request. Thanks, Mike
... View more
10-10-2011
12:56 PM
|
0
|
0
|
566
|
|
POST
|
Once you publish the application, you can configure it interactively and remove the legend. There will be a 'Configure app' button on the web application item page. Alternatively, you can specify url parameters...as described here: http://www.arcgis.com/home/item.html?id=89db99ee00834c85b3f9284d9e81c964 thanks, Mike
... View more
10-10-2011
12:45 PM
|
0
|
0
|
2436
|
|
POST
|
This capability is not supported at this time. Thanks, Mike
... View more
10-10-2011
09:07 AM
|
0
|
0
|
875
|
|
POST
|
I can view both sites...and am not seeing any error messages. I'm not sure what the problem is for you. Perhaps you can provide more information on how to reproduce the error. Thanks, Mike
... View more
10-10-2011
09:06 AM
|
0
|
0
|
852
|
|
POST
|
You can do it in ArcGIS Explorer Online by building a query. Queries only work against services, I believe. Open your map in arcgis explorer online and define a query. Thanks, Mike
... View more
10-07-2011
12:53 PM
|
0
|
0
|
843
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-16-2011 09:47 AM | |
| 1 | 03-22-2024 09:18 AM | |
| 1 | 03-20-2024 05:07 PM | |
| 1 | 03-20-2024 01:52 PM | |
| 2 | 03-20-2024 03:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-22-2026
04:44 PM
|