|
POST
|
Robert, A couple questions: 1) Is your Enhanced Search Widget for WAB available for download or implementation into WAB? 2) Is it possible to call an existing widget within the URL, like the Filter/Query widget and pass the search?
... View more
11-19-2014
12:27 PM
|
0
|
11
|
2174
|
|
POST
|
I have downloaded and placed an app built with the web app builder beta 3 on our web server. The app works fine, but I have been asked if it's possible to pass a search parameter in the URL...something like http://gis.linncounty.org.../?gpn=1234567890 ... where the app would zoom to the parcel with an id of 1234567890. I don't know much of anything about JavaScript so I was wondering if this is possible, and if so, what it would take to implement? Thanks!
... View more
11-19-2014
12:21 PM
|
2
|
26
|
10830
|
|
POST
|
Our basemaps are all in State Plane, as are the services overlaid on our basemaps. Is there something in the code where the WKIDs are off...?
... View more
11-04-2014
11:49 AM
|
0
|
1
|
2334
|
|
POST
|
Is there a way to get our basemaps to show in the basemap widget...?
... View more
11-04-2014
10:50 AM
|
0
|
3
|
2334
|
|
POST
|
...below is the code within the config_Basemap.json file...
{
"basemapGallery": {
"basemaps": [
{
"layers": [
{
"id": "baseImagery2012_8036",
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseImagery2012/MapServer"
}
],
"title": "2012 Imagery Base",
"thumbnailUrl": "http://linncounty-gis.maps.arcgis.com/sharing/rest/content/items/11083efc958c43fd90980dc2869b05b7/info/thumbnail/Picture1.png",
"spatialReference": {
"wkid": 102675,
"latestWkid": 3417
}
},
{
"layers": [
{
"id": "baseImagery2012_3805",
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseImagery2012/MapServer"
},
{
"id": "baseImageryLabels_8314",
"isReference": true,
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseImageryLabels/MapServer"
}
],
"title": "2012 Imagery with Labels Base",
"thumbnailUrl": "http://linncounty-gis.maps.arcgis.com/sharing/rest/content/items/eafdcd8eb4e74e489cdc97b76304d3df/info/thumbnail/Picture2.png",
"spatialReference": {
"wkid": 102675,
"latestWkid": 3417
}
},
{
"layers": [
{
"id": "baseMapLinnCountyCadastral_8931",
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseMapLinnCountyCadastral/MapServer"
}
],
"title": "Cadastral Base",
"thumbnailUrl": "http://linncounty-gis.maps.arcgis.com/sharing/rest/content/items/2cab862785c849a0bd3620e5639ab135/info/thumbnail/Picture1.png",
"spatialReference": {
"wkid": 102675,
"latestWkid": 3417
}
},
{
"layers": [
{
"id": "baseMapLinnCountyGray_9319",
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseMapLinnCountyGray/MapServer"
}
],
"title": "Grayscale Base",
"thumbnailUrl": "http://linncounty-gis.maps.arcgis.com/sharing/rest/content/items/44b0d0424b3e447a8ddbf8a8eafee595/info/thumbnail/Basemap_Standard_Grey.png",
"spatialReference": {
"wkid": 102675,
"latestWkid": 3417
}
},
{},
{},
{},
{},
{},
{
"layers": [
{
"id": "baseMapLinnCounty_3680",
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseMapLinnCounty/MapServer"
}
],
"title": "Standard Base",
"thumbnailUrl": "http://linncounty-gis.maps.arcgis.com/sharing/rest/content/items/300a7d7706724daa8e5f233cbc939791/info/thumbnail/Basemap_Standard.png",
"spatialReference": {
"wkid": 102675,
"latestWkid": 3417
}
},
{},
{},
{},
{
"layers": [
{
"id": "baseMapLinnCountyTopo_2671",
"opacity": 1,
"visibility": true,
"url": "http://gis.linncounty.org/arcgis/rest/services/PublicBase/baseMapLinnCountyTopo/MapServer"
}
],
"title": "Topographic Base",
"thumbnailUrl": "http://linncounty-gis.maps.arcgis.com/sharing/rest/content/items/e993542284d949cdba83687a25a0a205/info/thumbnail/Basemap_Topo.png",
"spatialReference": {
"wkid": 102675,
"latestWkid": 3417
}
}
]
}
}
... View more
11-04-2014
08:14 AM
|
0
|
7
|
2334
|
|
POST
|
I created and downloaded my first app using Beta 3 and none of our basemaps show in the basemap widget. They all appear when I configure the basemap widget, but if I click on the basemap widget within the app builder or after downloaded, nothing shows. Has anyone else experienced this?...or have any suggestions what the issue is?
... View more
11-04-2014
06:57 AM
|
0
|
8
|
3998
|
|
POST
|
Hmmm...I tried for way too long to use python. Switched to VBScript parser and got what I wanted in a few minutes using FormatDateTime([field],2)...like what is shown in the idea above. Thanks for the response!
... View more
10-30-2014
01:32 PM
|
0
|
0
|
1800
|
|
POST
|
I have a DateTime field (ex: CreatedDate) and would like to only show the date with the label. How would I setup the label expression to do this using python? Thanks in advance!
... View more
10-30-2014
08:32 AM
|
0
|
4
|
5251
|
|
POST
|
What about SDE...? Can that be at 10.2.1, or does it also need to be at 10.2.2?
... View more
10-08-2014
01:12 PM
|
0
|
3
|
1405
|
|
POST
|
Before we start testing out disconnected editing with Collector, I wanted to make sure we have the correct software in place. What is the minimum required versions of SDE and Server for disconnected editing to function properly? Thanks in advance!
... View more
10-08-2014
11:35 AM
|
0
|
6
|
2978
|
|
POST
|
If I were to rename a feature class and related attachment table, would this cause any harm to the attachment relationship and functionality?...or would it continue to work?...Would I need to alter the attachment relationship properties? For example, I have a feature classes named: FCTest and the attachment table is called FCTest__ATTACH. If I were to rename the feature class to BuildingTest and the attachment table to BuildingTest__ATTACH, would this screw things up? If so, is there a workflow that would preserve the attachments to continue working after renaming the feature class and attachment table? Thanks in advance!
... View more
10-02-2014
02:26 PM
|
2
|
3
|
5099
|
|
POST
|
I am using the Attribute Assistant to try and auto-populate a field. I am trying to grab the nearest road name within 200 feet of a created point. The rule I have written in the DynamicValue table works, but only when I seem to have a limited number of features/layers within the map document. If I have just the point feature, the road layer and the DynamicValue table within my map document, the rule works as expected. However, if I start adding layers to ArcMap, it doesn't seem to work anymore. Below are the screenshots of the AttributeAssistant log file after a successful run and an unsuccessful run. All I have done to the map document is add layers between the successful and unsuccessful run. I have not altered the source data. Anyone have any ideas why it can't find the Roads feature class when failing? Success Error
... View more
10-01-2014
11:46 AM
|
0
|
1
|
4768
|
|
POST
|
First of all, in our case, the app is hosted on our web server, not ArcGIS Online, so if your app is hosted on AGOL, the solution may be different. To get the app to work, the app needs to registered on your ArcGIS Online site and the registered AppID you receive needs to be correlated to your app. These are the steps I took: 1) You need to add a web mapping application item to your AGOL site pointing to your app 2) Once added, you need to register the app. For the Redirect URI, I put in the URL to the web app, which again, in our case is hosted locally on our web server, not on AGOL. From what I've read, the Redirect URI is the URL you'll be redirected to once a successful login is made. When registered, you'll get an AppID. 3) Since our app is hosted on our web server, the AppID can then be entered into the config.json file at the root of the application folder (around line 12 of our config.json file). Once this was all in place, when I hit the URL of the app, I was prompted to login to AGOL. Once a successful login is made, a token is generated and you won't have to login again...unless you clear your browser cache. Hope this helps...and I hope I've explained it correctly. Anyone can feel free to correct me if needed.
... View more
10-01-2014
06:29 AM
|
0
|
0
|
639
|
|
POST
|
I am receiving the error below when trying to add the Attribute Table widget using the Developer WebApp Builder 2.0 Beta. I'm assuming it has something to do with the characters used by the SHAPE field within a SDE SQL Geometry polygon -> Shape.STArea(). Is there a way to fix this?
... View more
09-30-2014
07:32 AM
|
0
|
0
|
1865
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-03-2026 09:59 AM | |
| 1 | 03-02-2026 11:02 AM | |
| 6 | 02-18-2026 04:58 PM | |
| 2 | 02-18-2026 05:01 PM | |
| 1 | 12-09-2025 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|