diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-12 19:26:46 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-12 19:26:46 +0700 |
| commit | a921017a829ebef8442740fac964260d98566e6a (patch) | |
| tree | 8954724c74fc7e5cfe6d9387b9113854863e6b82 /ab_openstreetmap/static/src/xml/googlemap_template.xml | |
| parent | 8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff) | |
(andri) try gmaps sebagai pengganti openstreetmaps
Diffstat (limited to 'ab_openstreetmap/static/src/xml/googlemap_template.xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/googlemap_template.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ab_openstreetmap/static/src/xml/googlemap_template.xml b/ab_openstreetmap/static/src/xml/googlemap_template.xml new file mode 100644 index 00000000..845be418 --- /dev/null +++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + <t t-name="googlemap_template"> + <div class="o_google_map_wrapper" style="height: 400px; width: 100%;"> + <div id="mapid" style="height: 100%; width: 100%;"></div> + </div> + </t> +</templates> |
