|
POST
|
Brian, thanks for the quick replies and trying to help! I figured it out. I right-clicked the screen, properties and copied the Address URL. I pasted the link into IE, which told me that I needed to enable SSL and TSL (Go to Internet Options -> Advanced -> Scroll down to security and check the SSL and TSL checkboxes. When I went there I noticed that TSL was not checked. Once I checked it and restarted ArcGIS Pro I am now able to see the login screen. Might be something to add to the help file in case other people run into this issue. Tim
... View more
10-29-2014
08:41 AM
|
1
|
0
|
3019
|
|
POST
|
Hey Brian, Yes, my admin has given my user name the permission. Maybe the url I am using is wrong (see screenshot)? Tim
... View more
10-29-2014
08:12 AM
|
0
|
4
|
3019
|
|
POST
|
Hey everybody, I just downloaded ArcGIS Pro but I am not able to sign in. In the help file it says once downloaded and installed, I should be able to use my organizational account to sign in and start ArcGIS Pro. When I start up ArcGIS Pro I see screenshot 1. I then click on "Configure your licensing portal". What URL am I supposed to put under Sign in to ArcGIS Online? I assume this is why I am not able to sign in? Any help would be appreciated! Thanks, Tim
... View more
10-29-2014
07:33 AM
|
0
|
6
|
6086
|
|
POST
|
Glad I could help, don;t forget to mark the correct answer
... View more
10-27-2014
11:13 AM
|
0
|
0
|
1199
|
|
POST
|
Hey Jenn, I created a Field called PICTURE and then added the following code in the field for each feature:
<a href="http://www.ALinktoAWebsite.us/About" target="_blank"> <img src="http://www.YourImageServer.us/images/YOURIMAGE.jpg?sfvrsn=2" /> </a>
Or if you just want the picture with no link:
<img src="http://www.YourImageServer.us/images/YourImage.jpg?sfvrsn=2"/>
Once uploaded you can just add this field to your custom pop-up and it will show the picture instead of the text. Here is how it will look like: http://bit.ly/1wsNkCm Click on a firetruck. Tim
... View more
10-21-2014
12:51 PM
|
1
|
2
|
1199
|
|
POST
|
Terry, If you have a point layer with all your subscribers, you could run a select by location query to find that answer: http://resources.arcgis.com/en/help/main/10.1/index.html#//00s50000002q000000 Tim
... View more
10-21-2014
08:42 AM
|
2
|
0
|
2628
|
|
POST
|
Hier gibt es alle Welt Fluesse. http://www.arcgis.com/home/item.html?id=f7c73101a09c44058f8f029eefd37bd6
... View more
10-20-2014
05:43 AM
|
0
|
3
|
1937
|
|
POST
|
I think your are talking about metadata? ArcGIS Help 10.1
... View more
10-17-2014
11:13 AM
|
0
|
1
|
1043
|
|
POST
|
Thomas, One difference from to top of my head is, field headers can only have a size of 10 characters in a shapefile and more in a geodatabase. check this out: http://help.arcgis.com/en/arcgisdesktop/10.0/pdf/building-a-geodatabase-tutorial.pdf Tim
... View more
10-16-2014
09:38 AM
|
2
|
1
|
5127
|
|
POST
|
To answer your first question, add the following code:
featureLayer1.setVisibility(false);
var featureLayer1 = new FeatureLayer("http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/0", {
mode: FeatureLayer.MODE_ONDEMAND,
infoTemplate: new InfoTemplate("Block: ${BLOCK}", "${*}"),
outFields: ["POP2000", "HOUSEHOLDS", "HSE_UNITS", "TRACT", "BLOCK"]
});
featureLayer1.setSelectionSymbol(markerSymbol);
featureLayer1.setVisibility(false);
featureLayer1.on("selection-clear", function () {
});
For your 2nd question, what if you put an if statement here:
var featureLayer1Message = results[0].length;
var featureLayer2Message = results[1].length;
var featureLayer3Message = results[2].length;
i.e. if featurelayer 1 checkbox is checked run var featureLayer1Message = results[0].length; Tim
... View more
10-16-2014
05:20 AM
|
4
|
2
|
4040
|
|
POST
|
To geocode addresses from a spreadsheet, you need an ArcGIS online organizational account and for 100k customers you would need to buy a lot of credits.
... View more
10-15-2014
12:48 PM
|
1
|
1
|
1232
|
|
POST
|
Natalie, great map, do you plan on adding or creating a map that shows Ebola cases in other countries (i.e USA, Germany)? Tim
... View more
10-15-2014
05:15 AM
|
0
|
2
|
1435
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2015 06:58 AM | |
| 1 | 05-04-2016 07:27 AM | |
| 1 | 07-06-2017 08:12 AM | |
| 1 | 10-26-2015 11:51 AM | |
| 1 | 12-12-2014 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|