|
POST
|
smcshinsky, I am trying to select a polygon(taxlots) and have that polygon show all results that touch the polygon. Any ideas on how to do this? I have some places where two layers will intersect within a taxlot and if they do not select in the right location they could miss out on information. PS have you played with NearMe 2.1? It should address some of your issues.
... View more
10-05-2016
09:57 AM
|
0
|
2
|
5607
|
|
POST
|
After that you can download to a file geodatabase. Thank you for your help.
... View more
09-26-2016
01:23 PM
|
0
|
1
|
1657
|
|
POST
|
I am trying to find the schema for the Citizen problem reporter. I have found the service online but I want to host the data myself. Here is a link to esri hosted layers. http://www.arcgis.com/home/item.html?id=d9744b384f854cb39b8b4ffbc68d4502 Can someone point me in the right direction
... View more
09-26-2016
12:30 PM
|
0
|
3
|
2560
|
|
POST
|
The first issue I found was that your center location was wrong center: [38.5, -96.8],
It should be
center: [-96.8, 38.5], When you switch the numbers the basemap should load on start.
... View more
09-22-2016
02:30 PM
|
0
|
1
|
1241
|
|
POST
|
There is if you are using the developer edition Look at this example: GitHub - cmndrbensisko/LocalLayer: The LocalLayer Widget for ArcGIS Web AppBuilder is intended to allow the direct addit… LocalLayerWidget and AccessifizrWidget "widgetOnScreen": { "widgets": [ { "uri": "widgets/LocalLayer/Widget", "visible": false }, ... ] }
... View more
09-21-2016
04:44 PM
|
1
|
1
|
1056
|
|
POST
|
I put in the spatial reference that is local for me and my services. For me that is 2270 So mine looks like this: this.printparams.outSpatialReference = new esri.SpatialReference({wkid:2270}); Quoting Ben Fousek here: "If outSpatialReference is not set it uses the map's projection (102100)." Print task scale bar accuracy question
... View more
09-14-2016
04:37 PM
|
1
|
1
|
5606
|
|
POST
|
You want the layer to show both the current time and whatever the time slider is set to?
... View more
09-12-2016
10:28 AM
|
0
|
3
|
2324
|
|
POST
|
I see what happened, lower in your load.js, you have more measurement functions that have been commented out.
... View more
09-09-2016
12:50 PM
|
0
|
0
|
3700
|
|
POST
|
In your load.js the measurement section is commented out. Could you uncomment out the measurement part so we can see the errors from it.
... View more
09-09-2016
12:30 PM
|
0
|
2
|
3700
|
|
POST
|
Could you do something like this: OAuth Basic | ArcGIS API for JavaScript 3.17 Then share the map only with the organization? Then the users would have to log in to see the map.
... View more
09-06-2016
10:57 AM
|
0
|
0
|
1450
|
|
POST
|
If you look here: Legend | API Reference | ArcGIS API for JavaScript 3.17 It says in a few places that you can choose what layers display < Object[] > layerInfos Optional Specify a subset of the layers in the map to display in the legend. If not set, all layers in the map will display in the legend. The order of the layers in the legend depends on the layerInfo array. See the layerInfos property description for a description of its object properties.
... View more
09-02-2016
03:22 PM
|
1
|
0
|
1577
|
|
POST
|
Have you seen this: https://community.esri.com/docs/DOC-8153
... View more
09-02-2016
11:16 AM
|
0
|
0
|
1017
|
|
POST
|
What does the legend look like in the mxd for the service?
... View more
09-02-2016
09:34 AM
|
0
|
2
|
1577
|
|
POST
|
In the Readme it says that you may need to add the showLabels option ```javascript
"map": {
...
"mapOptions": {
"showLabels":true,
"extent": {
...
}
}
}
```
... View more
09-01-2016
10:40 AM
|
0
|
1
|
2312
|
| 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 |