POST
|
Hi David, Yes to show the current local date of the client browser. I think this would be fine. The associated map will hopefully be showing survey data for the local day. I appreciate any ideas you might have. I'm trying to figure out the best way for the associated map to also have a dynamic date filter on the layers too to only be showing data from local date and in our case AK time zone. Thanks much, Kathy
... View more
yesterday
|
0
|
0
|
4
|
DOC
|
Hello, I am also looking to have a dynamic date filter in the web map and similar to @CANC-BrianBowersAGOL I want only features to show on the map for the current date (AK Time) so just 1 hour different than the example posted using Pacific Standard Time. It is my understanding if I use the recommendation above from @JakeSkinner "CreationDate" in the last 1 day, this really mean last 24 hours and then spans 2 days at times depending on the hour which isn't what I want. I do see the option for "CreationDate" is after and then you can choose a date. If I set a filter for "CreationDate" is after 2/26/21 and I want to show features collected only on 2/27/21 in AK Time, does the 2/26/21 refer to local time or UTC or I do translate this? Although this filter is no longer dynamic then either. I also did try the AGOL Assistant and DefinitionQuery, but I'm not sure if this is still the best way since the setting on SQL queries is no longer showing. I also tried the arcade expression but besides features still showing in pop-ups I lose the symbology I want displayed in the map. What are the recommended solutions? I feel like this should be a straightforward request to only show features from current 'local time zone' day. Thanks in advance!!!
... View more
a week ago
|
0
|
0
|
52
|
BLOG
|
I love opensource and that includes the Anaconda project, which Esri has chosen to incorporate into ArcGIS Pro. I used spyder for over a year. That said, I find Visual Studio Code to be vastly superior to spyder. I could probably write a 1000 words here easily to tell you why but I will spare you that. It's not open source but it's still free. I use it all day developing both Python and JavaScript code to support GIS work. The best approach to GIS is not Esri OR open source, the best approach is to use the ALL the tools that work for you, and using VSCode + conda environments makes this approach a lot easier. It's possible to do just about everything Pythonish inside VSCode, including running Jupyter notebooks. It's also possible to work remotely across network connections and also to use Docker containers for special projects. Anyway, dump spyder, switch to VSCode. It will be easier for you in the long run.
... View more
a week ago
|
0
|
0
|
253
|
POST
|
I will try the code above to see if it works! Although I did find out that there is a bug associated with the "FeatureSetByName" function and esri plans on fixing it in the next field maps update!
... View more
a week ago
|
0
|
0
|
34
|
POST
|
Hi @KevinBurke and fellow mappers: close or reload the tab on a new beta web map after naming and saving! Here is something reproducible for me in FF and Chrome. Start a new beta web map, name and save it. As long as you keep that same tab open without reloading, you will clobber the form in a new Field Maps instance for that map with every change to the beta map in that tab! Make a manual form, or convert, save and it will behave in iOS. But make any change to that beta map in that open tab, including renderers, etc. and the FM form will get clobbered. Close that tab and re-open the beta map in a new tab, or even reload that tab, and you can make changes to your FM form, and your beta web popup and the FM form will not get clobbered. This works even if you create and keep open the beta web map in Firefox, and edit and save the new Field Maps instance in Chrome! That first open tab, as long as it is open and not reloaded, has different side effects for a map save than a new tab or the same tab if reloaded.
... View more
2 weeks ago
|
0
|
0
|
8
|
POST
|
I'm in the same boat. With browsers now dropping support for FTP sites the time is near to add this functionality. I'm in the middle of trying to do this now and running into a lot of weird issues for ArcGIS Server locally hosted "registered" feature layers. I have a feature service enabled end-point but I'm now realizing that the call ESRI makes isn't an export call as mentioned above, but rather a sync-replica call... Could someone shine some light as to what capabilities / resources we must have enabled to get File Geodatabase export to work from the Open Data Site? Having the "export" capability doesn't seem to matter, since the API is calling the sync replica call. Shown here Enabling "sync" capabilities means a totally different data preparation than just having export enabled. Sync operations require archiving to be enabled on the underlying dataset, as well as Global IDs. Thanks!
... View more
2 weeks ago
|
0
|
0
|
4
|
POST
|
Thanks @AlixPower! I'm so glad to hear that on the large .tpkx files and the files not affecting performance of the app, very good news. Thank-you!
... View more
2 weeks ago
|
0
|
0
|
44
|
BLOG
|
I was using this script without issue, but now I have some new surveys (created with 123 v3.11.123) and the script is no longer functioning correctly. It is changing the globalid of the point feature class that my repeat tables are linked to. Anyone have a work around for this since I am using the globalid/parentglobalid fields to link my repeaters to my non-repeater?
... View more
2 weeks ago
|
0
|
0
|
137
|
POST
|
Hello, I have an ArcGIS Pro (2.7) project set up that is using feature layers from AGOL. I then have a script tool and Notebook I have been using for a number of tasks including updating definition queries for a number of layers in several of the maps. This has been working fine until today. Today the same feature layers are not updated or even allow definition queries. In the code to help troubleshoot we checked to see if the feature layer supports definition queries: print(lyr.name, "", lyr.supports("DEFINITIONQUERY")) and it returns false for a number of layers. It does work for updating the definition query in the tracks layer I have in the project. I'm so perplexed on why the feature layers no longer support definition queries using python? I can manually do this in the project, but obviously this is not what I want. I have tried several different feature layer services and I'm running into the same issue. These are ones I shared thru ArcGIS Pro to AGOL, but the script/definition query was working last week. What could cause this change in the feature layer service for the layer to return a 'false' on supporting DEFINITIONQUERY????? Thanks in advance!!! Kathy
... View more
2 weeks ago
|
0
|
0
|
209
|
POST
|
Hi Kathy, I understand the frustration around this. The act of clipping would be performing an edit on the feature would cause an inconsistency between your replica and the parent service. This process would also slow down the generation of the offline area as it would be adding an additional process. I agree this can be more effectively documented. We will see what we can do to improve this messaging. Thank you! Regards, Colin
... View more
02-03-2021
10:31 AM
|
0
|
0
|
91
|
Online Status |
Offline
|
Date Last Visited |
yesterday
|