diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 16:23:51 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-16 16:23:51 +0700 |
| commit | a8460239603b7a73a185fec394b0f95ab0247207 (patch) | |
| tree | 3b5903121ece5726ff6fa589467921e1afdb1caa /ab_openstreetmap | |
| parent | 1e3f935b94ba73ec07aa79c5cfd2165cbbf99556 (diff) | |
(andri) fix key
Diffstat (limited to 'ab_openstreetmap')
| -rw-r--r-- | ab_openstreetmap/static/src/js/googlemap_widget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ab_openstreetmap/static/src/js/googlemap_widget.js b/ab_openstreetmap/static/src/js/googlemap_widget.js index cdbd376c..1728fa54 100644 --- a/ab_openstreetmap/static/src/js/googlemap_widget.js +++ b/ab_openstreetmap/static/src/js/googlemap_widget.js @@ -34,7 +34,7 @@ odoo.define("ab_openstreetmap.googlemap_widget", function (require) { // args: ["google.maps.map_id"], // }); - const apiKey = "AIzaSyD1b2e4g3f8a9c5d6e7f8g9h0i1j2k3l4m"; // Ganti dengan API Key Anda + const apiKey = "AIzaSyB7bG9aSNAJnSrj0Z7f1abFsqKVoiJfsPE"; // Ganti dengan API Key Anda const mapId = "1af072c8d80a2adec8057f34"; // Ganti dengan Map ID Anda if (!window.google || !window.google.maps) { |
