A Associated Files

Last updated: 2020-06-24 13:45:23

The following tree specifies the structure of the folder that contains the book examples, solutions, and associated files needed to run the examples, such as local copies of the required JavaScript libraries. Appendices B and C give the complete lists of the example and solution files, respectively.

Download examples & exercise solutions folder (ZIP file)

├── css
│   ├── images
│   │   ├── layers-2x.png
│   │   ├── layers.png
│   │   ├── marker-icon-2x.png
│   │   ├── marker-icon.png
│   │   ├── marker-shadow.png
│   │   ├── spritesheet-2x.png
│   │   ├── spritesheet.png
│   │   └── spritesheet.svg
│   ├── leaflet.css
│   └── leaflet.draw.css
├── data
│   ├── county2.geojson
│   ├── events.json
│   ├── person.json
│   ├── plants.geojson
│   └── towns.geojson
├── images
│   ├── leaflet.png
│   ├── marker-shadow.png
│   ├── north.svg
│   ├── redIcon.png
│   └── south.svg
├── js
│   ├── leaflet.draw.js
│   ├── leaflet.heat.js
│   ├── leaflet.js
│   └── turf.js
├── example-01-01.html
├── example-01-02.html
├── example-01-03.html
├── example-01-04.html
├── example-01-05.html
├── example-01-06.html
├── example-02-01.html
├── example-02-02.html
├── example-02-03.html
├── example-02-04.html
├── example-02-05.html
├── example-02-06.html
├── example-02-07.html
├── example-02-08.html
├── example-02-09.html
├── example-02-10.html
├── example-02-11.html
├── example-04-01.html
├── example-04-02.html
├── example-04-03.html
├── example-04-04.html
├── example-04-05.html
├── example-04-06.html
├── example-04-07.html
├── example-06-01.html
├── example-06-02.html
├── example-06-03.html
├── example-06-04.html
├── example-06-05.html
├── example-06-06.html
├── example-06-07.html
├── example-06-08.html
├── example-07-01.html
├── example-07-02.html
├── example-07-03.html
├── example-07-04.html
├── example-08-01.html
├── example-08-02.html
├── example-08-03.html
├── example-08-04.html
├── example-08-05.html
├── example-08-06.html
├── example-08-07.html
├── example-08-08.html
├── example-09-01.html
├── example-09-01-s.html
├── example-10-01.html
├── example-10-01-s.html
├── example-10-02.html
├── example-10-02-s.html
├── example-10-03.html
├── example-10-03-s.html
├── example-10-04.html
├── example-10-04-s.html
├── example-10-05.html
├── example-10-05-s.html
├── example-11-01.html
├── example-11-02.html
├── example-11-03.html
├── example-11-03-s.html
├── example-11-04.html
├── example-11-04-s.html
├── example-12-01.html
├── example-12-02.html
├── example-12-03.html
├── example-12-04.html
├── example-12-05.html
├── example-12-05-s.html
├── example-12-06.html
├── example-12-06-s.html
├── example-12-07.html
├── example-12-07-s.html
├── example-12-08.html
├── example-12-08-s.html
├── example-13-01.html
├── example-13-02.html
├── example-13-03.html
├── example-13-04.html
├── example-13-05.html
├── example-13-05-s.html
├── map.js
├── solution-03.html
├── solution-04.html
├── solution-06.html
├── solution-07.html
├── solution-08.html
├── solution-09.html
├── solution-09-s.html
├── solution-10.html
├── solution-10-s.html
├── solution-11.html
├── solution-11-s.html
└── solution-12.html

5 directories, 117 files