diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-13 08:06:50 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-13 08:06:50 +0000 |
| commit | 655512eee7016f2e321b9994455f87a4c8e91884 (patch) | |
| tree | 361752527dde4be9c136f37a97ebec80f5dbfe4d /ab_openstreetmap/static/src/xml/googlemap_template.xml | |
| parent | 8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff) | |
| parent | 80355d9de0d079ec2f1004efac0377b8c4bfa0eb (diff) | |
Merged in try-gmaps (pull request #333)
Try gmaps
Diffstat (limited to 'ab_openstreetmap/static/src/xml/googlemap_template.xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/googlemap_template.xml | 7 |
1 files changed, 7 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..53aef261 --- /dev/null +++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + <t t-name="googlemap_template"> + <!-- <div id="mapid" style="height: 400px; width: 100%;"></div> --> + <div t-attf-id="mapid" style="height: 400px; width: 100%;" ></div> + </t> +</templates> |
