diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-16 01:39:22 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-16 01:39:22 +0000 |
| commit | 27bfdedcb547fdf9f4cca084c77f966375f748f0 (patch) | |
| tree | 627a7bf82b6f664037a62d4ffbf451262d0ad526 /ab_openstreetmap/static/src/xml/googlemap_template.xml | |
| parent | b87f89b8af2731e02d6ab095c3e92e48b39b4f6c (diff) | |
| parent | df02e9c6f0db21b43ae25d77c7072a5dd15f9848 (diff) | |
Merged in biteship-v1 (pull request #329)
Biteship v1
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..e4639a51 --- /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> + </t> +</templates> + |
