anoved / gpxtruder

Make 3D-printable elevation models of GPX tracks.
http://gpxtruder.xyz/
MIT License
69 stars 23 forks source link

Downloadable base map image in matching scale #12

Closed anoved closed 9 years ago

anoved commented 9 years ago

Perhaps embedded ready-to-print PDF?

anoved commented 9 years ago

Consider https://github.com/MrRio/jsPDF

anoved commented 9 years ago

Print mapurl at (mapscale * bedx) x (mapscale * bedy).

anoved commented 9 years ago

Draw model extent rectangle on basemap PDF, as is drawn in WebGL preview.

anoved commented 9 years ago

Insert a "Download PDF" button next to the "Generate STL" button