You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a hexmap with your library. It works when I put the hexjson into the < code > tag but not from an external page. How can I embed an external hexjson ?
I tried the .load function but it doesn't work. I only have the error this.hexes[0] is undefined.
S(document).ready(function(){ var hexmap = S.hexmap('hexmap-1'); hexmap.load('HexM.hexjson'); });
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to make a hexmap with your library. It works when I put the hexjson into the < code > tag but not from an external page. How can I embed an external hexjson ?
I tried the .load function but it doesn't work. I only have the error this.hexes[0] is undefined.
S(document).ready(function(){ var hexmap = S.hexmap('hexmap-1'); hexmap.load('HexM.hexjson'); });
The text was updated successfully, but these errors were encountered: