1
0

make-geo-picking-texture.html 302 B

1234567891011121314151617
  1. <html>
  2. <style>
  3. body {
  4. background: #444;
  5. }
  6. canvas {
  7. image-rendering: pixelated;
  8. }
  9. </style>
  10. <body>
  11. <canvas id="pick"></canvas>
  12. <canvas id="outline"></canvas>
  13. </body>
  14. </html>
  15. <script src="./shapefile.js"></script>
  16. <script src="./make-geo-picking-texture.js"></script>