Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <script src="https://libs.cartocdn.com/carto-vl/v0.5.1/carto-vl.min.js"></script>
  2. <script src="https://libs.cartocdn.com/mapbox-gl/v0.45.0-carto1/mapbox-gl.js"></script>
  3. const source = new carto.source.SQL(sqlString);
  4. const torqueStyle = {
  5. width: someWidth
  6. color: someColor
  7. filter: someFilter
  8. };
  9.  
  10. Uncaught (in promise) TypeError: Cannot read property 'https' of undefined
  11. at Ln._getInstantiationPromise (carto-vl.min.js:6)
Add Comment
Please, Sign In to add comment