• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

venca-x / nettegmap / 24799571393
73%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v1.4
DEFAULT BRANCH: master
Ran 22 Apr 2026 07:57PM UTC
Jobs 1
Files 9
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Apr 2026 07:26PM UTC coverage: 73.485% (-1.5%) from 75.0%
24799571393

push

github

vEnCa-X
### Version 1.4.0 (Maps JavaScript API 2023–2024+)

- **Asynchronous API load**: the recommended pattern uses `async` on the script tag, query parameters `loading=async` and `callback=netteGMapGoogleApiReady`, and the `marker` library alongside `places` (`libraries=places,marker`). The global function `window.netteGMapGoogleApiReady` is defined in `jquery.netteGMap.js` and must be loaded **before** the Google Maps script so the callback exists when the API finishes loading.
- **Advanced markers**: legacy `google.maps.Marker` is replaced by `google.maps.marker.AdvancedMarkerElement` (deprecation notice from February 2024). Map options include **`mapId`**; if you do not set a Map ID in PHP, the client uses Google’s `DEMO_MAP_ID` (suitable for development; for production, create a Map ID in [Google Cloud Console](https://console.cloud.google.com/) and set it with `setMapId()` on the control).
- **Info windows** use `infowindow.open({ map, anchor })` for advanced markers. **Custom marker icons** use the `content` option with an `<img>` node.
- **Geocoding** requests use the `location` field instead of the deprecated `latLng` key.
- **Bugfix**: the viewer with a fixed center no longer referenced an out-of-scope `mapProp` variable; `map.setCenter()` is used instead.
- **Draggable picker**: `dragend` is bound once on the picker marker; repeated updates no longer stack duplicate listeners.

Při aktualizaci z 1.3.x je nutné upravit načtení skriptu v šabloně (viz Configuration) a zkontrolovat pořadí: jQuery → `jquery.netteGMap.js` → asynchronní tag Maps API s `callback=netteGMapGoogleApiReady`.

1 of 4 new or added lines in 1 file covered. (25.0%)

97 of 132 relevant lines covered (73.48%)

0.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24799571393.1 22 Apr 2026 07:57PM UTC 9
73.48
GitHub Action Run
Source Files on build 24799571393
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d7510ca1 on github
  • Prev Build on master (#7514040529)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc