|
POST
|
assuming you have access to ArcGIS Server and an ArcGIS Online for Organizations account you can point your AGOL account to use your organizations own print service. This can be found by: 1. Clicking My Organization 2. Click Edit Settings 3. Click Utility Services Tab 4. Change the url to whatever your printer service is. You can set up different templates that your printer service accesses by viewing the ArcGIS Help.
... View more
08-08-2013
07:30 AM
|
0
|
10
|
1830
|
|
POST
|
Please promote this idea on the ideas site: http://shar.es/yhMhU
... View more
08-08-2013
05:53 AM
|
0
|
0
|
1131
|
|
POST
|
Are you clicking the share button when the webmap is opened? Or are you clicking the share button from the thumbnail/list? To get the Make Web Application or Embed map buttons to appear you have to hit the share button from within the webmap itself. It can get confusing since there are about 3 share buttons and only one of them allows you to make an application. [ATTACH=CONFIG]26493[/ATTACH] [ATTACH=CONFIG]26494[/ATTACH]
... View more
08-06-2013
06:53 AM
|
0
|
0
|
1170
|
|
POST
|
I'm having trouble figuring out the proper way to disable popups when measuring. This issue has been discussed here, here, and here. I've tried the suggested solutions but still can't get the popups to stop while I'm using the measurement widget. My app is here if that might help get me pointed in the right direction. Thanks.
... View more
07-30-2013
10:16 AM
|
0
|
2
|
3860
|
|
POST
|
Mark, I really appreciate your help. Here is what I've done: In the config.txt file: //URL used for doing query task on the features.
'DevPlanLayer' : "https://myserver/arcgis/rest/services/myfolder/Parks/MapServer/0", In the default.htm file within the MapInitFunction(map): dojo.connect(devPlanLayer, "onMouseMove", function (evt) {
if (evt.graphic) {
if (evt.graphic.attributes) {
ShowMapTip(evt, evt.graphic.attributes.NAME);
}
}
});
dojo.connect(devPlanLayer, "onMouseOut", CloseMapTip);
var devPlanLayer = new esri.layers.FeatureLayer(devPlanLayerURL, {
mode: esri.layers.FeatureLayer.MODE_SNAPSHOT,
outFields: ["*"],
id: devPlanLayerID,
displayOnPan: false
}); I suspect the above is where I'm having issues, either putting it in the wrong spot or it is conflicting with the config file. As you mentioned the code to create and close the maptips already exists. Not sure what is going on but I'm not getting any tooltips. Am I putting the code in the wrong spot?
... View more
07-26-2013
04:57 AM
|
0
|
0
|
819
|
|
POST
|
Thanks! So are you overriding the config file where it has 'DevPlanLayer' set as a mapservice? And are you creating DevPlanLayerURL or is that located somwhere I haven't seen yet? Thanks again.
... View more
07-25-2013
12:10 PM
|
0
|
0
|
819
|
|
POST
|
Thanks! Amateur question, but how would I tie that to the mapservice I want to query?
... View more
07-23-2013
06:02 AM
|
0
|
0
|
646
|
|
POST
|
Is there any way to modify the Parks Finder app so that when you hover over the park a tooltip appears with the name of the park? The 10.1 app uses a mapservice so I modified the config and JS files to include a FeatureService of the Parks data, thinking I could just overlay the featureservice on the mapservice. The app didn't like this and only the featureservice was loading. I'm assuming adding the tooltips will be an easier customization in the upcoming 10.2 release of the app, since it will consume a FeatureService out of the box. In any event, this is a feature that our parks department wants in place before we go live with the app, so I am trying to find a good solution.
... View more
07-17-2013
06:45 AM
|
0
|
6
|
3226
|
|
POST
|
I'm getting some pretty weird behavior out of the maps and apps gallery suddenly. The application was working as suspected for a few weeks and suddenly I began to get an authentication error in the checklist.html, and the gallery stopped pulling the information from arcgis online. Thinking it might have been caused by some edits I made to the JS, I downloaded the source code from Github and started from scratch. This made everything work again perfectly... for an hour. Needing to have the website useful for a meeting, I did the same thing and re launched the application with fresh code so it would work, luckily it made it through the meeting, but after an hour it started getting the same authentication errors and would not load properly. The proxy has a line of code: <tokenDurationMinutes>60</tokenDurationMinutes> that looks like it might be of interest since the time out happens after an hour, its just not getting the new token or re-authenticating. Any help/workarounds/fixes?
... View more
07-11-2013
04:23 AM
|
0
|
1
|
1835
|
|
POST
|
Did AGOL have any security or authentication updates recently? My Maps and Apps Gallery application is now receiving an authentication error from ArcGIS.com that is restricting it from accessing the applications.
... View more
07-09-2013
04:25 AM
|
0
|
1
|
754
|
|
POST
|
Beckie, Nathan, Craig, Are your web maps or web apps public? I'd be happy to take a look at them. The only known restriction for the search is when a layer is nested in a webmap at a level lower than the top level. There's not enough information in the lower level to do the search, but we are interested in solving that. This restriction tends to be caught at the configuration stage, however. Are you using the software version hosted by AGOL (http://www.arcgis.com/apps/Solutions/s1.html?appid=...) or a downloaded version? We've had problems with the download zip getting corrupted: an old version taking the place of the correct version. Regards, Mike My test app can be found here: https://marioncountyfl.maps.arcgis.com/apps/Solutions/s1.html?appid=f6a4e24c6b5e48fe9cff6cc629ed6898 I am using the hosted version on AGOL and the app is referencing a service hosted on our Server 10.1.
... View more
06-28-2013
10:35 AM
|
0
|
0
|
1215
|
|
POST
|
Similar issue here. I have served up a parcels feature service using ArcGIS Server 10.1. I have then used it to create a web map and finally a web application in my arcgis online for organizations account. I then configure it to search based on PARCELID and SITEADDRESS fields. Problem is that search results are only returned when I enter 1 character in the search box. Entering more than 1 character brings back no results. Ex. Entering "1" in the box brings back every address/parcel id that contains the number 1. Entering "12" yields zero results even though there are plenty of parcel ids and addresses that have 12 in them. Any ideas? I have a current incident open with technical support, but am hoping that somebody here might be able to help as well.
... View more
06-28-2013
07:40 AM
|
0
|
0
|
1215
|
|
POST
|
I have served up a parcels feature service using ArcGIS Server 10.1. I have then used it to create a web map and finally a web application in my arcgis online for organizations account. I then configure it to search based on PARCELID and SITEADDRESS fields. Problem is that search results are only returned when I enter 1 character in the search box. Entering more than 1 character brings back no results. Ex. Entering "1" in the box brings back every address/parcel id that contains the number 1. Entering "12" yields zero results even though there are plenty of parcel ids and addresses that have 12 in them. Any ideas? I have a current incident open with technical support, but am hoping that somebody here might be able to help as well.
... View more
06-28-2013
07:28 AM
|
0
|
0
|
2996
|
|
POST
|
we recently started an ArcGIS Online for Organizations account and are trying to figure out how to seamlessly add a feature search to the basic viewer template. I have downloaded the code and it all looks much more involved than some of the apps I've built via the JavaScript API, so I'm not sure of a great place to start. I tried scraping some code from the Parcel Viewer Template and adding that to the parcel viewer, but I don't think thats a great way to go. Any assistance or recommendations would be helpful and appreciated.
... View more
06-20-2013
11:48 AM
|
0
|
1
|
863
|
|
POST
|
Hi Craig, The current Gallery switches over to SSL if the authentication with the server reports back that it requires it. I wouldn't modify the addresses in the code because there are aspects of the address usage that are out of the app's control that simply will not accept the switch, so the http/https is handled in the proxy. This enables the Gallery to support public or private content in a public or private group. Regards, Mike Thanks for the reply. I have switched all the ESRI URLs back to the original code, and have made my organizations URLs https. However, I continue to get the bar at the bottom of IE that requires the user to click OK after reading that the page is only displaying secure content. Not sure the best way to go about fixing that. In Chrome, the app hangs at the loading screen.
... View more
06-20-2013
06:42 AM
|
0
|
0
|
419
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-16-2014 09:52 AM | |
| 6 | 06-12-2013 08:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|