|
POST
|
It looks like the only way to correct this issue is to remove the bottom-most scales. In the WAB it's under Map > Customize Visible Scales > Customize > Click on scale > Click on Delete Very frustrating.
... View more
02-11-2016
12:50 PM
|
0
|
0
|
3697
|
|
POST
|
If you're looking for a place where you can dump your code snippets, or classes, etc. where the code you are keeping is piecemeal? And not part of a larger package? Then I recommend Evernote. If you use it with PortoCode formatter then you get a nice note that you can add to at anytime. Example Snippet http://www.evernote.com/l/AAXZTkmP6pFGzJlQgIJ7gABn_9NcFdz9YQs/ PortoCode Formatter PortoCode - Portable Codes With Syntax Highlighting On EVERNOTE Once it's in Evernote then you can search keywords or if you take the time to tag it you get even greater control over accessing the pertinent information at a later date.
... View more
02-11-2016
10:45 AM
|
0
|
0
|
3814
|
|
POST
|
So here you can see, when I zoom in I am able to "see" the basemap. Yes, I understand that this is a Javascript rendering situation (most likely) or something very similar. But when I click print on this map (which is internal only so I can't share a URL) I get the wonky output you see where the basemap is suddenly not visible! So, I haven't played with any of the map level settings in the WAB. But if it would correct this issue by lining up our Map Levels up with the ESRI Basemap service then I'm sold. Any input would be greatly appreciated. This is really frustrating.
... View more
02-11-2016
09:43 AM
|
0
|
6
|
7684
|
|
POST
|
Definitely. Anyone who works with web tech would tell you the same thing. If you find that the OOB (Out of the Box) functionality isn't what you want? Clone the OOB and make it a modified clone. Otherwise you are going to have to maintain IT'S code base AND YOUR codebase as it gets upgraded. Personally, I feel like they should have a 'Child' widget functionality so that I could create a CHILD of Widget X, and it would have ALL functionality of 'Parent' PLUS my additional code. Then I could create PLUS versions of any Widget without taking away from and having to maintain multiple codebases. Just my two cents... granted, closer to a buck fifty, but still...
... View more
02-11-2016
06:18 AM
|
0
|
0
|
1590
|
|
POST
|
Question for Junshan Liu, if I want to include the D3js.org library would I use the "jimu/loaderplugins/jquery-loader" in my Widget or would I go another route?
... View more
02-10-2016
11:25 AM
|
0
|
0
|
7618
|
|
POST
|
Kevin, Is there any chance that this is available for me to dissect? I'm a lazy coder and would rather take something that works than re-invent the wheel. If that's an option I would GREATLY appreciate it.
... View more
02-10-2016
09:15 AM
|
0
|
1
|
2405
|
|
POST
|
Looks like I should have checked out the comment I left the other day. This is a hopeful. Show Attachments in Web Map Popup
... View more
02-09-2016
07:10 AM
|
1
|
5
|
2405
|
|
POST
|
I'm not happy. The ArcGIS Online option has ZERO functionality for Attachments that are images OTHER THAN a simple link to the attachment. This doesn't even make sense. Even in the Flex system you could XML your pop-ups and do some fairly amazing stuff. Now....? We are in HTML5 land. I'm talking Javascript, JQuery, Animations, Charts, and more... But the popups for a Web App Builder Mapplication are still... blerg. So I'm wondering... before I begin to get into the Widget development phase (that I've been dying to do) has anyone else come up with a solution to provide some 'ooomph!' into your popups? Are there workarounds, hacks, etc.? The Parksfinder has the PERFECT solution for displaying attachments per feature class... Why hasn't that been adjusted into a Widget yet? Surely I'm not the only one looking at these popups and hanging my head in shame?! Ugh.
... View more
02-09-2016
07:08 AM
|
0
|
6
|
4825
|
|
POST
|
Is that for real? The WAB doesn't have any functionality for display attachments through a popup?! That just seems absurd?! Granted, my feelings are weighted by just completing a process where I attached over 2k images to a couple feature classes and now I am looking for how to display them... But still.
... View more
02-08-2016
12:36 PM
|
0
|
1
|
3800
|
|
POST
|
Is there a method to turn widgets on/off that is device-dependent? We really like the way this theme looks. City of Tulsa : Neighbors However, when you switch to iPhone or Galaxy S5 it turns to spaghetti screens... everything becomes chaotic. Any information to help make this not look bad would be greatly appreciated.
... View more
02-05-2016
08:38 AM
|
0
|
1
|
1999
|
|
POST
|
I'm using the ESRI "Web App Builder for Developer" and Robert Scheitlins "Enhanced Query" widget. I'm trying to create a map that allows users (mostly police officers) to select a Crime Code (of which there are 210). This map is going to display all incidents (of which there are over 300k+ records), so when I attempt to choose the [Unique] option in the question it can take “minutes” to return the unique selection of options. This particular widget allows users to choose [Predefined] instead and hand type each option in, but that is so massively time consuming I think it would be backfired as well. I was told by Mr. Scheitlin to add a Domain to that field but… I this layer is a Query Layer, not a straight Feature Class, and I am brand new to them. The GIS Coordinator said we needed to move over to Query Layers for a variety of internal operations reasons. Which puts me in this position. I am unfamiliar with how to add a Domain to a field in a Query Layer. I’m not even sure it’s possible. Being relatively new to the whole Query Layer I am at a loss. One of the fields within the query layer references the table with all Crime codes, and I have an *.xls file with all crime codes in it ready to be added as a Domain should Query Layers be similar enough to Feature Classes to allow this. I just don’t know how to accomplish it.
... View more
02-01-2016
10:01 AM
|
0
|
3
|
4239
|
|
POST
|
And if you want to turn it off for ALL apps you build then you can go to: [install dir]\client\stemapp\jimus.js\MapManager.js onBeforeUnload: function() {
// this.appStateManager.saveWabAppState(this.map, this.layerInfosObj);
}, - Lines 94-96
... View more
01-14-2016
01:29 PM
|
2
|
0
|
3314
|
|
POST
|
I'm asking if it is possible (not smart) to create a tempfield in an MXD Definition Expression that creates a tempfield which is a concantenation of a few other fields that will translate over to the REST service created by said MXD? So to clarify. I want to do the following: Create MXD using Feature Class X Create Definition Expression that generates a TEMP FIELD (using SQL). Temp Field will be a concantenation of fields A + B + C Share MXD as a Service. Create Webmap. Use TempField from REST Service in Webmap. Is this possible?
... View more
01-14-2016
05:44 AM
|
0
|
0
|
2804
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2015 08:51 AM | |
| 1 | 06-02-2016 02:00 PM | |
| 1 | 10-09-2015 07:43 AM | |
| 1 | 10-09-2015 09:42 AM | |
| 1 | 02-09-2016 07:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|