Closed rtercias closed 4 years ago
Let's take a look at Leaflet also... might be easier to work with: https://travishorn.com/interactive-maps-with-vue-leaflet-5430527353c8
added the boiler plate for leaflet. do we want a route to a separate 'map page' or will the view be integrated with the address list in Territory.vue?
good question. Let's add a route:
/territories/{:group}/{:id}/map
In the single Territory view, add a toggle that switches between the current address list view and a map view. Map view needs to be created using OpenStreetMaps (avoid Google as it is not free).