this.noteLayer = new L.FeatureGroup();
this.noteLayer.options = { code: "N" };
- this.dataLayer = new L.OSM.DataLayer(null);
+ this.dataLayer = new L.OSM.DataLayer(null, { asynchronous: true });
this.dataLayer.options.code = "D";
this.gpsLayer = new L.OSM.GPS({