mapbox / mapboxgl-powerbi

Mapbox Visual for Power BI - High performance, custom map visuals for Power BI dashboards. This version of Mapbox Visual for Microsoft Power BI is no longer maintained. You can find the live and maintained version of the plugin at: https://github.com/starschema/mapboxgl-powerbi.
MIT License
127 stars 52 forks source link

250-char limit on raster URL is too short #320

Closed otravers closed 1 year ago

otravers commented 5 years ago

The URLs generated by the following server (to provide a real-world example) go over 250 characters once you put your API key (which by itself already takes 32 characters): https://firms.modaps.eosdis.nasa.gov/web-services/#firms-wms

I found there was that limitation as I realized the visual silently truncated the URL after I pasted it.

Edit: TomTom's WMS URLs go over 550 characters so the example above is not an isolated case.