Hi,
I recently added a cluster and the following code for getting work with cluster layer.
<script>
var timeStamp = Math.round((new Date()).getTime()/1000);
var dojoConfig = {
parseOnLoad: true,
packages: [{
"name": "extras",
"location": location.pathname.replace(/\/[^/]+$/, '') + "/extras"
}]
};
</script>
but after that I started noticing that the esri.dijit.Measurement stop working (not shows the labels and dropdownlist), when i remove the complete cluster function, the esri.dijit.Measurement work again, with out any problem.
So i think that this issue come with firts script.
what i doing wrong? i need to have both functions cluster layers and measure tools.