Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 549 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 549 Bytes

Path Calculator

Demo Image Calculate the % of a polyline which passes over user-defined polygons through JS Google Maps.

How to use

You need to insert your google map API here in order to be able to use Google Map services. <script src="https://maps.googleapis.com/maps/api/js?key=your_google_api_key&libraries=geometry&libraries=drawing"></script>

Dependencies

The script uses code from AlbertSun's JavaScript Geometry and the js_col library.