|
POST
|
You can publish that desktop style from Pro and create a web style. The web style can then be added to symbol styler a couple ways - Share to an org group that has been set to drive the web style gallery - Add it to Symbol Styler inside Map Viewer Using the Types style on the filed you were using to uniquely renderer that field + the web style should get you back to a state where the map looks the same. Couple blogs to help you out https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/use-published-2d-symbols-in-arcgis-online/?srsltid=AfmBOoqCvB8KekVqy-3bfNTLooI-Gxqcu51-xFyellIgyCWR-ABUleA0 https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/a-new-way-to-add-web-styles-in-map-viewer/
... View more
08-15-2024
05:37 AM
|
0
|
0
|
1984
|
|
POST
|
We will need device specs. I haven't seen any bugs reported through support since we originally resolved this one a while back. Device Processor Installed RAM System type OS and version + build Display Adaptors If possible check if the display adapters are the latest ones.
... View more
08-15-2024
05:30 AM
|
0
|
5
|
3547
|
|
POST
|
This is as designed. The rest endpoint does not store any popup configuration and this is only stored at the layer item and web map level.
... View more
08-09-2024
06:08 AM
|
1
|
0
|
1490
|
|
POST
|
The reference layer is drawing above. If you want to adjust this go to the basemap and move the reference layer down to the base section. RussRoberts_0-1723132815403.png
... View more
08-08-2024
09:01 AM
|
1
|
1
|
1830
|
|
IDEA
|
I was able to reproduce this issue. Will try to get it fixed in the next update. Thanks for reporting.
... View more
08-08-2024
07:54 AM
|
0
|
0
|
1028
|
|
POST
|
Those were the settings of a symbol that supported those vector symbol properties. Those properties wont apply to a simple picture marker symbol that is the output of uploading a PNG or JPEG for example. Will look to see if we can improve this a reset them to 0s when using a symbol in that format.
... View more
08-08-2024
07:25 AM
|
1
|
0
|
1849
|
|
POST
|
Yup updated the expression above to mirror your field. RussRoberts_1-1723047343067.png
... View more
08-07-2024
09:15 AM
|
0
|
0
|
2021
|
|
POST
|
Off the top of my head couple ideas - You would you would create your own layer and extract then append new data to the layer you own. - Use the bridge layer that the other group owns and in Map Viewer or Pro define an arcade expression for the popup to change the codes to a readable description. var material = $feature.CULV_COND_RTNG;
When(
material == "N","Unknown",
material == "7","Aluminum",
material == "6","Steel",
material == "5","Cast Iron",
material == "4","Plastic",
'something')
... View more
08-07-2024
07:30 AM
|
0
|
2
|
2034
|
|
POST
|
You would need to own both and do a view join to have. This blog might help you out https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/join-us-in-welcoming-joined-views-to-the-item-details-page/
... View more
08-07-2024
07:07 AM
|
0
|
0
|
2053
|
|
POST
|
Group layers are supported in 4.x ArcGIS JS SDK apps - Map Viewer, Instant apps, Experience Builder are some examples. These support Group Layers and they can be nested. You can also create group layer items to make it easier moving these collections of layers to different maps and apps. https://doc.arcgis.com/en/arcgis-online/create-maps/organize-layers-mv.htm https://www.esri.com/about/newsroom/arcuser/a-new-way-to-build-and-share-content-in-map-viewer/
... View more
08-07-2024
06:51 AM
|
0
|
0
|
1103
|
|
POST
|
Yup, I took a look and we spotted the issue. I think we will get a fix in for the next release this fall to support indexing these words.
... View more
08-07-2024
06:18 AM
|
1
|
2
|
2129
|
|
POST
|
Could be something like var name_array = Split($feature.name, ' ')
var first_name = name_array[0]
var last_name = name_array[1]
first_name + TextFormatting.NewLine + last_name Before RussRoberts_1-1722951395112.png After RussRoberts_0-1722951357433.png
... View more
08-06-2024
06:36 AM
|
1
|
0
|
2136
|
|
POST
|
The labeling in Online/ArcGIS JS SDK does not fully support the full maplex level of configuration you can do in Pro. Arcade expressions are supported but we don't support the use of html tags in our labeling yet if you plan on using those within your expression. If you have anymore details on what labeling you are trying to achieve and I can help out.
... View more
08-06-2024
05:56 AM
|
1
|
2
|
2162
|
|
POST
|
you can share the map and layers to a group and invite russell_jsapi to it.
... View more
08-05-2024
11:49 AM
|
0
|
1
|
855
|
|
POST
|
I cant reproduce this issue can you share a map and layer with the issue?
... View more
08-05-2024
07:33 AM
|
0
|
3
|
873
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2023 01:23 PM | |
| 2 | 07-06-2026 10:00 AM | |
| 2 | 07-06-2026 07:58 PM | |
| 1 | 07-01-2026 08:07 AM | |
| 4 | 06-30-2026 01:17 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|