jekyll-leaflet-mze 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d36a6a5dfd90cee3152497e804d0c7e845059f6fd36170486a687e8dd817cf23
4
- data.tar.gz: 8d263c01d91b636ff38a6811623a5994df68962a45eec536372067bd1263d5d0
3
+ metadata.gz: 0fcfb7f2847d00ffb270a14fc33136d3b8681d6f559ece9cf2b8f3005376867f
4
+ data.tar.gz: 4a5c447bf3c5d11636efd9c69c0b3d294588eeee8379b0c58c7d5ec633580c03
5
5
  SHA512:
6
- metadata.gz: 688ba4a6662516e74cf57c5a557deaa2bf683c1f1effa49fc29394e29d9b41ce0e9c3cc517e5aa0a828e9c9aebc9b60d5291a9655065d9e8f40170c35f72af3b
7
- data.tar.gz: 0f911a4583b1adbbfda1f66de7d6e84e89436d95816a32f00281736bb16b87db73385ac7278aec255713c962da6dbf4649572107a1d04d88699d17207f323d67
6
+ metadata.gz: 98794b3b3c04e77eec56a5f75a4bdd67f5eb4f3c04902ab9280dbde701ee0cc31a9851e32d8fbc7ed79b43cc3b8c3804f2ae932b61752cb0d43c45b1a45a4ad2
7
+ data.tar.gz: 49a4ed0ab458cef8d7823b132191eaec3d3c51cb6cd985f95d7a0075fb09e50da85f211957aea45b4acd0ea831c5af2ed5e2f40841b112a69d0ffcdab6e559b4
@@ -20,11 +20,6 @@
20
20
  document.head.appendChild(defaultMapCssEl);
21
21
 
22
22
  var newWindowImgSrcBase64 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4wUVFzAHq2j99AAAAV9JREFUSMdjYKAxYCRHk5ubG9+1a9fm/v//H6cadnb2G/fu3atlIceC379/c3z9+jUEn5q/f/8eYWBgYECxQE5OroqA2Y8ePXq0hJWV9Qc3N/caZB8wMjJKff361QpvEAkKCv4nYMGh9+/f26MLamhoyLx9+3b/nz9/VJCC6MiLFy9sWXCE3xlGRsZvWKQu4DOciYnpCzc396HPnz97weRxWRD/8OHDa4TiAt1wfn5+z79//zoxMDDALWAiN/lhM/zevXtH0NUx0dJwsiwgxXCccUCJ4dzc3DP+//+/gZ2d/duLFy9Is+Djx4+rCbn82rVrrxgYGF6RFUR8fHyZbGxsD7AZLiEhUSAiIrJSUlIyjOw4uHnz5gVHR0d1bC7/8+eP5d+/f8P+/PmjS1Ekr1ix4hcp6ploXVwPfQuwJlMmJiYBLS0tIVIMev36NRvRFnz48OHohw8fhkYQjQKCAAChiL6Pj/LM2QAAAABJRU5ErkJggg==";
23
-
24
- var greenIcon = L.icon({
25
- iconUrl: 'music.png',
26
- iconSize: [40, 40],
27
- });
28
23
  // Actual mapping section; Specify a function to be called later that
29
24
  // assembles the correct JS components based on what the user specified in the
30
25
  // tag input arg, the block section of features, etc. Actually creates the map
@@ -60,6 +55,10 @@
60
55
 
61
56
  function _addMarkerToMap(leafletItem, map){
62
57
  var m = leafletItem.value;
58
+ var greenIcon = L.icon({
59
+ iconUrl: 'music.png',
60
+ iconSize: [40, 40],
61
+ });
63
62
  var result = L.marker([m.latitude, m.longitude], {icon: greenIcon}).addTo(map);
64
63
  var potentialPopup = "";
65
64
  if('popupContent' in m){
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-leaflet-mze
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Vitale