|
POST
|
-click 2 overlapping features from 2 dif. featLayers. -Popup auto-selects and highlights map.infoWindow.features[0] -the popup content is actually from map.infoWindow.features[1] after you navigate to the second graphic and back, the popup corrects it's self?? here's the method of fetching graphics/setting infoTemplates 1. buffer map click 2. fill array with all graphics from baseFeatLayers 3. dojo.filter graphics that intersect buffered map click 4. loop over filtered graphics array, setting infoTemplates based on the layer that graphics came from 5. pass selected filtered graphics array to map.infoWindow.setFeatures here's an example using esri data: http://jsfiddle.net/92Q2G/1/ any advice? Thanks.
... View more
12-05-2012
12:15 PM
|
0
|
1
|
881
|
|
POST
|
have a simple map where you can toggle ArcGISDynamicMapServiceLayer "base data" on/off. the map also has a point/polygon/line featureService that is editable. Everything works, when you click on a featureService point, the attribute inspector enables users to edit attributes, the featureTemplate allows users to create new points/lines/polys. I now have a request to enable identifyTask on the base data, I used this example: http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm which replaces map infoWindow with esri.dijit.Popup. The identify works, all feature.attributes are returned, ect...but the popup is only displayed when I click on a featureService point/poly/line. The attribute inspector popup is also gone, replaced by teh esri.digit.popup. Any idea how to handle this?
... View more
11-29-2012
04:48 AM
|
0
|
1
|
938
|
|
POST
|
have several feat. classes and aerials, all using the same spatial reference. I can export feat. class to .dwg, no problem, but when brought into AutoCAD 2013, the aerial and .dwg do not overlay. How do I export from arcmap 10.1 in a way so CAD recognizes the projection and overlays properly? thanks
... View more
11-26-2012
02:38 AM
|
0
|
0
|
909
|
|
POST
|
logged into customer care portal, and downloaded server SP1 .iso image. This looks like the whole server 10.1 install... Will the installer see I already have 10.1 installed, and only install SP1 ?
... View more
11-14-2012
07:47 AM
|
0
|
0
|
1303
|
|
POST
|
Hi, I just installed and authorized 10.1. I can access the manager from the machine using localhost:6080/arcgis/manager however I can't access it outside using the IP of the machine. Also, I'm not sure what to enter for the ArcGIS server connection to manage the server remotely, elsewhere on the network using ArcCatalog. The IP of the ArcGIS server box is 10.0.40.115. For the host name I just used that IP, and for the server url I've tried the following and none have worked. 10.0.40.115:6080/arcgis 10.0.40.115:6080/arcgis/rest/services 10.0.40.115:6080/arcgis/services Any help? I got the access denied message, either the SOM is not started or the user you're trying to connect with is not a member of the agsadmin or agsuser blah blah. You should be able to access the server rest endpoint from any other computer that is within the local subnet of the ArcGIS Server box. i.e. if another PC inside the LAN has an IP of 10.0.40.xxx, you can access the ArcGIS rest endpoing using 10.0.40.115:6080/arcgis/rest/services. Now, outside your network, via the internet, your going to have to fwd port 6080 from your gateway to the ArcGIS Server box. This isn't reccomended though, you should install the 10.1 web adaptor on your web server. The web adaptor is the 'new' reverse proxy, that hides the port the ArcGIS server is operating on (6080), and also optionally disables /manager and /admin access over the internet.
... View more
09-06-2012
05:38 PM
|
0
|
0
|
868
|
|
POST
|
No, this is this bug http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDgxMjI1 can you post the bug number? for some reason I can't login to the above link, i get the revolving login screen. thanks!
... View more
08-28-2012
12:14 PM
|
0
|
0
|
2805
|
|
POST
|
was able to get 'connection successful' after c/p the file mentioned above, and I can view the roles in /manager, but I cannot view users? the loading bar just spins. Is this the bug 'successful connection' when the string is actually wrong?
... View more
08-28-2012
11:51 AM
|
0
|
0
|
2805
|
|
POST
|
I'm also interested in this question... We have an ArcGIS Server installation behind a firewall. The plan was to use a reverse proxy to direct traffic on port 80 to the ArcGIS Server on port 6080 (or 6443 if SSL secure). If this is configured, is the web adaptor even necessary? exactly my question. we cannot get rid of apache2 reverse proxy as it re-directs port80 and port443 traffic internal LAN ip's based on URL.
... View more
08-24-2012
02:32 PM
|
0
|
0
|
1075
|
|
POST
|
great, thanks for the info; have desktop and server 10.1 downloading now!
... View more
08-24-2012
06:14 AM
|
0
|
0
|
1257
|
|
POST
|
after a little more research, looks like web adapter isn't always necessary: http://forums.arcgis.com/threads/37553-Does-Web-Adaptor-support-Apache?p=132799&viewfull=1#post132799 I guess my reverse proxy is already hiding :6443 and doesn't fwd any /manager traffic to the gis server, so it also disables manager login from web. Guess I don't see the point of installing it in my case...anyone disagree?
... View more
08-23-2012
06:26 PM
|
0
|
0
|
1075
|
|
POST
|
looks like web adapter is now replacing reverse proxies that were required in 10.0. However, our reverse proxy (Apache2) is also a gateway so we can host several http & https sites on a single Public IP, so we have to keep it. internet ...| ...| Apache2 (web server) (gateway) ...| ...| ..IIS (web adapter) -- (GIS Server) IIS, web adapter & ArcGIS server all on the same machine. In my case, the web adapter just hides the port 6443 from external users? Will this work? Yes, I know LAN server -to- server https isn't necessary, but 10.0 server did not like authoring tokens over http, even though they were only http to the rev. proxy, then https to client. https://gis.ourdomain.com/arcgis/rest/services <--external facing FQDN reverse proxy to: https://arcgis101server/arcgis/rest/services <--web adapter hiding port 6443 that GIS server is listening on Thanks!
... View more
08-23-2012
06:11 PM
|
0
|
3
|
3055
|
|
POST
|
Hi, It sounds like you have ArcGIS Server Workgroup. Is that correct? If so, there isn't any ArcSDE to uninstall and reinstall, and you don't have to run the wizard to enable your SQL Server Express instance to store geodatabases; unless you are have an EDN or Education Site license, your existing license should still work. After you've installed Desktop 10.1, you can use the Upgrade Geodatabase tool to upgrade your workgroup geodatabases to 10.1. If I misinterpreted, and you're actually using ArcGIS Server Enterprise, then whether you install ArcSDE 10.1 depends on whether you use an ArcSDE service to connect to your geodatabases and/or if you use ArcSDE administration commands. your right, we have ArcGIS server workgroup. So, I uninstall Server 10.0, then re-install Server 10.1 (same box) and don't touch SQL server express 2008 or ArcSDE? After installing desktop 10.1, I connect to SQL instance/SDE gdb and use upgrade gdb tool and convert it to gdb 10.1; This is the whole purpose of the upgrade, feature ownership for remote editing & new server printing via the JS api.
... View more
08-23-2012
05:10 PM
|
0
|
0
|
1257
|
|
POST
|
point layer symbolized with unique symbols in .mxd symbol levels defined. the point layer is brought into app as featureLayer, unique value render is used because I like the arcgis online picture symbols, but symbol levels are not honored. are any symbol levels honored in 10.0 server? thanks!
... View more
08-20-2012
08:50 AM
|
0
|
0
|
1748
|
|
POST
|
found a work-around...specify height & width of dataGrid table
#grid{
height:90% !important;
width: 100% !important;
}
... View more
08-17-2012
07:42 AM
|
0
|
0
|
568
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-02-2024 04:44 PM | |
| 1 | 11-04-2025 11:45 AM | |
| 1 | 10-31-2025 06:53 AM | |
| 1 | 02-06-2019 06:41 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|