|
POST
|
Look at this: Spatial Join (ArcToolbox > Analysis Tools > Overlay) This tool adds fields from the Other layer's attribute table to the Main layer's table based upon a spatial relationship (such as Intersects, Contains, Is_Within, or Closest) between the features of the two layers. The join operation can be one-to-one or one-to-many. If the join operation is one-to-many, the output feature class can contain duplicated records from the Main feature class to match corresponding records in the Other feature class. How To: Create a one-to-many join in ArcMap
... View more
12-19-2017
11:00 AM
|
1
|
7
|
5254
|
|
POST
|
ghuller_Chesco I have not been able too. I reached out to the authors and they said they would help then I never heard anything back. You could try to contact them and see if they will help you.
... View more
11-21-2017
08:38 AM
|
0
|
0
|
1019
|
|
POST
|
You do not need to have font-family twice Are you talking about the Attach code on AGOL? If so look at this: Item details—ArcGIS Online Help | ArcGIS Code Attachment—You can attach code (as a ZIP file) to your apps. This can be helpful if you are sharing a sample or a configurable app and want others to have access to your code. To update a code attachment without resetting the download counter on the item, use Update Codeand upload a ZIP file with the same name as the original ZIP file. If you want to attach a new file, first delete the existing file; then use Attach Code. This will reset the download count on the item. Basically the code you attach will allow others to download it but it will not affect your storymap.
... View more
11-17-2017
12:39 PM
|
0
|
1
|
3201
|
|
POST
|
In your css try changing the font-family to : Title{ font-family: merriweather !important; }
... View more
11-17-2017
08:16 AM
|
0
|
3
|
3201
|
|
POST
|
What does your code look like? CSS { font-family: "Times New Roman", Times, serif; }
... View more
11-16-2017
04:36 PM
|
0
|
0
|
3201
|
|
POST
|
I know mine works. I tried it last Friday. Just make sure you define an area. If not it will try to download the world.
... View more
10-18-2017
01:20 PM
|
1
|
0
|
2033
|
|
POST
|
I have it closed on Mobile devices and open on desktop. I am not sure we are talking about the same thing though.
... View more
10-13-2017
03:05 PM
|
0
|
1
|
600
|
|
POST
|
I was able to get this to work but would there be a way to make it stay the button version for mobile devices? Code here: function c() {
var e = $(r.container).find(".geocoderBtn");
f = n.createGeocoder({
map: r,
domNode: e.find(".geocoderContainer")[0],
enableButtonMode: !0,
searchOptions: o
}).then(function (t) {
a = t, e.find(".esriGeocoderContainer input, .esriGeocoderSearch").attr("tabindex", "-1")
})
}
... View more
10-13-2017
12:44 PM
|
0
|
4
|
3731
|
|
POST
|
here is the updated version http://gis.ashland.or.us/cipshortlist2/ This also has some of my changes to the mobile version.
... View more
10-10-2017
08:03 AM
|
2
|
0
|
1035
|
|
POST
|
Yes you will need to host the images somewhere. We have a server at my work where I host my picture. I do not work for esri but geonot is a great place to find answers. If you feel that one of the comments above is correct please mark it correct.
... View more
10-06-2017
09:14 AM
|
0
|
0
|
777
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2025 01:53 PM | |
| 1 | 08-24-2022 09:40 AM | |
| 1 | 07-19-2018 04:41 PM | |
| 1 | 04-05-2024 03:12 PM | |
| 1 | 07-04-2024 11:42 AM |