POST
|
Hi Robert Do you mean to add via my code? Thank you so much. cAerail.maxScale = 0; cAerial.minSacle=1000;
... View more
12-14-2020
01:21 PM
|
0
|
0
|
53
|
POST
|
Hi All I added an aerial layer(see below code in MapManager), Now we want to only display aerial when zoom in to property level. Is this achievable programmatically by applying LOD on Aerial Layer? Or the basemap has to determine it? I changed the basemap LODs in WebAppbuilder config but no luck. Thank you in advance .... //User Start, add aerial dynamic layer var cAerial = new ArcGISDynamicMapServiceLayer("....."); cAerial.isOperationalLayer = true; map.addLayer(cAerial); //User End .....
... View more
12-14-2020
09:00 AM
|
0
|
3
|
88
|
POST
|
I was using Point tool. I disabled all others ID tool except Point.
... View more
11-20-2020
01:29 PM
|
0
|
0
|
140
|
POST
|
My fault. I modified so many lines that I do not know which one caused this. So I just re-downloaded the original Identify and all is fine. Now I have to add back all my modifications. Thank you, Robert, for the reply. I would not be able to finish this project without your help.
... View more
11-20-2020
01:28 PM
|
0
|
0
|
141
|
POST
|
This happens only when I really zoomed in (only have 4-6 parcels on screen). When I use Identify tool to click on one parcel, all the parcels on the same horizontal level is selected. Identify widget works fine If I do not zoom in this close. I am using Robert's identify widget. Anyone has any clue why this is happening? Thank you Please see attached screen copies.
... View more
11-19-2020
03:13 PM
|
0
|
3
|
463
|
POST
|
Perfect, I moved Toggle Button to the Header Controller Group. Problem solved. Thank you!
... View more
11-17-2020
11:23 AM
|
0
|
0
|
80
|
POST
|
How to stop the Layer Toggle Button from closing my eSearch widget? After I toggle on/off a layer, the eSearch widget is closed. I have to click on eSearch again to bring it back up. (The search results are still there when I click eSearch to reopen it).
... View more
11-15-2020
10:43 PM
|
0
|
2
|
358
|
POST
|
Please see the attached. The auto-complete of "Processing unique values: xxx of xxxxx...." starts when I open the eSearch widget. It takes 20-30 seconds before users can click on and enter in APN/Address box. My question is, how can I not allow it to auto start this processing. Instead, I want it to start when user starts to type in. Is this an easy approach? Is there a workaround to speed up the processing? Thank you.
... View more
11-12-2020
02:50 PM
|
0
|
1
|
104
|
POST
|
Hi Robert The URLS are correct. The widget does not Identify invisible featureserver layers. I tested today.. I could only get identify results by turning on those layers in my LayerList widget. While waiting for your reply, I debugged and commented out this section and now it is working .... Is this the right solution? IdentifyFeatures:Function(geom){ .... if (layer.type && layer.type === 'Feature Layer') { if (!layer.url || layer.url === '' || !layer.hasOwnProperty('url')) { return false; } if (this.config.layers.onlythese === true) { if (this.isService2beIdentified(layer)) { /* //BJ 5/5/2020, comment out this because I want to identify invisible layers for featureServer on AGOL if (this.identifylayeroption === 'visible' || this.identifylayeroption === 'top') { if (!layer.visible || !layer.isVisibleAtScale(this.map.getScale())) { return false; } } */ .....
... View more
05-05-2020
10:40 PM
|
0
|
0
|
53
|
POST
|
I was able to use Robert's Identify Widget with REST map services from ArcGIS Server successfully. Now I need to Identify feature layers that is published on ArcGIS Online. (https://services1.arcgis.com/D9ezssdp37tr9wbT/arcgis/rest/services/City_of_Carson_Basemap_2020_WFL1/FeatureServer) I configured the Identify Widget, and check-marked the "Only These" checkbox . But it can only Identify the 6 visible layers(from Layerlist), and none of them are in my configured layers. Why? Thank you for your help!
... View more
05-04-2020
11:13 PM
|
0
|
2
|
151
|
Online Status |
Offline
|
Date Last Visited |
a month ago
|