Hi I am trying to add Clustering to my map and am having a problem with "extras/ClusterLayer". I have downloaded the "extras" file and added this code...
var dojoConfig = {
paths: {
extras: "../StormWater/extras"
}
};
I added "extras/ClusterLayer" to the require([...]) and added "CustomLayer" to the "function(...)" as in example http://projectserver.dataplus.ru/arcgis_js_api/sdk/jssamples/layers_point_clustering.html.
However now the map does not display. Any ideas?
var dojoConfig = { 
        paths: {
            extras: location.pathname.replace(/\/[^/]+$/, "") + "/StormWater/extras"
        }
      };
.dijitBorderContainer, .dijitBorderContainerNoGutter {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.dijitBorderContainer, .dijitBorderContainerNoGutter {
    overflow: hidden;
    position: absolute;
    z-index: 0;
}