summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/static/src/xml/googlemap_template.xml
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-06-13 08:06:50 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-06-13 08:06:50 +0000
commit655512eee7016f2e321b9994455f87a4c8e91884 (patch)
tree361752527dde4be9c136f37a97ebec80f5dbfe4d /ab_openstreetmap/static/src/xml/googlemap_template.xml
parent8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff)
parent80355d9de0d079ec2f1004efac0377b8c4bfa0eb (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.xml7
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>