.dijitBorderContainer, .dijitBorderContainerNoGutter { overflow: hidden; position: relative; z-index: 0; } .dijitBorderContainer, .dijitBorderContainerNoGutter { overflow: hidden; position: absolute; z-index: 0; }
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" } };
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.