POST
|
Hi Michael, The largest application of Attribute Assistant here at Douglas County occurred during the creation of our county-wide Address Points layer. I still use it regularly when updating both Address Points and Street Centerlines. I tend to find the most value in Attribute Assistant's ability to drill down through multiple, spatial layers. For example, when I change the geometry of an address point, Attribute Assistant runs rules that assign values for PIN, Municipality and ZIP Code. Beyond Addresses and Streets, I fall back on Attribute Assistant occasionally for customized workflows. I like the flexibility of the dynamic value table in applying value methods however I need them. The ability to generate unique ids is a big deal, too. Several of the departments we work with have expressed a need to do just that. Anyway, I've also attached our Dynamic Value table for reference. Hope it's useful to someone!
... View more
02-25-2016
06:48 AM
|
2
|
0
|
2049
|
BLOG
|
Thanks Zoltan. It sounds like you've effectively reproduced my problem. I added the TPK in the same fashion (and also confirmed that it works on Collector), but I can't find it in Survey123.
... View more
02-09-2016
09:05 AM
|
0
|
0
|
4130
|
BLOG
|
Thanks Marika. I didn't know there was a separate installation of Survey123. I just installed it, and the My Surveys folder was created, but it only has a Databases folder- no Maps folder. Will it still work if I manually create the Maps folder, or do I need to add the TPK somewhere else? Could you offer an explanation as to how copying the TPK to this directory on my PC coordinates with the TPK on my device?
... View more
02-09-2016
07:25 AM
|
0
|
0
|
4130
|
POST
|
It sounds exactly like iOS. When I open the Map Library, though, I don't see anything and can't do anything besides Sign Out. Do you see any more than this?
... View more
02-05-2016
02:01 PM
|
0
|
1
|
1064
|
POST
|
How do you give Survey123 the directory? I copied the TPK to the Survey123 app using iTunes, but I haven't found a way to get it showing up anywhere.
... View more
02-05-2016
01:42 PM
|
0
|
3
|
1064
|
BLOG
|
My installation didn't include a My Surveys | Maps folder. I only see My Survey Designs, My Survey Attachments, and AppStudio. I tried creating a Maps folder, but I'm still unable to make anything happen. Fasil suggested sharing the .tpk online, so I'm going to try that too.
... View more
02-05-2016
01:39 PM
|
0
|
0
|
4130
|
POST
|
Fasil, Is it necessary to upload the tile package to ArcGIS Online? Ours is about 32GB; I believe that exceeds the limitation.
... View more
02-05-2016
09:03 AM
|
0
|
5
|
1064
|
POST
|
Fasil, Yes, I saw your above response. I don't see any map section I can't click on. If you're referring to this, I can't get it to do anything..
... View more
01-29-2016
10:38 AM
|
0
|
7
|
1106
|
POST
|
Thanks Fasil.. and thanks Hannah. Regarding the .info file, I tried this again and achieved different results, though still not what I expected. I tried deleting everything that exists in the .info file, and pasted the snippet you posted. When I republished the survey, the .info file was modified again, and it now only has the following code: { "serviceInfo": { "itemId": "4add4aaee47847508b3795228529ebfd", "type": "Feature Service", "url": "http://services.arcgis.com/pDAi2YK0L0QxVJHj/arcgis/rest/services/service_1544619d72e244128559286a072e8975/FeatureServer" } } Regarding the map types menu, how do I access that menu? I'm using an iPad, and I haven't been able to find anything like it. This is all I see.. I'm using an iPad 2, version 9.0.2. I'm signed into the Survey123 app as the same user that published the survey. I haven't seen an update for the app since January 5th- has any been released since then?
... View more
01-28-2016
06:12 AM
|
0
|
9
|
1106
|
POST
|
That was my intention when I initially posted the message. I asked a question directly from the Survey123 for ArcGIS page, but when I clicked "In a place," the only option was "Utility Survey 123 Configurations." I just tried moving the discussion, and this is as close as I get: Any other advice?
... View more
01-21-2016
08:21 AM
|
0
|
0
|
1106
|
POST
|
Goal: Use a tile package as an offline basemap. (Tile package is already loaded to Survey123 on iPad 2) Tried: Adding the following snippet to INFO file { "displayInfo": { "map": { "mapTypes": { "append": false, "includeLibrary": true, "mapSources": [ { "url": "http://www.arcgis.com/home/item.html?id=221a6aab56804a988a94ec9f82a063e7", "storeInMapLibrary": false }, { "url": "http://www.arcgis.com/home/item.html?id=4497b7bb42e543b691027840d1b9092a", } ] } } } } Problem: INFO file resets to default whenever I try publishing the survey. I don't think the "append": true parameter is being published along with the survey. Question: Is this an issue with Beta, or have I missed a step?* *Note: I see there is a pending app update set for release next week (01/18/16) and will plan to see if anything changes.
... View more
01-13-2016
09:51 AM
|
0
|
26
|
7323
|
POST
|
Thanks for the help, Yue. I got some one-on-one help at the ESRI UC, and found a very simple solution. All I needed to do was change one character... from: to:
... View more
07-27-2015
12:03 PM
|
0
|
0
|
826
|
POST
|
Thanks Yue, it was helpful. I added maxLocations to the code, but it's still returning two results. I'm not sure whether I added the parameter incorrectly or whether its not supported for this. Would you say the following snippet looks right? function locate() { map.graphics.clear(); var add = dojo.byId("address").value; var address = { Street : add, maxLocations : 1 }; locator.addressToLocations(address,["Loc_name"]); }
... View more
07-07-2015
06:09 AM
|
1
|
2
|
826
|
POST
|
I am trying to use a composite geocoding service in a javascript web app, but it returns a result from each of the address locators (Address_Points & Street_Centerlines) referenced by the composite locator. Is there a parameter I can set, somewhere, that tells the geocoder to return ONLY the BEST result?
... View more
07-06-2015
09:06 AM
|
0
|
4
|
3969
|
IDEA
|
-->
As it is now.... When Zoom to Selected Features is used for a single, point feature, the zoom scale is calculated as 1/20 the overall spatial extent of the layer. In cases where the feature class has hundreds of thousands of features (e.g. Address Points), this zoom function loses all of its value. I would like to see an option for a default, or maximum zoom extent setting in cases where I want to zoom to a single, selected, point feature.
... View more
05-05-2014
07:38 AM
|
17
|
6
|
2341
|
Title | Kudos | Posted |
---|---|---|
1 | 06-02-2020 02:24 PM | |
1 | 07-18-2023 01:51 PM | |
1 | 09-04-2013 05:16 AM | |
1 | 03-18-2014 05:38 AM | |
2 | 06-02-2020 02:22 PM |
Online Status |
Offline
|
Date Last Visited |
07-09-2024
09:03 PM
|