lib/mapnya/plot.rb in nyaplot-0.1.1 vs lib/mapnya/plot.rb in nyaplot-0.1.2

- old
+ new

@@ -67,10 +67,10 @@ zoom(true) width(800) if width.nil? height(800) if height.nil? if map_data.nil? - path = File.expand_path("../datasets/world.geo.json", __FILE__) + path = File.expand_path("../datasets/geo-boundaries-world-110m/countries.geojson", __FILE__) map_data(JSON.parse(File.read(path))) end self.options[:axis_extra_options] = axis_extra_options end