|
POST
|
I am looking for a widget that let's the user select a polygon feature by a a value and then use that selection as the basis for a spatial query to find all the point features within that polygon. I see a few options out there, but most deal with map extent or a user drawn shape. Am I missing something obvious or do I need to write something? I see there is a new District Lookup widget in AGOL, but from what I can tell, it's based on an existing data relationship, not an on the fly selection.
... View more
03-16-2016
09:37 AM
|
0
|
3
|
2217
|
|
POST
|
I'm trying to wrap my head around the smart map renderers. I like that it simplifies the process of generating something like a choropleth map, but I'm having a hard time telling if I have any control over the colors used. I see that I can find the scheme, but I'm not sure if I can change it, make my own, or only look at what's available. When your using AGOL, you have several choices of color ramps to choose from. This makes me think that somewhere in the API reference there is an equivalent set of settings. Maybe not. I'm trying to match some older maps, which use an orange color ramp. I don't care so much about defining the specific breakouts or each individual colors for the breaks, but I do need to change the over all coloring used. There are never enough details in the documentation to suit me, but for such a powerful set of tools, I was surprised there weren't more examples to work from. I'm starting with Smart Mapping - Render class breaks with color | ArcGIS API for JavaScript
... View more
03-11-2016
07:40 AM
|
1
|
1
|
2665
|
|
POST
|
I don't understand your question. You mean add an additional parameter to this definition? That would be 'no' as far as I can tell. What would you use it for? You might be able to have an event listener on selection-change if you're using the BaseMapGallery widget.
... View more
03-03-2016
10:12 AM
|
0
|
9
|
2529
|
|
POST
|
Your max record count on your service is set to 2000. You'll need to increase that number to get anything beyond the 2000th record.
... View more
03-03-2016
10:04 AM
|
1
|
1
|
1750
|
|
POST
|
Yes, that's exactly what is happening. You don't need to keep track of GET vs POST, it's going to switch itself as needed. This behavior is one of the main reasons I've had to use a proxy configuration. If you look in the proxy documentation, your scenario is one of the situations where you'll need one. Different browsers have different character cutoffs, so you can't even rely on keeping an eye on the length of your where clause and know it will or won't work all the time.
... View more
03-03-2016
09:58 AM
|
1
|
0
|
711
|
|
POST
|
It seems like this is a 'known bug', but I wasn't able to track it down today. I"m using 10.2.2. I have a external SQL server business database that I need to import to a geodatabase and ultimately join to my data. I need to rename several of the fields as well as concatenate a few of the fields into a newly added one (first name, middle initial, last name) for a name field when do this. I created a small model containing the tool Table to Table and used the optional Field Map to change the field names as I bring this table in. The model runs, as far as bringing in the table into my file geodatabase, but it completely ignores all the field map settings, including the added field I'm attempting to concatenate with a merge rule. I tried this w/o the concatenation and that made no difference. The output table still retains all the original field names. I see there is a tool to alter fields now, but 1) I have several fields to deal with and 2) it seems like I ought to be able to do this through Table to Table without additional steps.
... View more
03-03-2016
09:03 AM
|
0
|
0
|
2126
|
|
POST
|
I've sort of lost track, actually. I think I did. I'm not getting as much from the course as I hoped, so I've moved on to other things (like finally digging into WAB). I'm just trying to fill in any knowledge gaps and the course seems geared to the 1st time user. As I've come to expect, there are several gotchas along the way. It's not my first instance of having issues with http vs https.
... View more
02-18-2016
02:35 PM
|
0
|
1
|
3150
|
|
POST
|
So this is all bundled together then, when I export it to move to the server? I find it confusing that everything just has an app number and no names. Then again, I've only been messing with this a few days, so it will take time to get the hang of it.
... View more
02-18-2016
12:37 PM
|
0
|
1
|
1820
|
|
POST
|
I'm trying to change it in my stemapp/themes/FoldableTheme/styles/myblue/style.css. If I change the color on the server, yes, it is the right blue color. I'm trying to understand if I always have to make these changes here, or if I can go back to stemapp , so I don't always have to make these modification per app. The other thing I don't understand is that if I'm in the Design environment, where you're doing all your configurations, if you click 'Launch' the popups are almost all of the mobile style. On the one that I deployed (copied to my server), the popups are more likely to be the more standard looking popup. I am in the same brower, just a different tab.
... View more
02-18-2016
12:06 PM
|
0
|
2
|
1820
|
|
POST
|
Good catch, but no that didn't do it. If I do an 'inspect element' while debugging, I see that the style is coming from esri.css. I wonder if that makes a difference compared to having it come from myblue/style.css I would have thought the styles from my own theme would take precedence. If I change the background while inspecting the element, it is changed on the map. It doesn't work if I put a line in stylesheet.
... View more
02-18-2016
11:48 AM
|
0
|
4
|
1820
|
|
POST
|
I made my own theme from the blue FoldableTheme and called it myblue. I notice that although the popups are styled with my blue color, the mobile popups are not. I tried adding this to the myblue/style.css, but it didn't work: .esriPopupMobile .titlePane { background-color: #CBDDEB; } I added important to the color, but it didn't make any difference. I'm confused why I was able to easily override esri.Popup .titlePane with my own color, but adding .esriPopupMobile .titlePane had no effect.
... View more
02-18-2016
10:15 AM
|
0
|
8
|
2896
|
|
POST
|
Bummer, not the answer I was hoping for. Personally when I'm trying to make an icon, I like to look at all my current choices in one spot and make edits to the one that needs the least amount of work. I realize there are a lot of sites out there that will let me make my own icons. I collected them into a single file. Here's a zip file to save the next person the trouble of doing this.
... View more
02-18-2016
07:10 AM
|
13
|
1
|
14058
|
|
POST
|
Is there a place I can download the current icons as a set, instead of copying them individually out of each widget? I see there is a darker set, which will be good for some circumstances, but what about the original light ones?
... View more
02-18-2016
06:28 AM
|
2
|
6
|
18208
|
|
POST
|
No I haven't, but I don't see that I have any choice at all in this scenario whether I'm using http or https. It's not like I'm browsing for this information using the Add Data tool. If I was, then absolutely I could control which I used when navigating to a location. My problem is I'm using the Analysis button and then choosing Enrich Layer. The whole thing is an ESRI dialog. I'm only selecting thumbnails, not entering or typing anything. How could I possibly switch this to https?!?!
... View more
02-11-2016
11:55 AM
|
0
|
1
|
3150
|
|
POST
|
Yes, I did, but I didn't get any responses. It doesn't take too long before your question scrolls out past people's view and then they don't see it. Kind of like these forums, actually. I don't think the question is course specific anyway. I ought to be able to add data from the Living Atlas, whether I'm following along with course instructions, or just on my own. There might be a browser setting to get past this, but that's no good either, since there's no point in developing something if my users are likely to have similar problems.
... View more
02-11-2016
10:52 AM
|
0
|
1
|
3150
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-02-2017 02:38 PM | |
| 2 | 03-18-2022 10:14 AM | |
| 2 | 02-18-2016 06:28 AM | |
| 1 | 03-18-2024 07:29 AM | |
| 4 | 08-02-2023 06:08 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-25-2025
01:56 PM
|