Select to view content in your preferred language

How to activate clustering in AGO ?

2770
12
Jump to solution
09-29-2017 06:17 AM
MetralAlexis
Regular Contributor

Hi,

I want to try the new AGO Clustering option but for some reasons, I'm not able to access it in any of my services published with AGS 10.3.1

I've added two services in AGO : 

   

  • The one published by my server for which I can't apply clustering because the option is not available

   

Both services are feature ones, in WGS84, respect the considerations mentioned in the ESRI documentation.

What is wrong with my service ?

Thanks.

Alex.

PS : I'm not allowed to share my service, here are the specs :

Layer: Samples_testCluster (ID: 0)

Name: Samples_testCluster
Display Field: FieldSample_ID
Type: Feature Layer
Geometry Type: esriGeometryPoint
Description:
Definition Expression: N/A
Copyright Text:
Default Visibility: true
MaxRecordCount: 1000
Supported Query Formats: JSON, AMF
Min Scale: 0
Max Scale: 0
Supports Advanced Queries: true
Supports Statistics: true
Has Labels: false
Can Modify Layer: false
Can Scale Symbols: false
Use Standardized Queries: true
Extent:
      XMin: -155.98999999999998
      YMin: -51.799999999999955
      XMax: 175.86
      YMax: 132.20000000000005
      Spatial Reference: 4326  (4326)
Drawing Info: Renderer: Simple Renderer:
Symbol: Style:
          esriSMSCircle
Color:
          [0, 173, 113, 255]
Size:
          4.0
Angle:
          0.0
XOffset:
          0
YOffset:
          0
Outline:
            [0, 0, 0, 255]
Width:
            1
Label:
Description: Transparency:
      0
Labeling Info: Advanced Query Capabilities:
      Supports Statistics: true
      Supports OrderBy: true
      Supports Distinct: true
      Supports Pagination: false
      Supports TrueCurve: true

HasZ: false
HasM: false
Has Attachments: false
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Type ID Field: null
Fields:
  • OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID )
  • FieldSample_ID ( type: esriFieldTypeString , alias: FieldSample_ID , length: 20 )
  • FieldSample ( type: esriFieldTypeString , alias: FieldSample , length: 254 )
  • Type ( type: esriFieldTypeString , alias: Type , length: 11 )
  • Comments ( type: esriFieldTypeString , alias: Comments , length: 4000 )
  • WGS84_X ( type: esriFieldTypeDouble , alias: WGS84_X )
  • WGS84_Y ( type: esriFieldTypeDouble , alias: WGS84_Y )
  • Shape ( type: esriFieldTypeGeometry , alias: Shape )
Supported Operations:   Query   Generate Renderer   Return Updates
0 Kudos
12 Replies
BrianFausel
Frequent Contributor

Here's another good read about pagination: Error: Pagination is not supported, it shows you where to look in the REST service to see if pagination is supported. It should work for you if you upload to AGOL - I was able to get it to work with our data. Another reason to (hopefully) upgrade SQL soon.

KellyGerrow
Esri Alum

Thanks Brian,

We are going to include the requirement of enabling pagination in the considerations for configuring clustering in the next release!

BrianFausel
Frequent Contributor

Sounds good, thanks!

0 Kudos