|
IDEA
|
@Geographic_Mythos Our goal is to provide an option that would allow you to control that schema locking for shared instances in 11.3. Please note this option will get applied to **all** shared instances. Either all shared instances are enabled with schema locking or disable. You won't be able to do that for per service basis. I'm not sure which enterprise release you have. Technically schema locking is disabled for all shared instances, the Manager site doesn't provide any UI option to change that settings. That should change in 11.3. having schema locking disabled is what you are asking for. Pls let me if I got it wrong. If so, then the current state should be working for you, no? thanks
... View more
05-06-2024
10:43 AM
|
0
|
0
|
3109
|
|
IDEA
|
@AdamGaudet CIMPATH=map/sdg_sign2.json is the unique identifier of your layer.
... View more
05-03-2024
11:57 AM
|
0
|
0
|
2283
|
|
POST
|
@marnoclo would you mind clarify this part? I'd like to be able to choose a geographical area from a FC and display only the relevant data within that area many FCs with "data" were you referring to features (e.g. trees, streets, parcels etc.) or feature-classes/layers? also, what type of service are you planning to publish? finally, how are you planning to use a geographical area as your filter? Do you want to set that from a web app? or you want to publish a service with a spatial filter and end users can't modify that? thanks
... View more
04-25-2024
01:56 PM
|
0
|
1
|
1740
|
|
IDEA
|
@DALINEPJ when you click a footprint polygon, it shows the path of the dataset in the popup window like below. Is that not helping in your workflow? Maybe I misunderstood your ask. If so, would you mind provide me a bit more information to help understand. TanuHoque_0-1714026038139.png
... View more
04-24-2024
11:23 PM
|
0
|
0
|
1381
|
|
POST
|
@JasminePrater That is expected behavior with map image layer. That is because when you interact with map, one single request for a map image layer (no matter how many sub layers it contains) goes to the server. The map service draws all those layers for a single call on the server side and returns a resultant image that gets draped on the map in your web app. Whereas for every single feature layer, web apps make at least one request... so, if you have 10 feature layers in your map, it will send 10 requests. And features with geometries come back in results and web map draw them on the client map. That is why map image layers are remained in a group structure even though it might have only one layer in it. If you don't want group structure, then as @Blevins_Mark suggested above, you need to add individual layer off a map service as feature layer. you can also create feature layer portal item using similar url that Blevins mentioned above. And that will allow to browse and pick that feature layer. Again at that point it will not get added as a map image layer, rather a feature layer.
... View more
04-23-2024
10:48 AM
|
0
|
1
|
3852
|
|
POST
|
@AmritaPatra if you do NOT want to include features are "touched" by the filter-geometry, you can use the relationparam parameter of a query operation, instead of spatialRel parameter. This gives you most control. TanuHoque_0-1713724586831.png for more information on this spatial relationship description, please check this help topic out: https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ISpatialFilter_SpatialRelDescription.htm hope this helps Tanu
... View more
04-21-2024
11:37 AM
|
0
|
1
|
1043
|
|
IDEA
|
04-21-2024
11:21 AM
|
0
|
0
|
2709
|
|
POST
|
hello all, duplicating what I mentioned in my comment from Dec 20th, 2023... here is a bug id: BUG-000163841 The issue is not resolved in ArcGIS Pro yet. It is being investigated by the development team with an intention to fix it as soon as we can.
... View more
04-18-2024
04:27 PM
|
4
|
1
|
3261
|
|
IDEA
|
@BryanPT we have already made this enhancement in ArcGIS Online Map Viewer. TanuHoque_1-1713213586463.png and it should come to enterprise portal soon. Just in case you can't wait, you can use a workaround for the time being. The workaround is to set the time zone to unknown. And it only supported by map services and by-ref (aka non-hosted) enterprise feature services. you can learn more about that here: https://www.esri.com/arcgis-blog/products/arcgis-online/announcements/arcgis-online-map-viewer-supports-date-time-data-off-multiple-time-zones-in-a-single-layer/ pls let us know if you have any questions or feedback.
... View more
04-15-2024
01:40 PM
|
0
|
0
|
1148
|
|
IDEA
|
@DALINEPJ did you happen to try out Catalog Layer? you can find more about this in here: https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/catalog-layers.htm https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/build-analyze-and-filter-catalog-layers-in-arcgis-pro/ pls let me know if you have any questions.
... View more
04-14-2024
08:48 PM
|
0
|
0
|
1451
|
|
POST
|
@wizgis did you try adding that as a map image layer using the /MapServer end point? As you know that would make the draw happen on the server side and you might not run into this memory issue. It appears to me (admitting I could be missing something) that you don't need any editing job, that makes enabling 'feature access' extension is not necessary.
... View more
04-12-2024
10:14 AM
|
1
|
1
|
2011
|
|
IDEA
|
hello @TanWent I was just wondering if you tried Feature Binning capability in Pro. Which is basically generating fishnet dynamically without running a gp tool to pre-generate those polygons. This doesn't allow you to use any spatial filter, but you can use attribute filter or time/range filters. https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/introduction-to-dynamic-feature-binning-in-arcgis-pro/ It is dynamic. Plus you can enable it at the database level when needed or do it entire on the client side. https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/aggregate-features-into-bins.htm In case you tried and didn't work for you, please let us know what didn't work for you. Thank you Tanu
... View more
03-28-2024
11:13 AM
|
0
|
0
|
2339
|
|
IDEA
|
@YousifAlmamalachy can you pls provide a bit more information on how your phone is connected to your computer and it transmits gps data to your computer? Thanks
... View more
03-07-2024
11:41 AM
|
0
|
0
|
1835
|
|
POST
|
@RobertJohansson Thanks for reporting this issue. Here is the bug that we have from print service side: BUG-000137305.
... View more
03-06-2024
10:20 AM
|
1
|
0
|
1532
|
|
POST
|
Thanks @ANH Glad it helped and your issue is resolved. Yes, registering a folder or data source to a server is an interactive (and one time) process. It doesn't happen automatically.
... View more
02-27-2024
12:10 PM
|
0
|
0
|
2032
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|