ruby_kml
ruby_kml copied to clipboard
Fork of http://rubyforge.org/projects/kmlr/
I have no idea how this works. Where do i have to put my Code and how to I call the Function? What happens then? Creates this Code a real...
The documentation on KML [allows and ID-attribute](https://developers.google.com/kml/documentation/kmlreference#object): e.g.``. The comments in e.g. the placemark.rb object file, hint at this too. It is, however, not possible to set the ID, since...
ruby_kml can not create kml-files with styles containing a LableStyle. LableStyle can go parallel to IconStyle according to KML docu
Trying to install on my Mac with OSX 10.9.4, Ruby 1.9.3p448: gem install ruby_kml Building native extensions. This could take a while... Building nokogiri using packaged libraries. ERROR: Error installing...
Hi, This is a collection of a few small updates for ruby_kml: - include test kmls in the repository - strip leading and trailing space from coordinates - allow polygons...
1) Error: test_cdata_description(KMLFileTest): Errno::ENOENT: No such file or directory - test/cdata_and_snippet.kml /Users/jeffwilliams/dev/ruby_kml/test/kml_file_test.rb:36:in `read' /Users/jeffwilliams/dev/ruby_kml/test/kml_file_test.rb:36:in`test_cdata_description' 2) Error: test_geometry_styles(KMLFileTest): Errno::ENOENT: No such file or directory - test/polygon_style.kml /Users/jeffwilliams/dev/ruby_kml/test/kml_file_test.rb:171:in `read' /Users/jeffwilliams/dev/ruby_kml/test/kml_file_test.rb:171:in`test_geometry_styles' 3) Error:...
Affect by ruby-lang regression bug. 2537 Super called outside of method http://redmine.ruby-lang.org/issues/show/2537