| Numéro d’ID de bogue |
BUG-000107757 |
| Envoi | August 31, 2017 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS API for JavaScript |
| Version trouvée | 3.21 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 64 Bit |
| Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
Problem is specific to the sample. There doesn’t seem to be a working WFS endpoint.
If you make the correct edits (extent, url, layerName) for another WFS it works.
map = new Map("map", {
basemap: "topo",
center: [16.33, 48.22],
zoom: 11
});
var layer = new WFSLayer();
var opts = {
"url": "http://data.wien.gv.at/daten/geo",
"version": "1.1.0",
"name": "BEZIRKSGRENZEOGD",
"wkid": 3857,
"maxFeatures": 3000
};
Étapes pour reproduire
ID de bogue: BUG-000107757
Logiciel:
- ArcGIS API for JavaScript