csbrandt / WGS84IntersectUtil

Geographic intersect utilities using WGS84 datum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using WGS84IntersectUtil in browser

grid-100 opened this issue · comments

I guess inside the dist folder, the bundle.js should work without dependency. Using embeddded document.writeln("<script type='text/javascript' src='WGS84IntersectUtil.js'></script>");
Always log to ReferenceError: intersectPolygons is not defined. Using with require.js, still unable to get the module to work. What am I missing?

I've figure it out..thank you