Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
RubyKml
✓ require 'ruby_kml'
Create a simple KML file with a placemark.
require 'ruby_kml'
kml = KMLFile.new
placemark = KML::Placemark.new(name: 'My Place')
kml.objects << placemark
puts kml.render
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.