POST
|
Very interesting. I just checked it out and the button is grayed out. See below:
... View more
05-20-2016
11:17 AM
|
0
|
2
|
779
|
POST
|
I have created an application in Web AppBuilder. It uses my standard basemaps (not ESRI's) which are in North Dakota State Plane South projection. When you click on the icon to zoom to your current location, it puts you there, but it zooms in to about .3 of a foot. I suspect this has to do with using State Plane projection and feet instead of geographic and degrees, but I have no idea how to change these settings so that it zooms to a reasonable level. Any ideas?
... View more
05-20-2016
08:35 AM
|
0
|
5
|
3942
|
POST
|
This worked splendidly. It is just like me to make this harder than it had to be.
... View more
05-17-2016
12:23 PM
|
0
|
0
|
730
|
POST
|
Paul, I assume your solution would have worked just fine, but I tried the easy answer first and it worked. Thanks. Matt
... View more
05-17-2016
12:23 PM
|
0
|
1
|
730
|
POST
|
I am having trouble creating a custom popup in ArcGIS Portal. What I want is a hyperlink to an external page that is filled with data from the clicked feature. The hyperlink looks like this: "http://www.co.richland.nd.us/RCIMS/Parcel.html?parcel=13-0000-02582.001" where the bold red part would come from the following data field: {RICHLAND.DBO.RC_Parcels.PIN_TXT}. Thanks for any advice you may have. I tried to construct in the HTML mode, but couldn't get it to insert the data correctly into the HTML string.
... View more
05-17-2016
09:21 AM
|
0
|
5
|
4938
|
POST
|
I might not have been clear about what I am trying to do, so I will use an example. Lets say I have a polygon layer which has all counties in the state, and I have a raster layer in which each pixel has a value range of 1-5. I would like to overlay the two and receive a table with the columns county,1,2,3,4, and 5. So for each line, I would like the county name, the area of value one in that county, the area of value 2 in the county, etc...
... View more
03-09-2016
08:19 AM
|
0
|
2
|
576
|
POST
|
I am about to create a model to do this, but before I go and do that I want to be sure whether this exists already. I need to find out the area of each pixel value from a raster within a zone from a polygon overlayed. The closest I have found to this so far is the "zonal statistics" tool in the ESRI Spatial Analyst Toolbox. Ultimately, I would like to join the table to the original polygon zone layer to add these values as attributes of the zone. Thanks in advance, Matt Syvertson msyvertson@co.richland.nd.us
... View more
03-09-2016
07:54 AM
|
0
|
4
|
4266
|
POST
|
Thanks to everyone's assistance. I ended up opening up a tech support case, and found out that this is a known bug that is to be fixed in version 10.4. Another bug showed up when I attempted to just change the URL (Which should be able to be done) in the App editor. This bug will not save the changes. Both bugs are listed below: • BUG-000088682: When a Portal for ArcGIS site is configured to use Secure Sockets Layer (SSL) only, ArcGIS Web AppBuilder applications are created through HTTP automatically and the URL cannot be updated. This bug is marked as fixed in 10.4. • BUG-000091888: In Portal for ArcGIS 10.3.1, changes made to a web map application's URL do not persist after being saved. This bug appears to be going through the review process still. In the meantime, you can go through the workaround like we did on the phone: Browse to the item's details page through My Content. Copy the item ID from the URL. Navigate to the ArcGIS Portal content directories using the item id. For example: C:\arcgisportal\content\items\4b3a1b1a75cb495fbcb7f983624df263\esriinfo Edit the iteminfo.xml file within the esriinfo folder for that item and change the URL to include https instead of http. In Portal, you can now change the application's URL; all changes will now be saved.
... View more
02-09-2016
12:56 PM
|
1
|
1
|
3810
|
POST
|
I noticed that there are no ESRI tech support or developers in this conversation yet. Any ideas on this one ESRI?
... View more
02-09-2016
10:49 AM
|
0
|
6
|
1325
|
POST
|
Yes. The portal will only allow SSL. That is the problem. portal won't accept anything else, yet the app builder creates a URL without it. I tried to edit the URL and it looks like it takes it, but when I go back in, it reverts back.
... View more
02-09-2016
09:06 AM
|
0
|
1
|
1325
|
POST
|
I agree. Everywhere in my portal requires https. Every page I go to is configured to display https, except the apps that are created using the method in the screen shot above. To answer a question from above, I tried to configure are "URL rewrite" in IIS, and then the portal did not function. It is possible I did it incorrectly, but I followed a post that a Microsoft professional posted on a different site. URL Rewrite for SSL redirection : The Official Microsoft IIS Forums <rule name="Force HTTPS" enabled="true"> <match url="(.*)" ignoreCase="false" /> <conditions> <add input="{HTTPS}" pattern="off" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" appendQueryString="true" redirectType="Permanent" /> </rule>
... View more
02-09-2016
09:04 AM
|
0
|
1
|
2486
|
POST
|
I think you guys are right IF I was doing this in a web app builder that I installed on my desktop and use the "node.js" environment to create it. But in this case, this app is created using the built-in version of app-builder in the portal. See screen shot below: I am going to try using the desktop version of web app builder, but I still need to get this to work, because I don't want to have to build all the little apps, and this is a non techie person who is doing this particular app. The process worked easy enough for him to make the map and app he needs, without getting down in the weeds. I will continue to attempt finding these files/settings on the GIS Server, but I have not yet been successful.
... View more
02-09-2016
08:54 AM
|
0
|
6
|
2486
|
POST
|
Thanks Chris for your quick response. I have a CA signed Certificate and I have SSL enabled. The application works in SSL very well. I just have to manually add the "Https://" to the URL that the web appbuilder creates. So, if I find the App in the gallery, and I click on it, I get a "Forbidden" error message. Then if I add the "Https://" to the front of the URL, you can proceed.
... View more
02-09-2016
08:04 AM
|
0
|
11
|
2486
|
POST
|
Hello. I have just created an application with web app builder (This is using portal, not AGOL, and using the "Create Application using Web App Builder" in the portal) Immediately we had errors saying that access was forbidden. After a day or so, I realized that the problem is that the app builder creates a URL that is not SSL, and I have my web server set to only accept SSL. The temp solution is to just add the "https://" to the URL in the address bar after it gives one that won't work. How do I get the app builder to give me a good address using https from the start. I know it must be able to be changed in the settings somewhere, but where??? Thanks. Matt Syvertson
... View more
02-09-2016
07:42 AM
|
0
|
20
|
7570
|
Title | Kudos | Posted |
---|---|---|
1 | 12-09-2021 06:38 AM | |
1 | 08-23-2024 02:11 PM | |
1 | 08-23-2024 07:53 AM | |
1 | 08-23-2024 06:32 AM | |
1 | 08-23-2024 07:31 AM |
Online Status |
Offline
|
Date Last Visited |
Monday
|