|
POST
|
Jennifer, according to this there is a drag and drop option within ArcGIS Online, I just tried it and it worked (with a lat/long cvs file). Try it with the file I have attached. Since the Webappbuilder runs off an AGOL map, there might be something you can do. Wish I could be more help! Tim
... View more
01-21-2015
07:43 AM
|
1
|
1
|
529
|
|
POST
|
Maybe you could create a custom infowindow? Check it here: Custom info window | ArcGIS API for JavaScript
... View more
01-21-2015
06:51 AM
|
1
|
1
|
2852
|
|
POST
|
Jennifer Minnick I assume that the geocoding service that ESRI offers is not accurate enough? It will also cost alot of credits to use it. Would they have spreadsheets of lat/long data or addresses? If it is lat/long data then there is an easy way to plot things on a map. If it is ok to use the geocoder that ESRI provides, you could always train them to look for an address or lat/long and then use the draw tool to add a point. I know this is not optimal but it could do the job. Just let me know what exactly they would do.
... View more
01-21-2015
06:49 AM
|
0
|
0
|
3004
|
|
POST
|
Jennifer Minnick did you try the WebAppbuilder yet? It has a lot more options for printing.
... View more
01-20-2015
01:44 PM
|
1
|
6
|
3004
|
|
POST
|
Jennifer, You are right. There are a lot of functions you still need a server for. Earlier I have read a question about using your own address locators in AGOL. Again you need a server for that. It seems that ESRI is slowly transitioning into the AGOL age, with emphasize on slowly Tim
... View more
01-20-2015
01:28 PM
|
0
|
8
|
3004
|
|
POST
|
Morgan, I know this is not what you asked, but check out my draw widget I created for javascript. Javascript API - Advanced Draw widget Maybe you don't need to re-invent the wheel Tim
... View more
01-20-2015
01:02 PM
|
0
|
2
|
1716
|
|
POST
|
Morgan, it is tough to help without seeing your code. Do you have a jsfiddle or something? Tim
... View more
01-20-2015
12:54 PM
|
0
|
1
|
1716
|
|
POST
|
Do you mean like an address locator you would use within ArcGIS Desktop? If so, then no. You need a server to publish a service.
... View more
01-20-2015
11:16 AM
|
0
|
3
|
1391
|
|
POST
|
Lela, you could always create your model in modelbuilder and then export it to python. Then you could add code that will check if certain files exist and if they do, delete them. Like this: env.workspace = "Space where your output will be"
if arcpy.Exists("your feature"):
arcpy.Delete_management("your featuree") That's how I do it. Tim
... View more
01-20-2015
07:41 AM
|
0
|
0
|
7330
|
|
POST
|
Hamish, my bad for some reason I thought they were using the address locator. You can check out my app here, where I use the geocoder (with autocomplete) and a graphic to show where the address is. Location, Location, Location... - JSFiddle Especially this part of my code: geocoder.on("select", showLocation); and the showLocation function associated with this. Hope this helps! Tim
... View more
01-16-2015
05:11 AM
|
0
|
1
|
2814
|
|
BLOG
|
Very nice! It truly was a pain getting the WAB to work! Not to mention trying out the demo widget and theme
... View more
01-15-2015
11:37 AM
|
0
|
0
|
16688
|
|
POST
|
Eric, Most of the complaints I have are related to it being very new. 1. At the moment there aren't many layouts to chose from, unless you want to invest the time to code your own. 2. There are some nice widgets that you can include in your webapp but I don't think enough. 3. The help file is still missing a lot of things or is unclear. The good: 1. Once ESRI gets really rolling, it will be very easy to use and you will need minimal javascript experience. 2. The layouts they do have are very slick and look modern. 3. Setting up an App is very fast. 4. You can customize almost everything if you have javascript experience. 5. It is easy to integrate 3rd party widgets/themes. Hope this helps! Tim
... View more
01-15-2015
11:30 AM
|
1
|
0
|
2702
|
|
POST
|
You can also sign up for the free developer account. This will enable you to play around with the WAB. You can download it here.
... View more
01-15-2015
11:05 AM
|
0
|
0
|
633
|
| 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
|