We made some pages from travel photos. We will now try interpreting them as system components connected by info on this page and maybe elsewhere.
Our first work with leaflet was for trails. We return there to relive our learning journey.
We want to compose full-page mobile-friendly maps with data from our collection of trails. We follow the Leaflet quick-start and mobile tutorials. site
//wiki.ralfbarkow.ch/assets/pages/leaflet-maps/quick-start.html HEIGHT 400
data
.
This is our first system diagram based on the above data who's address we will wire into our map while developing the code. expand
//wiki.ralfbarkow.ch/assets/pages/leaflet-maps/quick-start-module.html HEIGHT 400
We begin this work by extracting the location data from images mentioned above and placing markers for each, two pages, two images per page. github