EsriGeometryPoint Clustering without WGS84 and web mercator

1032
5
Jump to solution
11-02-2017 06:28 PM
kenlam
by
New Contributor II

Hi, grateful if there is other clustering sample except for Samples | ArcGIS API for JavaScript 3.22 

As I try to use FeatureReduction for feature layer, it prompts WGS84 message but I am under HK1980 environment.

Would there be any other alternative for EsriGeometryPoint or Feature Layer clustering?

Many thanks

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Ken,

   If you are not using WebMercator or WGS84 then you need to use a library like this one:

GitHub - Esri/cluster-layer-js: One example of how to cluster many point features

I have built an app using a  basemap with WKID 102629 and it works fine.

View solution in original post

5 Replies
RobertScheitlin__GISP
MVP Emeritus

Ken,

   So you are using a custom base map that is in WKID 102140?

0 Kudos
kenlam
by
New Contributor II

I use a rare WKID 2326

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Ken,

   If you are not using WebMercator or WGS84 then you need to use a library like this one:

GitHub - Esri/cluster-layer-js: One example of how to cluster many point features

I have built an app using a  basemap with WKID 102629 and it works fine.

kenlam
by
New Contributor II

Thanks. The problem make me smuggled for a week. I should have a try. 

0 Kudos
kenlam
by
New Contributor II

OMG, this widget is very powerful