POST
|
So I have to customize the map click location for this feature layer into groups by ID.. Something along those lines?
... View more
10-07-2020
07:54 AM
|
0
|
1
|
72
|
POST
|
Ah, I see that makes sense to me. But it seems to be considered an issue worth handling; any recommendations on handling this somehow?
... View more
10-07-2020
07:52 AM
|
0
|
0
|
72
|
POST
|
Ah, I see. Thanks Robert. It does make sense from that perspective; however I was hoping to be able to maintain the same paging and count for all my shake polygon graphics in the group here. For instance, I am filtering by ID. When an ID is selected; i.e. this one here, it shows the graphics related to the ID. My user is finding it confusing that they can't maintain the same navigation from outside to inside; better way to put it I suppose. Any decent way to achieve it? Would the use of this work to that effect? --> selectedFeatureIndexes
... View more
10-06-2020
11:29 AM
|
0
|
1
|
72
|
POST
|
Any updates on this in 4.15? I am still experiencing a similar issue: https://community.esri.com/thread/260907-popup-pagination-navigating-outward-but-not-inward
... View more
10-06-2020
10:19 AM
|
0
|
0
|
107
|
POST
|
For instance I click the center polygon graphic; the pagination illustrates the correct 3 graphics to paginate through. As seen in the screenshot below: However, when I click the outer polygon graphic here; the pagination doesn't include the same 3; which should be to navigate inward - instead it doesn't include any... Screenshot below... then if I click the middle one, I can only paginate to 3, not one - again only including outward. So the problem is pagination can paginate displays correctly from inner to outward, but doesn't include any inner from outward. And the outmost outer; including nothing below as highlighted: perhaps related to this? Any updates? https://community.esri.com/thread/191980-multiple-features-in-v4-popup
... View more
10-06-2020
10:11 AM
|
0
|
6
|
167
|
POST
|
Thanks so much again. Robert, I have found one last issue with this I'm struggling with... Now with the popups, once I hit paginate... the pagination is displaying pop-up content for my shake graphics that are not visible (that are filtered out); how do I get my popup pagination to reflect the filter as well? Thanks so much for any advise
... View more
10-02-2020
09:45 AM
|
0
|
0
|
85
|
POST
|
I have a oracle table with geodata in it... Anyone experience this? And the following will not run... I get ORA-00932 error every time.. $ sql = 'SELECT * FROM app.table_1' ; however, this will work (specifying a column name, i.e. objectid 😞 $ sql = 'SELECT objectid FROM app.table_1' ; Seeing as I have a table with ~100 columns I do not want to manually hardcode out a list of the columns for this query.. anybody experience this? legacy question: https://stackoverflow.com/questions/63562690/cant-select-ora-00932-inconsistent-datatypes-expected-char-got-adt sql oracle-spatial php
... View more
08-25-2020
02:11 PM
|
0
|
0
|
67
|
POST
|
Thanks so much Robert, however, I just cannot get this to consistently work on all my shake maps. The order still seems to be rendered arbitrarily each time (each load), yes, some will render properly but some don't. Luckily I have noticed that if I add a border or outline to these nested or overlapped polygons, with all opacity slightly dropped, I can zoom in and click the outline/border to access their popups; though this is still not the most ideal. Perhaps the indexes is getting lost with the filter?
... View more
07-14-2020
08:25 AM
|
0
|
0
|
138
|
POST
|
Tried this within the popup template function for instance, with no avail: let cxx = '{updated}'; console.log(cxx); let dTx = new Date(cxx).toUTCString(); $('.tiCon2').text(dTx);
... View more
07-13-2020
10:25 AM
|
0
|
1
|
177
|
POST
|
Thanks Ken, is this a handle I could use to output the correct date formats in my popup template?
... View more
07-13-2020
10:03 AM
|
0
|
2
|
177
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|