<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power BI R Custom Visual loading, except Leaflet Tiles for the basemap in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3443967#M44635</link>
    <description>&lt;P&gt;You need to use the renderer that comes with Power BI.&amp;nbsp; Matplotlib, basically.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2023 01:31:12 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-09-23T01:31:12Z</dc:date>
    <item>
      <title>Power BI R Custom Visual loading, except Leaflet Tiles for the basemap</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3441728#M44602</link>
      <description>&lt;P&gt;Hi! I'm trying to incorporate a R-Custom Visual using leaflet. I've been able to load the visual and everything works except the base map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a snippet with the tile part of the code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;shape &amp;lt;-leaflet()%&amp;gt;%&lt;BR /&gt;addTiles("https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png")%&amp;gt;%&lt;BR /&gt;addPolygons(data = treatmentplants,&lt;BR /&gt;color =~pal(DWMLabel),weight = 1,smoothFactor = 0.5,&lt;BR /&gt;opacity = 0.5, fillOpacity = 0.5,&lt;BR /&gt;highlightOptions = highlightOptions(color = "white", weight = 2,&lt;BR /&gt;bringToFront = FALSE),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I switched from my original input which was "&amp;nbsp;addProviderTiles(providers$Esri.WorldGrayCanvas)%&amp;gt;%" because of this &lt;A href="https://stackoverflow.com/questions/55142561/power-bi-and-leaflet-r-package-tiles-not-showing" target="_self"&gt;link&lt;/A&gt; on stackoverflow. Both ways aren't working. Is it because the baselayer is coming from online and PowerBI doesn't support that with R custom visuals?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 14:57:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3441728#M44602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-21T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI R Custom Visual loading, except Leaflet Tiles for the basemap</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3443967#M44635</link>
      <description>&lt;P&gt;You need to use the renderer that comes with Power BI.&amp;nbsp; Matplotlib, basically.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 01:31:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3443967#M44635</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-23T01:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI R Custom Visual loading, except Leaflet Tiles for the basemap</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3451849#M44712</link>
      <description>&lt;P&gt;Does that happen in the Rscript or the in the visual script? Are there examples you could point me too? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 14:22:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3451849#M44712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-28T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI R Custom Visual loading, except Leaflet Tiles for the basemap</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3451937#M44716</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-r-visuals#known-limitations" target="_blank"&gt;Create Power BI visuals using R - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;- limitations section&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 15:00:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3451937#M44716</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-28T15:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI R Custom Visual loading, except Leaflet Tiles for the basemap</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3452008#M44721</link>
      <description>&lt;P&gt;I'm creating an R-Custom Visual not an R visual in the PowerBI desktop. I haven't seen any examples about the Matplotlib rendering&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 15:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3452008#M44721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-28T15:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI R Custom Visual loading, except Leaflet Tiles for the basemap</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3452070#M44723</link>
      <description>&lt;LI-CODE lang="markup"&gt;Display devices: Only plots that are plotted to the R default display device are displayed correctly on the canvas. Avoid explicitly using a different R display device.&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 28 Sep 2023 16:10:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-R-Custom-Visual-loading-except-Leaflet-Tiles-for-the/m-p/3452070#M44723</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-28T16:10:40Z</dc:date>
    </item>
  </channel>
</rss>

