POST
|
Please disregard, I think I finally figured this out and was able to accomplish it with some calculated fields and proper relevant fields.
... View more
05-09-2025
10:36 AM
|
0
|
0
|
779
|
POST
|
So based on this response@IsmaelChivite, is it safe to say there is no way to 'calculate' the geopoint location? I'm trying to build a form for the following scenarios: User captures a survey and takes a photo 'at' the survey location, the geopoint will be at said location User captures a survey but uploads a photo. In this case I want to use the exif data of the uploaded photo to populate the geopoint. Every variation I have tried to accomplish this with pulldata for the exif details fails on validation. Thanks for any guidance/confirmation/help on this.
... View more
05-09-2025
09:25 AM
|
0
|
1
|
787
|
IDEA
|
I would also like to add that it does not honor super script text on v3.4.0. I have the following SVG But when inserted into a layout, this is the result: SVG: <svg width="400" height="200" viewBox="0 0 400 200" xmlns="http://www.w3.org/2000/svg">
<!-- Title -->
<text x="10" y="20" font-family="sans-serif" font-size="16" font-weight="bold"> 2023 Avg Dissolved D-Ni/SO4 (mg/mg) </text>
<!-- First column -->
<!-- Light Green (≤ 1) -->
<circle cx="25" cy="50" r="10" fill="#ccffcc" stroke="#000" stroke-width="1"/>
<text x="45" y="55" font-family="sans-serif" font-size="14"> ≤ 1 x 10<tspan baseline-shift="super" font-size="70%">-6</tspan>
</text>
<!-- Green (≤ 5) -->
<circle cx="25" cy="80" r="10" fill="#66cc66" stroke="#000" stroke-width="1"/>
<text x="45" y="85" font-family="sans-serif" font-size="14"> 1 x 10<tspan baseline-shift="super" font-size="70%">-6</tspan> to ≤ 1 x 10<tspan baseline-shift="super" font-size="70%">-5</tspan>
</text>
<!-- Yellow (≤ 20) -->
<circle cx="25" cy="110" r="10" fill="#ffff99" stroke="#000" stroke-width="1"/>
<text x="45" y="115" font-family="sans-serif" font-size="14"> 1 x 10<tspan baseline-shift="super" font-size="70%">-5</tspan> to ≤ 5 x 10<tspan baseline-shift="super" font-size="70%">-5</tspan>
</text>
<!-- Gold/Orange (≤ 40) -->
<circle cx="25" cy="140" r="10" fill="#ffc94d" stroke="#000" stroke-width="1"/>
<text x="45" y="145" font-family="sans-serif" font-size="14"> 5 x 10<tspan baseline-shift="super" font-size="70%">-5</tspan> to ≤ 1 x 10<tspan baseline-shift="super" font-size="70%">-4</tspan>
</text>
<!-- Purple (60 to 170) -->
<circle cx="25" cy="170" r="10" fill="#AC76D0" stroke="#000" stroke-width="1"/>
<text x="45" y="175" font-family="sans-serif" font-size="14"> ≥ 1 x 10<tspan baseline-shift="super" font-size="70%">-4</tspan>
</text>
</svg>
... View more
01-23-2025
07:50 AM
|
0
|
0
|
510
|
POST
|
Thanks Jake. I figured it shouldn't have been anything related to actual mosaic itself as it's working fine on the 'live' system, it just wasn't working on the replicated system accessing the exact same data. It turned out to be a permission issue for the arcgis service account on some of the server system folders after the deployment. It all seems to be working fine now.
... View more
01-01-2025
10:19 AM
|
1
|
0
|
416
|
POST
|
I am attempting to deploy a webgisdr backup of our current environment to a new environment with the ultimate goal of migrating our 2 machine (hosting and image server) 10.9.1 deployment to 11.3 following this guide. I now have a 95% functioning new 10.9.1 deployment with our data restored. I say 95% because I have some published Mosaic Datasets as Map Image Layers, where the Mosaic Dataset resides in a File Geodatabase located on a shared folder that is registered as a Data Store. The source files for the mosaics reside in object storage in Azure. The shared folder Data Store successfully validates in the new deployment as do all other Data Stores from the original deployment. All of these layers that are referencing a Mosaic Dataset in a File GDB are not working. The debug logs have not provided much insight, and simply state: Could not find service. Service may be stopped or it may not be configured. Any suggestions or ideas where I might look to try to get this resolved?
... View more
12-30-2024
01:26 PM
|
0
|
2
|
483
|
IDEA
|
This has been an issue forever, and really is silly that a user is required to have Creator>Publisher to be to Export survey results. This is a very limiting factor for our organization and as a result people are actively investigating other options for field survey collection.
... View more
10-07-2024
10:34 AM
|
0
|
0
|
1273
|
POST
|
Further to this... it seems that the issue could have been one of the Edge Extensions. Initially, it appeared like the Bitwarden extension was causing the problems, but after enabling/disabling the extensions everything seems to be resolved now?
... View more
09-24-2024
03:26 PM
|
1
|
0
|
862
|
POST
|
Hey @steveflo , I am currently experiencing this, but it only happens on MS Edge, and works fine in Firefox. I have cleared ALL cookies and the issue still persists. Were you able to identify the cause, or figure out a resolution? Thanks, Warren
... View more
09-24-2024
01:31 PM
|
0
|
1
|
877
|
POST
|
So it's not just me... this is absolutely insane! After much trial and error I did manage to figure out that changing a Query Layer to use the actual SQL and not a View seemed to allow me to publish the layer from 3.1 for data that is not participating in the geodatabase. But now I cannot publish layers from a geodatabase with 3.1 either?!?! It looks like I need to resort to using 3.1 and publishing geodatabase feature classes as Query Layers ¯\_(ツ)_/¯. Way to go E$RI. I had no intention of upgrading our Portal to 11.2 either, but this now seems like a requirement?!?!
... View more
04-30-2024
03:17 PM
|
2
|
0
|
2250
|
IDEA
|
In a SQL database there could be many Tables and Views that are not participating in the Enterprise Geodatabase. The current Create Layers process on a Data Store creates layers for EVERY Table and View, which makes the Content list extremely cluttered. A better option would be to: Allow users to select which Tables and/or Views to Publish. ONLY publish Tables that are participating in the Geodatabase
... View more
04-05-2024
12:41 PM
|
2
|
0
|
447
|
POST
|
Hello, We have an Azure Logic App that is gathering data and sending a JSON string to the addFeatures method of a Feature Layer (SQL). Everything is working perfectly, with the exception of when the values contain language special characters like: ç, ã, á, etc. In these instances the special characters are substituted with: ç,ã, á, etc I have checked all Content-Type settings and they are all set to: application/json; charset=UTF-8 I can see the properly formatted JSON being input, and have successfully tested the JSON manually on the addFeatures page of the layer, and resulting values in the table are correct. During the call the Logic App is encoding the string by pre-fixing the double quotes with '\', so it seems like the addFeatures method is not decoding properly. Below is the simplified JSON inputs to demonstrate. Input JSON (copy/pasting this manually into the addFeatures page works as expected: [ { "attributes": { "CP": 13, "Name": "Mineração", "Confidential": 0, } } ] REST call encoding: { "f": "json", "features": "[{\"attributes\":{\"CP\":13,\"Name\":\"Mineração\",\"Confidential\":0}}]", "token": "sometoken" } The resulting Name value in the SQL table is: Mineração The Name column storing this value is nvarchar, and the database collation is SQL_Latin1_General_CP1_CI_AS Any suggestions on how to resolve this, or other things to check, would be greatly appreciated.
... View more
02-21-2024
01:30 PM
|
0
|
0
|
550
|
POST
|
Thanks for the confirmation/reminder Trevor. I have confirmed that a non-admin can indeed authenticate through the Portal generatetoken call.
... View more
11-17-2023
08:25 AM
|
0
|
0
|
1987
|
POST
|
Hi Gordon, Unfortunately no, I never did get past having to use an 'admin' level user to return a token.
... View more
11-10-2023
07:28 AM
|
0
|
2
|
2009
|
POST
|
Hello Shannon, thanks for the reply. Adding the attributes for a feature service is not the problem, and that functionality works great. What myself, and others in this post are asking about is bringing in the related table data/attributes in addition to the feature service attributes. Based on your response it sounds like this capability is not yet available.
... View more
08-21-2023
09:44 AM
|
1
|
0
|
2543
|
POST
|
I might be mistaken, but I think the OP is asking the same thing I'm trying to figure out and that is: how do I bring in a feature layer and its attributes, as well the related table(s) for this feature layer? For example, I have layer and a related table like this screen cap below. I can bring in the Sites table to Excel, but I would also like to bring in the related Projects table.
... View more
08-16-2023
01:24 PM
|
1
|
2
|
2571
|
Title | Kudos | Posted |
---|---|---|
1 | 01-01-2025 10:19 AM | |
1 | 09-24-2024 03:26 PM | |
2 | 04-30-2024 03:17 PM | |
2 | 04-05-2024 12:41 PM | |
1 | 08-21-2023 09:44 AM |
Online Status |
Offline
|
Date Last Visited |
05-09-2025
09:18 AM
|