This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
posts:2021:2021.03.14_-_fossil_sites_map_in_leaflet.js [2024/01/01 16:30] – external edit 127.0.0.1 | posts:2021:2021.03.14_-_fossil_sites_map_in_leaflet.js [2025/03/31 14:18] (current) – jimc |
---|
====== Fossil Sites Map in Leaflet.js -- March 14, 2021 ====== | ====== Fossil Sites Map in Leaflet.js ====== |
| |
| <wrap lo>Sunday March 14, 2021</wrap> |
| |
I recently started learning the open-source mapping library [[https://leafletjs.com/|Leaflet.js]]. My first effort was a simple map of Native American historical sites, and you can find that [[https://github.com/jfcarr-gis/native-leaflet|here]]. The list of location data is inline code, though, and I knew that would not be easily maintained at scale. So, for my next effort, I decided to build a map of fossil-hunting locations, but maintain the location data in a database on the server side. | I recently started learning the open-source mapping library [[https://leafletjs.com/|Leaflet.js]]. My first effort was a simple map of Native American historical sites, and you can find that [[https://github.com/jfcarr-gis/native-leaflet|here]]. The list of location data is inline code, though, and I knew that would not be easily maintained at scale. So, for my next effort, I decided to build a map of fossil-hunting locations, but maintain the location data in a database on the server side. |