|
POST
|
My solution was to have all the group layers on from the start, whether a sublayer is turned on, or not. Then the user doesn't have to worry about it.
... View more
04-03-2015
08:52 AM
|
0
|
0
|
944
|
|
DOC
|
Robert, Using the URL created from "Export Search URL". Is there a way to make the URL work when the enhanced search widget is NOT openatStart ? Some workaround? I have a URL constructed this way that will zoom to the found parcel, although only once the user opens the enhanced search widget.
... View more
04-02-2015
12:21 PM
|
0
|
0
|
9062
|
|
POST
|
Yeah that seems to be the case. Too bad. The privileges:['networkanalysis'] isn't required for this tool, so I believe ESRI should have developed the widget for create buffers to be flexible using your own geometry service without a credit cost. Maybe in the next release. For now I guess I'll work on constructing my own geoprocessing widget for create buffer needs. Thanks for your quick response.
... View more
04-02-2015
10:55 AM
|
2
|
0
|
1319
|
|
POST
|
The create buffers task is still using http://analysis2.arcgis.com/arcgis/rest/services . So either I didn't reload my app correctly to accept the geometry service changes in those 2 spots. Or something else is still required.
... View more
04-02-2015
10:30 AM
|
0
|
2
|
1319
|
|
POST
|
Sorry. No the geometry service is hosted on my server. I registered it with AGOL also to see if that would make a difference. But the service is coming from my server and the rest endpoint URL is pointed to my server within my app. When I reload the WAB through node.js and launch and test, clicking the "show credits" link in the create buffers panel, it still indicates a credit cost. So I'm not sure if I'm doing something wrong, or what. Thanks!
... View more
04-02-2015
10:20 AM
|
0
|
3
|
1319
|
|
POST
|
I had already changed the geometry service that WAB uses in server\apps\xx\config.json. Now also updated the client\stemapp\config.json. Thanks for catching me there. Although testing it still shows credits will be used. Is this correct? I was of the belief that after changing the parameters in those 2 places to use my own geometry service, the create buffers task shouldn't use credits. Is this line of thinking correct?
... View more
04-02-2015
10:10 AM
|
0
|
5
|
1319
|
|
POST
|
In WAB 1.1 developer edition using the analysis widget and only the Create Buffers geoprocess, is there a way to use my own geometry service and not have the authorization popup? I've hosted my geometry service in AGOL and still receive popup.
... View more
04-02-2015
09:43 AM
|
0
|
7
|
5014
|
|
POST
|
I would also like a little more clarity on the tags required in the config.json and proxy if someone can provide it? Possibly an example of each showing application level authentication? This is what I'm using and it's probably not correct- proxy- <serverUrl url="http://adacountyitgis.maps.arcgis.com/" oauth2Endpoint="https://www.arcgis.com/sharing/oauth2" clientId="*****************" clientSecret="***********************************" rateLimit="600" rateLimitPeriod="60" matchAll="true"> </serverUrl> json- "wabVersion":"1.1","isWebTier":false,"httpProxy":{"useProxy":true,"alwaysUseProxy":false,"url":"http://arcg.is/1vh66cC","rules":[{ "urlPrefix": "http://adacountyitgis.maps.arcgis.com/", "proxyUrl": "http://mywebserver/proxy4/proxy.ashx" }]},"appId":"************************"} If anyone could tell me what is missing, what should be removed or changed, it would be appreciated. Thanks, Ryan
... View more
03-03-2015
09:19 AM
|
2
|
0
|
10156
|
|
POST
|
Robert, Your work flow is what I would like to implement. I'm using web appbuilder 1.0 developers edition. My services and app are registered with AGOL, although on AGOL I would not like to share the items with "Everyone" or groups. And also would like to have application authentication so my users do not login. I installed the web appbuilder and designed the app on my local machine, then downloaded the application and placed it on my web server. I think I'm not setting up my proxy correctly. Can you give insight into how you've set up your proxy, such as which parameters you're using? I'm using url, oauthEndpoint, clientId, clientSecret, rateLimit, rateLimitPeriod, matchAll. My url="http://adacountyitgis.maps.arcgis.com/". My oauthEndpoint="https://www.arcgis.com/sharing/oauth2" Am I missing something? Or wrong values? Or totally offbase for this setup? Thanks, Ryan
... View more
03-02-2015
12:17 PM
|
0
|
0
|
3042
|
|
POST
|
Here's a little more I've found on the matter- http://support.esri.com/en/bugs/nimbus/TklNMDkzMzQx The bug report has been rejected. ESRI designed the REST endpoint to no longer contain the Definition Expression. Although, I've also found somewhat conflicting documentation from ESRI- http://resources.arcgis.com/en/help/main/10.2/index.html#//00sq00000083000000 -- in the note section "Definition queries/query expressions cannot be modified programmatically through the map service. If you need to modify the query specified in your map service, you'll need to open the original map document, update the query, and overwrite your map service. For full instructions, see Overwriting a service in ArcGIS for Desktop." I can't work with queries from the original map document either. So I'm going to have to figure out a different angle.
... View more
01-02-2014
08:58 AM
|
0
|
0
|
1418
|
|
POST
|
Thanks for the feedback David. Are you saying that you can work with Definition Expressions in the REST endpoint albeit without full functionality? All I receive is "Definition Expression: N/A" even if I test the service by adding a basic definition expression before publishing.
... View more
01-02-2014
08:05 AM
|
0
|
0
|
1418
|
|
POST
|
I just upgraded to 10.2 and am also now receiving the "Definition Expression: N/A" in my REST endpoint. Has anything else been discovered concerning this issue? A workaround? Or are definition expressions no longer supported with map services? I'm using the setDefinitionExpression method in my code, and obviously now it is ineffectual. I haven't found anything else discussing this issue other than this forum post. Thanks.
... View more
01-02-2014
06:22 AM
|
0
|
0
|
1418
|
|
POST
|
Was there any resolution, or work around method discovered for this issue? Is there a way to set the content without using the domnode? I'm encountering the same issue when revisiting a service and using the attribute inspector infowindow. Thanks.
... View more
07-14-2011
06:35 AM
|
0
|
0
|
577
|
|
POST
|
Thanks for your efforts Brett, The only solution I found was to use my ArcGISDynamicMapServiceLayer instead of the feature layer for each floor. Using the feature layers threw errors. So I constructed the legend - dojo.connect(map, 'onLayersAddResult', function (results) {
legend = new esri.dijit.Legend({
map: map,
layerInfos: legendLayers
}, "legendDiv");
legend.startup();
}); Then within the "if" statement for each floor I shift out the previous 1st element of the array, and push the new element in. This'll do. legendLayers.shift({ layer: Service });
legendLayers.push({ layer: Service, title: 'BASEMENT' });
... View more
06-20-2011
01:13 PM
|
0
|
0
|
931
|
|
POST
|
No dice. It has no effect on the already constructed legend. The values don't update. I tried using legend.refresh([{ layer: floorLayer, title: 'FIRST FLOOR'}]); after the legend was created and populated in the previous "if" statement, and that throws errors. Maybe I'm going about it all wrong. I've got a courthouse floorplan with 7 floors. I use a select box for the user to select which floor they want to look at. When selected, each floor loads a ArcGISDynamicServiceLayer and a FeatureLayer. Upon the first selection the legend is created without errors. Then if the user selects a new floor, map.removeAllLayers(); is called, then the new ArcGISDynamicServiceLayer and FeatureLayer is loaded but the legend widget won't update even with new legendLayers value passed into the array. Maybe I need to think of using a new concept? Or other ideas with this concept? Thanks
... View more
06-17-2011
10:12 AM
|
0
|
0
|
931
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 04-02-2015 10:55 AM | |
| 2 | 03-03-2015 09:19 AM |
| Online Status |
Offline
|
| Date Last Visited |
12-02-2025
01:20 PM
|