blob: 6cbc7e036e974bdf497e47a8ec5c2b45d8f9da55 (
plain)
1
2
3
4
5
6
7
8
|
doctype XML
kml xmlns="http://www.opengis.net/kml/2.2"
document
placemark id="#{@access_point.id}"
name = @access_point.name
access_point_type = @access_point.access_point_type
= (@access_point.position or @access_point.default_position).kml_representation.html_safe
|