diff --git a/point_downloader_google/readme.md b/point_downloader_google/readme.md new file mode 100644 index 0000000..b30219f --- /dev/null +++ b/point_downloader_google/readme.md @@ -0,0 +1,3 @@ +This is the original point downloader page using the Google Maps API. + +Clicking a point on the map that is inside the state of Oklahoma places a marker at the point (removing all other markers) and generates a URL to download a CSV file of the soil moisture data for that point. diff --git a/point_downloader_leaflet/readme.md b/point_downloader_leaflet/readme.md new file mode 100644 index 0000000..a3b4960 --- /dev/null +++ b/point_downloader_leaflet/readme.md @@ -0,0 +1,3 @@ +This is point downloader page adapted to use Leaflet and OpenStreetMap instead of Google Maps. + +Clicking a point on the map that is inside the state of Oklahoma places a marker at the point (removing all other markers) and generates a URL to download a CSV file of the soil moisture data for that point.