Skip to content

Commit

Permalink
Merge branch 'fgl690' into 'main'
Browse files Browse the repository at this point in the history
https://gitlab.com/pasosdeJesus/sivel2_gen/-/issues/690 arregla mapa en sivel2

See merge request pasosdeJesus/sivel2!55
  • Loading branch information
vtamara committed Aug 31, 2024
2 parents 65716a8 + ebf662f commit 54634ce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* file per style scope.
*
*= require sivel2_gen/application.css
*= require leaflet/dist/leaflet.css
*= require leaflet.markercluster/dist/MarkerCluster.css
*= require leaflet.markercluster/dist/MarkerCluster.Default.css
*= require_tree .
*= require_self
*/
11 changes: 9 additions & 2 deletions app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ import 'gridstack'


// Leaflet
var L = require('leaflet');
var mc= require('leaflet.markercluster');
import L from 'leaflet';
import 'leaflet.markercluster';


L.Icon.Default.mergeOptions({
iconUrl: "marker-icon.png",
iconRetinaUrl: "marker-icon-2x.png",
shadowUrl: "marker-shadow.png"
});

import plotly_serietiempo_actos from './plotly_actos'

Expand Down
Binary file added public/images/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54634ce

Please sign in to comment.