|
BLOG
|
Are there any plans to implement the WAB District Lookup tool within ExB? ... or, is there a way to accomplish similar functionality within ExB already?
... View more
11-28-2022
02:47 PM
|
0
|
0
|
1980
|
|
IDEA
|
I'd really like the ability to use full flexbox properties when constructing HTML within the new map viewer pop-ups. The new map viewer HTML seems to ignore all the flexbox properties other than "display: flex". For example, if I want to have child divs set in columns, I'd use "flex-direction: column" ... however this is ignored or dropped from the HTML pop-up properties, even though it appears in the HTML. What is entered into the HTML pop-up window. How it's displayed --- as rows, not columns Element style in developer tools --- all flex box properties are dropped other than the display property Why I'd like to have flex box properties ... we use it all the time in Map Viewer Classic to align items within a pop-up, and we use it to make custom charts, like the one below.
... View more
11-17-2022
09:35 AM
|
6
|
0
|
1218
|
|
POST
|
For anyone else who may have a similar issue ... It was found that using a version of node.js prior to version 18 worked as expected.
... View more
11-08-2022
12:46 PM
|
1
|
0
|
1342
|
|
POST
|
I'm trying to install Experience Builder 1.9 and am running into issues when trying to install the client. Below are the errors being through when running "npm ci" within the client folder. Python is set as a system environment variable. However, because I'm using a machine that has Pro installed, when I run python from the cmd, I get a conda warning about the environment not being activated. I'm not sure if that's the issue or not. In any case ... any ideas how to get the client installed so I can use the developer edition?
... View more
11-08-2022
08:02 AM
|
0
|
2
|
1380
|
|
POST
|
I'm trying to use the API for Python to project coordinate pairs from Iowa NAD83 State Plane North 2011 (wkid: 6463) to Web Mercator Auxiliary Sphere (wkid: 3857) and keep getting incorrect output coordinates even when providing a transformation using arcgis.geometry.project. A sample input coordinate pair: x: 5473781.44689313 y: 3528213.97180123 The output coordinate pair should be the following. I know this is correct because if I project the source dataset and overlay the two, they are right on top of each other, as expected. x: -10181495.7632 y: 5185060.8775 However, if I use the Python API (code below), I get the following coordinate pair: x: -10181494.235273974 y: 5185058.5577987395 The Python API is returning a point that is about 3 meters offset from where it should be. Is this a bug? Am I not inputting the correct values into the code below? # set geometry
geometry_in = arcgis.geometry.Point({'x': 5473781.44689313, 'y': 3528213.97180123, 'spatialReference': {'wkid': 6463}})
# project geometry
geometry_projected = arcgis.geometry.project(geometries=[geometries_in], in_sr=6463, out_sr=3857, transformation=108363)
# get projected geometry
geometry = geometry_projected[0]
# get coordinate values
coord_x = geometry['x']
coord_y = geometry['y']
# show values
print(geometry)
print(coord_x)
print(coord_y)
{'x': -10181494.235273974, 'y': 5185058.5577987395, 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}}
-10181494.235273974
5185058.5577987395 I am getting the transformation WKID from Pro, shown below.
... View more
06-15-2022
11:52 AM
|
0
|
2
|
1120
|
|
POST
|
We installed this patch last night, and our dashboards are now updating ArcGIS Server services as expected when using statistic indicators. This dashboard has been running since we noticed the issue, and the indicators using ArcGIS Server as the source are now updating when data is refreshed.
... View more
06-07-2022
06:56 AM
|
0
|
1
|
1395
|
|
POST
|
There is now an Esri patch for ArcGIS Server 10.9.1 that appears to address this issue. https://support.esri.com/en/download/8028
... View more
06-06-2022
12:22 PM
|
0
|
2
|
1406
|
|
POST
|
When retrieving group properties via the Python API, I've noticed that groups that allow members from other Organizations has a property "memberOrgIds", which provides a list of IDs for members of the group from outside Organizations. Is there a way to query for the name or URL of the outside Organizations using the ID value, so we can easily get a list of outside Organizations with access to a particular group or our Organization?
... View more
05-05-2022
09:11 AM
|
2
|
1
|
1098
|
|
POST
|
I've just configured our first app using Experience Builder Developer Edition (1.7) and am wondering if it's possible to pass in URL parameters to specific widgets? In our case, we have a search widget configured to read from a feature layer. If I perform a search on this widget, I get a URL similar to the one below. /?data_id=dataSource_1-AssessorCAMABuildingResidential_365%3A25659 If I poke around in the app config once downloaded, I can find the widget properties, shown below. So, the "data_id" property in the URL is pointing to however ExB defines the layer source. You can see in the properties below, we have the search widget configured to search the "GPN" field. I'm wondering if there's a way to pass in a particular GPN value into the URL...?
... View more
04-18-2022
08:17 AM
|
5
|
0
|
896
|
|
POST
|
I honestly haven't tried using the new map viewer since I encountered all the issues I was having in the custom HTML pop-up I listed above. Any web maps I create where I want to use custom HTML in the pop-up, I use the classic map viewer.
... View more
04-05-2022
02:00 PM
|
0
|
2
|
3725
|
|
POST
|
This issue also seems to be specific to services published from ArcGIS Server. If I use a hosted feature layer from AGO, the indicator updates as expected.
... View more
02-17-2022
08:45 AM
|
1
|
2
|
5648
|
|
POST
|
Incognito window doesn't work either. It will seem like it does because the cache is not present when first opening it, but it does not update as expected either. It does seem Firefox works as expected. As pointed out in above comments, this seems to be specific to Chromium based browsers. Unfortunately, our IT has a policy against using Firefox...so...doesn't leave us with many options. This issue has been flagged as a defect, bug number is below.
... View more
02-17-2022
08:11 AM
|
2
|
4
|
5656
|
|
POST
|
We have noticed since updating to Enterprise 10.9.1 charts do NOT correctly filter features within a map in dashboards if the chart uses the "Split By" option. We built a dashboard in 10.9 that produces a bar chart showing inspection counts per day per inspector. Users could click on a particular inspector for a day and the map would filter the features. This no longer works at 10.9.1. When users click on a column, all points are removed from the map in the dashboard. If I create the same chart WITHOUT the split by option, the map filters features correctly. The service we are using is published to ArcGIS Server and resides in an enterprise (Sql Server) geodatabase.
... View more
02-14-2022
07:38 AM
|
0
|
0
|
533
|
|
POST
|
fyi --- this has been logged as a bug (BUG-000146814)
... View more
02-11-2022
02:11 PM
|
1
|
0
|
2113
|
|
POST
|
It has been logged as a bug (BUG-000146814). It's super annoying as this wasn't an issue at 10.9.
... View more
02-11-2022
08:38 AM
|
2
|
1
|
5677
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-03-2026 09:59 AM | |
| 1 | 03-02-2026 11:02 AM | |
| 6 | 02-18-2026 04:58 PM | |
| 2 | 02-18-2026 05:01 PM | |
| 1 | 12-09-2025 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|