@acorex/components 21.0.0-next.10 → 21.0.0-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,6 +175,7 @@ class AXLeafletService {
175
175
  const map = this.L.map(mapElement).setView([location.latitude, location.longitude], zoom);
176
176
  this.L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
177
177
  maxZoom: 20,
178
+ noWrap: true,
178
179
  attribution: '© ACoreX',
179
180
  }).addTo(map);
180
181
  this.drawnItems = new this.L.FeatureGroup();