UK map - google maps

Hi, I have a UK map which uses lat/long for the dots. I'm looking to use streetviews as that is our main way of identifying good sites remotely. Not all sites have streetview URL's so I can't rely on this.
I was wondering if there is a google maps overlay or DDXBricks that can help me here?
Best Answer
-
You could use Google MyMaps and create a map, then embed it using the HTML Easy DDX brick. Search in the Appstore for HTML Easy:
Just copy the embed code from Google MyMaps and then paste it in the HTML section in the DDX brick.
I spent alot of time working on dynamic sizing, here is the code to save you time:
<!DOCTYPE html> <html> <head> <title>Dynamic Iframe - HTML/CSS Only</title> <style> body, html { height: 100%; margin: 0; padding: 0; overflow: hidden; } #dynamicIframe { width: 100vw; height: 100vh; object-fit: fill; } </style> </head> <body> <iframe id="dynamicIframe" src="
insert the url here" frameborder="0"></iframe> </body> </html>If I solved your problem, please select "yes" above
0
Answers
-
You could use Google MyMaps and create a map, then embed it using the HTML Easy DDX brick. Search in the Appstore for HTML Easy:
Just copy the embed code from Google MyMaps and then paste it in the HTML section in the DDX brick.
I spent alot of time working on dynamic sizing, here is the code to save you time:
<!DOCTYPE html> <html> <head> <title>Dynamic Iframe - HTML/CSS Only</title> <style> body, html { height: 100%; margin: 0; padding: 0; overflow: hidden; } #dynamicIframe { width: 100vw; height: 100vh; object-fit: fill; } </style> </head> <body> <iframe id="dynamicIframe" src="
insert the url here" frameborder="0"></iframe> </body> </html>If I solved your problem, please select "yes" above
0 -
Thankyou! This is super helpful. Do you know if there is a way to get the orange man to appear on Google? This is all we need to get the streetview problem sorted. Cheers
0 -
I don't. That may be a question for the Google community forums 😄
If I solved your problem, please select "yes" above
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 663 Datasets
- 119 SQL DataFlows
- 2.3K Magic ETL
- 823 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 194 Apps
- 483 APIs & Domo Developer
- 87 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 117 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive