aboutsummaryrefslogtreecommitdiff
path: root/app/models/map.rb
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Restore REUSE 3.0 compliancehellekin2021-02-021-0/+4
|
* Add map supporthellekin2020-11-111-0/+4
This commit creates a dedicated Map model and moves the JavaScript from view to a Stimulus controller. - Stimulus.js https://stimulusjs.org - Leaflet.js https://leafletjs.org Upcoming resources: - https://discourse.stimulusjs.org/t/leafletjs-with-stimulusjs-on-rails-6/1343/4 - https://github.com/ghybs/leaflet-defaulticon-compatibility