Numéro d’ID de bogue |
BUG-000085714 |
Envoi | February 27, 2015 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS API for JavaScript |
Version trouvée | 3.12 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 7 64 Bit |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
This is a known limit with 3.x and will be addressed in 4.x.
Solution de contournement
Set one of the basemaps as a starting basemap, and add the following code in the application :
var bool = true; // declare this globally
basemapGallery.on("selection-change", function() {
if(bool == true){
map.removeLayer(map.getLayer("layer1"));
bool = false; // Since this happens only ones we don't need it anymore.
}
});
Étapes pour reproduire
ID de bogue: BUG-000085714
Logiciel:
- ArcGIS API for JavaScript