Manually Adding a Map Tile
We can easily add a map tile to our Tiles dashboard showing the location of our source data. You can learn more about the interactive map view in tiles here.
Step 1: Get your Location's Latitude/Longitude Coordinates
You need to get the latitude/longitude coordinates of your location. One way to do this is to go to Google Maps, search for your location, and zoom in to your exact location. In the URL, you will see your latitude/longitude coordinates.
In the example above, my coordinates are 35.925298,-86.8679478. Copy your coordinates (you will need them in step 2), and make sure you don't accidentally copy any extra characters from the URL.
Step 2: Add a New Map Tile
- Click on the Edit Tiles link at the top left of your dashboard and select +Add Tile.
- Select the Tile Type to be Map.
- Paste the map coordinates inside of a real-time expression constant assignment (e.g. ="35.9255857,-86.8687994").
- The map should zoom into the location specified and show a dot at that exact latitude/longitude coordinate.
Comments
0 comments
Article is closed for comments.