|
POST
|
Chris - I replied in your other thread with some ideas.
... View more
07-31-2015
03:08 PM
|
0
|
0
|
1677
|
|
POST
|
Chris, Will something like this work for you? GRID test - JSFiddle I used the dojo grid (dojox.grid.DataGrid — The Dojo Toolkit - Reference Guide)... when the control loses focus, the grid will render and then populate, which I think is what you were going for: Pre: Focus lost: New address query:
... View more
07-31-2015
01:35 PM
|
2
|
0
|
1677
|
|
POST
|
According to one of their presentations, here's a breakdown of knowledge areas: It says on their FAQ page: Study materials will be prepared and will be available prior to exam launch. I perused their site; however, I could not find these study materials! Maybe you can touch base to see if they released the materials? [email protected]
... View more
07-31-2015
07:31 AM
|
2
|
1
|
9566
|
|
POST
|
I am not familiar with the Bootstrap map project, but am looking more into it for my own purposes. This is probably a shot in the dark, but looking at the bootstrapmap.js, I see there is an events option in the constructor: _smartResizer: declare(null, {
constructor: function (mapDivId, options) {
this._map = null;
this._autoRecenterDelay = 50;
this._popupRecenterDelayer = 150;
this._popupPosition = "top";
this._popupBlocked = false;
this._visible = true;
this._visibilityTimer = null;
this._mapDeferred = null;
// Default bootstrap map options
this._autoRecenter = options.autoRecenter || true;
this._responsiveResize = options.responsiveResize || true;
// Map properties
this._mapDivId = mapDivId;
this._mapDiv = dom.byId(mapDivId);
this._mapStyle = style.get(this._mapDiv);
// Map options
this._options = lang.mixin(options, {});
// Events
this._handles = [];
}, I wonder if you could enhance bootstrapmap.js to accept some options from your bootstrap map initialization in your main module. In the bootstrap module, I see it's pushing events to initiate the resize, it looks like it: this._handles.push(on(window, "resize", lang.hitch(this, resizeWin))); You could probably send an event from your main module to call this when the Provider Locations div resizes. I'm not sure... I could be way off base!
... View more
07-30-2015
03:08 PM
|
0
|
2
|
2435
|
|
POST
|
Tracy, It looks like you're trying to fire the resize in queryHandler_populateProviders(), right?
... View more
07-30-2015
02:36 PM
|
0
|
4
|
2435
|
|
POST
|
Sigh, I thought Edge was supposed to really support "standards"! I haven't had a chance to test yet...
... View more
07-30-2015
01:49 PM
|
0
|
0
|
1498
|
|
POST
|
Nice catch! You can also just set the URL back to http to avoid mixed content - that seems to work, too, which is why it's working in my sample - https://community.esri.com/external-link.jspa?url=http://jsbin.com/dabamobuga/1/edit?html,console,output
... View more
07-30-2015
08:16 AM
|
2
|
0
|
3051
|
|
POST
|
Updated link! JS Bin - Collaborative JavaScript Debugging I took a working project and inserted your code - no errors, at least.
... View more
07-30-2015
08:01 AM
|
2
|
0
|
3051
|
|
POST
|
Chris, Does this work ok for you? Wrong link... updating...
... View more
07-30-2015
07:57 AM
|
0
|
2
|
3051
|
|
POST
|
I really don't have any exposure to ArcGIS Collector, unfortunately - I have some ideas on how one could go about doing this via a web map using the ArcGIS JSAPI, though! If that were the case, I would probably look into creating an HTML5/JS mobile app where users with perms could log-in and add/update data, then, consume a streaming service in a JSAPI mapping app which would allow you to display the updates as they are made in real-time. As I understand, ArcGIS Collector performs data collection out-of-the-box without a need to develop anything - you can probably configure this: New Options for Embedding Maps | ArcGIS Blog Create and share a map for data collection—Collector for ArcGIS | ArcGIS I would also check-out the FAQ - FAQs—Collector for ArcGIS | ArcGIS - it looks like there are some questions related to configuring and setting-up perms. Sorry I couldn't be of more help by giving a definitive answer!
... View more
07-29-2015
01:15 PM
|
2
|
0
|
2157
|
|
POST
|
So, you're looking to serialize the entire map as JSON and load it somewhere else? Not just for like printing the map, but actually as the entire application? Or, are you just looking to save the polygon feature layer as JSON?
... View more
07-29-2015
12:36 PM
|
0
|
1
|
2587
|
|
POST
|
Allison, Can you give more details as to what you're looking to accomplish?
... View more
07-29-2015
12:31 PM
|
0
|
3
|
2157
|
|
POST
|
Sameer, You can create a web map using a JSON object: Web map using JSON | ArcGIS API for JavaScript And you can also create feature layers within the map using JSON: Importing GeoJSON data in ArcGIS Javascript maps | GeoThread In my own application, I create JSON point layers that are populated by a separate SQL query - the lat/longs are returned and programmatically made into a JSON object, then displayed on the map. I'm sorry I can't link directly to it, but the above link should give you a sample that will put you in the right direction.
... View more
07-29-2015
11:33 AM
|
1
|
4
|
2587
|
|
POST
|
I had a brief moment to debug a little bit; here's some info, if helpful: I wonder if there's some memory leakage...
... View more
07-29-2015
08:19 AM
|
1
|
1
|
1649
|
|
POST
|
La Sinh, This has come up a few times before - here's a good thread to review for selecting polygons by a set of points: How to select polygons using a feature set of points?
... View more
07-29-2015
07:15 AM
|
0
|
0
|
808
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2020 01:25 PM | |
| 1 | 03-20-2019 09:07 AM | |
| 2 | 07-31-2015 07:31 AM | |
| 1 | 09-14-2015 12:14 PM | |
| 1 | 05-12-2015 12:04 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-27-2023
02:30 AM
|