LogoLogo
Sign upDeveloper DocsContactSocial
  • Getting Started
    • Welcome
    • What is Felt?
    • Create your first map
    • Tour the interface
    • Your workspace
    • Keyboard shortcuts
  • upload anything
    • Files
    • URLs
    • Spreadsheets
    • Raster and imagery
    • Cloud sources
      • BigQuery
      • Databricks
      • Esri Feature Service
      • Microsoft SQL Server
      • PostGIS
      • Redshift
      • Snowflake
      • STAC
      • Web Feature Service (WFS)
      • WMS/WMTS
    • SQL queries
    • Refreshing data
    • QGIS plugin
    • Troubleshooting
  • Layers
    • Viewing data
    • Filters
    • Styling
      • Vector layers
      • Raster layers
      • Backgrounds
    • Formatting
    • Interactions
    • List
    • Group
    • Transform
  • Elements
    • Creating data
    • Annotations
    • Styling & grouping
    • Extract
    • Converting Elements ↔ Layers
  • Dashboards & Apps
    • Components
    • Layer slider
    • Map settings
    • For developers
  • Sharing & Collaboration
    • Sharing a map
    • Commenting
    • Embedding
    • Integrations
    • Duplicating a map
    • Exporting
      • Exporting Data
      • PDF & images
  • Administration
    • Workspaces and projects
    • Managing members
    • Layer library
    • For classrooms
    • Single sign-on (SSO)
    • Regional hosting
    • Billing
    • Security and privacy
  • Terms & policy
    • Privacy policy
    • Terms of service
    • Attribution policy
Powered by GitBook
On this page
  • oEmbed API
  • PowerBI

Was this helpful?

Export as PDF
  1. Sharing & Collaboration

Integrations

Connect with other tools to streamline mapping workflows.

PreviousEmbeddingNextDuplicating a map

Last updated 2 months ago

Was this helpful?

oEmbed API

Felt supports , a standardized way of allowing rich embeds on third party sites like Notion or WordPress.

To achieve this, every map contains a line like this in the header following the standard oEmbed protocol:

<link rel="alternate" type="application/json+oembed" title="Global Human Settlement" href="https://felt.com/oembed?format=json&amp;url=https%3A%2F%2Ffelt.com%2Fembed%2Fmap%2FGlobal-Human-Settlement-5FzbIDg4RA9B5XnhuPnGgzC">

That line contains a link with the form https://felt.com/oembed?format=json&url={FELT_MAP_URL} which, when followed, returns a standard oEmbed response that can be used to embed the map in a page in the proper way:

{
  "type": "rich",
  "version": "1.0",
  "title": "Global Human Settlement",
  "html": "<iframe width="800" height="600" frameborder="0" title="Global Human Settlement" src="https: //felt.com/embed/map/Global-Human-Settlement-5FzbIDg4RA9B5XnhuPnGgzC"></iframe>",
  "referer": "",
  "thumbnail_url": "https://d3a9fdbxbk3c9v.cloudfront.net/33fd3fdf-0e6d-49b3-83a4-a504d082668c.jpg",
  "cache_age": 3600,
  "provider_name": "Felt",
  "provider_resource": "https://felt.com/embed/map/Global-Human-Settlement-5FzbIDg4RA9B5XnhuPnGgzC",
  "provider_url": "https://felt.com",
  "thumbnail_height": 165,
  "thumbnail_width": 220
}

PowerBI

Felt simplifies the process of integrating maps onto Power BI reports. Felt supports a variety of map formats, ensuring compatibility with Power BI. It also allows you to add layers, markers, and tooltips to your maps, providing a richer and more interactive experience for the end user.

From your Felt map:

  • Navigate to File > Embed > Copy code

  • Add this code as a column in your data.

In Power BI:

  • Go to Get more visuals in the Visualization menu

  • Add the HTML Content App

  • Add a HTML Content visual to your map

  • Select the column that contains your Felt map iFrame code

oEmbed