adiwg-mdtranslator 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 874e4c69c1bbc8d2aaf5a6754802325a65526750
4
- data.tar.gz: e205f480b6a18acc9b0575449cb783d01397c1a7
3
+ metadata.gz: 1d4626d73ad3ea1e96257b5c2437c4215fe965c2
4
+ data.tar.gz: 82375f7932a14fa89aa68142a78956968c62dd44
5
5
  SHA512:
6
- metadata.gz: d6cfe28c5a9154da568b2e60560c72a4ae7090732570c74e5b65227f22b83d03eb777588064bb7b124dd5afeea03b5a41613174ead01811a5ec8c31809418a45
7
- data.tar.gz: 2523859c1310086ef1a58ae9dd33288e0c38f875145617d4f13db5e4fdfc9626959869685f8b34be3c78dbec619529dc8d13d75e77bf8d383600cb907eed9532
6
+ metadata.gz: e9bd03f3a70e9d8bee7922827b73c2beeba00bc1047c85f226c0207e3ef3e296bea0c1102ca05543b7c65e715a8b8bdacf79963ff8c28614949c052d8d8fa08d
7
+ data.tar.gz: c474ef2684cf0fda1431c8e369c91362485eec31a27a8f5dcd49311f194d9a161c8a67be36360731b9267fd2a761164ad561298385d8ee1b1d921aa94bfec982
@@ -47,7 +47,7 @@
47
47
  module ADIWG
48
48
  module Mdtranslator
49
49
  # current mdtranslator version
50
- VERSION = "1.2.0"
50
+ VERSION = "1.2.1"
51
51
  end
52
52
  end
53
53
 
@@ -95,7 +95,7 @@ if ( typeof L === "object") {
95
95
  },
96
96
  onEachFeature: function (feature, layer) {
97
97
  layer.bindPopup(feature.properties.popup,{
98
- closeButton: false
98
+ closeButton: true
99
99
  });
100
100
  }
101
101
  }).addTo(map);
@@ -132,7 +132,7 @@ module ADIWG
132
132
  @html.em('GeoJSON format: ')
133
133
  @html.section(:class=>'block') do
134
134
  geoJson = AdiwgGeoFormat.internal_to_geoJson(hGeoEle)
135
- popData = hGeoEle[:elementName] || hGeoEle[:elementDescription] || hGeoEle[:elementId]
135
+ popData = hGeoEle[:elementName] || hGeoEle[:elementDescription] || hGeoEle[:elementId] || geoPre
136
136
  @html.div({'id'=>'geojson-' + geoPre, 'class'=>'geojson', 'data-popup' => popData}) do
137
137
  @html.text!(geoJson)
138
138
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdtranslator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stan Smith