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

venca-x / nettegmap
73%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v1.4
DEFAULT BRANCH: master
Repo Added 13 Dec 2021 10:51AM UTC
Files 9
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

LAST BUILD ON BRANCH 1.4.0
branch: 1.4.0
CHANGE BRANCH
x
Reset
  • 1.4.0
  • 1.4.1
  • 1.4.2
  • master
  • v1.3
  • v1.4
  • v1.4.0
  • v1.4.1
  • v1.4.2

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

Relevant lines Covered
Build:
Build:
132 RELEVANT LINES 97 COVERED LINES
0.73 HITS PER LINE
Source Files on 1.4.0
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24799571393 1.4.0 ### 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 `p... push 22 Apr 2026 07:57PM UTC vEnCa-X github
73.48
See All Builds (29)
  • Repo on GitHub
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